Sign in

Send test email

documented

Send a test email for a campaign to test recipients.

POST /v3/emailCampaigns/{campaignId}/sendTestMarketing Campaignsno 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/emailCampaigns/{{$campaignId}}/sendTest\" \
  -X POST \
  -H \"api-key: {{SENDINBLUE_API_KEY}}\" \
  -H \"Content-Type: application/json\" \
  -H \"Accept: application/json\" \
  -d '{\"emailTo\": [\"{{$test_email}}\"]}'
Send test email · Brevo · OpenIntegrations