What it does
PagerDuty triggers, reads, and lists incidents via the v2 REST API.
Setup
- In PagerDuty → Integrations → API Access Keys, create a General Access REST API Key.
- In FlowFn, go to Platform Tools → PagerDuty → Connect and provide api_key + from_email (PagerDuty user to attribute writes to).
Actions
- Create Incident (requires from_email), Get Incident, List Incidents
Notes
incident_key enables dedup — repeated triggers with the same key won't create new incidents while the original is open.