Send SMS
documentedSend an SMS to one or more recipients.
POST /sms/sendSMS (Legacy)no implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.callfire.com/cloud/1/sms/send" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/xml" \
-d "apikey={{CALLFIRE_API_KEY}}&message={{$message}}&numbers={{$numbers}}"