mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 12:27:47 +00:00
1.3 KiB
1.3 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, description, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | description | slug | tags | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| campaign-ended | Campaign Ended | Campaign Ended | Campaign Ended | campaignEnded |
|
Triggered when a campaign is ended. | /extensibility/event-triggers/triggers/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": "william.wilson@example.com"
},
"status": "COMPLETED"
}
}
Additional Information and Links
- Trigger Type: FIRE_AND_FORGET