Send messages
documentedSubmit one or more messages across configured channels (SMS and WhatsApp) via One API.
One 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://platform.clickatell.com/v1/message" \
-X POST \
-H "Authorization: {{CLICKATELL_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"messages": [{"channel": "sms", "to": "{{$to}}", "content": "{{$content}}"}]}'