Sign in

Send SMS

documented

Send an SMS to one or more recipients.

POST /sms/sendSMS (Legacy)no implementation yet0 runs
No 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}}"
Send SMS · callfire · OpenIntegrations