Enabling PagerDuty Messaging
Before you can use the PagerDuty pipeline stage, you must enable PagerDuty messaging in Fusion:- Click Applications > System > Messaging Services.
- Select PagerDuty Message Service from the drop-down menu.
-
Enter the following information:
- PagerDuty service key
- PagerDuty Service API URL; this should be
https://events.pagerduty.com/generic/2010-04-15/create_event.json
.
- Click Save message service.
Configuration
When entering configuration values in the UI, use unescaped characters, such as
\t
for the tab character. When entering configuration values in the API, use escaped characters, such as \\t
for the tab character.