What is the primary function of the PagerDuty node in n8n?
This node facilitates deep Integrations between n8n workflows and PagerDuty, allowing you to automate incident management, user synchronization, and service operations directly from your workflow.
How can I start an n8n workflow using PagerDuty events?
You can configure the PagerDuty node as a webhook trigger. This trigger listens for specific PagerDuty events (like new incidents or acknowledgments) and immediately starts the downstream workflow execution.
What kind of PagerDuty resources can I manage using this node?
The node supports operations on various resources, including Services, Incidents, Users, and Schedules. You can use the node to perform CRUD actions (Create, Read, Update, Delete) within your workflow Integrations.
Does the PagerDuty node support both inbound and outbound actions?
Yes. It can act as a workflow trigger (inbound) based on PagerDuty events, or it can be used mid-workflow as an action node (outbound) to manage PagerDuty resources after another event triggers the flow.
How do I authenticate the PagerDuty node connection?
Authentication typically uses an API Key or OAuth credentials, depending on the type of access required. Once configured, this authentication is saved as a reusable credential for all PagerDuty Integrations in n8n.