Sign in

Send message

documented

Submit one or more SMS messages to the gateway via the HTTP API.

SMS HTTP/S APIno 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.clickatell.com/http/sendmsg" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: text/plain" \
  -d "api_id={{$api_id}}&user={{$user}}&password={{$password}}&to={{$to}}&text={{$text}}&from={{$from}}"
Send message · Clickatell · OpenIntegrations