Sign in

Send WhatsApp message

documented

Send a WhatsApp message (template-based or text-based).

POST /v3/whatsapp/sendMessageMessaging 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.brevo.com/v3/whatsapp/sendMessage" \
  -X POST \
  -H "accept: application/json" \
  -H "api-key: {{SENDINBLUE_API_KEY}}" \
  -H "content-type: application/json" \
  -d '{"contactNumbers": ["{{$contactNumbers}}"], "templateId": {{$templateId}}, "senderNumber": "{{$senderNumber}}"}'