Get email campaign
documentedRetrieve details for a specific email campaign.
GET /v3/emailCampaigns/{campaignId}Marketing 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/emailCampaigns/{{$campaign_id}}" \
-X GET \
-H "api-key: {{SENDINBLUE_API_KEY}}" \
-H "Accept: application/json"