campaign.run_completed

The campaign.run_completed event is triggered every time a campaign executes it's intended action and produces a report

  • For one-time campaigns, the campaign.run_completed event is triggered whenever the campaign changes from active to complete.
  • For scheduled campaigns, the campaign.run_completed event re-triggers every time a campaign run is completed in line with the schedule frequency.
{
  "type": "campaign.run_completed",
  "id": "evt_pZBZSHOGHTDZwU3Vc8sls5bU",
  "created": 1692211081,
  "data": {
    "id": 542,
    "name": "Campaign-Me",
    "type": "Promotional",
    "description": null,
    "action": "Both",
    "run": {
      "id": 4634,
      "key": "InstantPromo",
      "date": 1692211072,
      "download_link": "https://mysite.xyz/api/v1/core/campaigns/542/runs/4634/report/download"
    }
  }
}