Get Email Campaign Stats
documentedRetrieve stats for one or more campaigns.
GET /reports/stats/email_campaigns/{campaign_ids}Reportsno 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.cc.email/v3/reports/stats/email_campaigns/{{$campaign_ids}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"
# Source: Constant Contact API v3 documentation - Get an Email Campaign Stats Report
# Endpoint: https://api.cc.email/v3/reports/stats/email_campaigns/{campaign_ids}
# References: turn1view0, turn4search0