Sign in

Get WhatsApp event statistics

documented

Retrieve unaggregated WhatsApp event data for a date range.

GET /v3/whatsapp/statistics/eventsMessaging 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/statistics/events?limit={{$limit}}&offset={{$offset}}&startDate={{$startDate}}&endDate={{$endDate}}&days={{$days}}&contactNumber={{$contactNumber}}&event={{$event}}&sort={{$sort}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "api-key: {{SENDINBLUE_API_KEY}}"
Get WhatsApp event statistics · Brevo · OpenIntegrations