Create WhatsApp campaign
documentedCreate and schedule a WhatsApp campaign.
POST /v3/whatsappCampaignsMarketing Campaignsno implementation yet0 runsNo 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/whatsappCampaigns" -X POST -H "api-key: {{SENDINBLUE_API_KEY}}" -H "Content-Type: application/json" -H "Accept: application/json" -d '{"name": "{{$name}}", "recipients": {"listIds": [{{$list_id}}], "segments": [{{$segment_id}}], "excludedIds": [{{$excluded_id}}]}, "scheduledAt": "{{$scheduledAt}}", "templateId": {{$templateId}}}'