Sign in

Send Rich Content Message

documented

Submit a rich content message to be delivered across supported channels.

POST /richcontent/v3/sendRich Content 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://connect.esendex.com/richcontent/v3/send" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: {{ESENDEX_API_KEY}}" \
  -d '{"accountReference": "{{$accountReference}}", "channels": ["SMS"], "recipient": {"address": {"msisdn": "{{$msisdn}}"}, "variables": {"name": "{{$recipient_name}}"}}, "content": {"body": {"text": "{{$text}}"}}, "metadata": {"key": "{{$metadata_key}}"}}'