Send PagerDuty event
step
Sends events to PagerDuty.
event-send
This step can be used to send events to PagerDuty. Events are the means by which incidents are triggered, acknowledged, or resolved.
Specification
This step expects the following fields in the spec
section of a workflow step definition that uses it:
Setting | Data type | Description | Default | Required |
---|---|---|---|---|
connection | Relay connection | A pagerduty connection containing the token | None | Yes |
type | String | One of trigger , acknowledge , or resolve | None | Yes |
summary | String | The summary of the event triggered | None | For trigger type events |
source | String | The source of the event | None | For trigger type events |
severity | String | The severity of the event. One of: info , warning , error , critical | None | No |
dedup_key | String | The deduplication key to group all events relating to an incident | None | Yes |
Outputs
Name | Data type | Description |
---|---|---|
dedup_key | String | The de-duplication key for the referenced event |