Send message
documentedSubmit one or more SMS messages and receive API message IDs in the response.
SMS REST 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/rest/message" \
-X POST \
-H "X-Version: 1" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-d '{"text":"{{$text}}","to":["{{$to1}}","{{$to2}}"]}'