Skip to main content

Campaign Ended

Event Context

The Campaign Ended events occur after a campaign is complete.

Some uses cases for this trigger include the following:

  • Download the campaign report as soon as it is completed
  • Immediately review the results of the campaign for any manual tasks or follow up items

This is an example input from this trigger:

{
"campaign": {
"id": "2c91808576f886190176f88cac5a0010",
"name": "Manager Access Campaign",
"description": "Audit access for all employees.",
"created": "2021-02-16T03:04:45.815Z",
"modified": null,
"deadline": "2021-03-16T03:04:45.815Z",
"type": "MANAGER",
"campaignOwner": {
"id": "37f080867702c1910177031320c40n27",
"displayName": "William Wilson",
"email": "[email protected]"
},
"status": "COMPLETED"
}
}