Sign in

Send SMS

documented

Send an SMS to recipients.

POST /send-sms.jsonTransmit SMS API (v1)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://api.transmitsms.com/send-sms.json" -X POST -H "Authorization: Basic {{KUDOSITY_BASIC_AUTH}}" -H "Accept: application/json" -H "Content-Type: application/x-www-form-urlencoded" -d "to={{to}}&from={{sender_id}}&message={{message}}"
Send SMS · Kudosity · OpenIntegrations