Sign in

Campaign Overall Report

documented

Returns overall statistics for a campaign.

POST /api/v3/report.campaign.overall/jsonEmail Campaign Managementno 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://app.sendloop.com/api/v3/report.campaign.overall/json" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"APIKey": "{{SENDLOOP_API_KEY}}", "CampaignID": {{$campaign_id}}}'
Campaign Overall Report · sendloop · OpenIntegrations