Sign in

Send WhatsApp message (legacy)

documented

Send WhatsApp messages using the legacy WhatsApp REST endpoint.

WhatsApp Legacyno 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/wa/messages" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: {{CLICKATELL_API_KEY}}" \
  -d '{"messages":[{"to":"{{$to}}","content":"{{$content}}","clientMessageId":"{{$clientMessageId}}"}]}'