- Home
- Resources
- Integrations
- PagerDuty
PagerDuty Make integrationAutomate PagerDuty with Make.
Can an alert from another tool reach PagerDuty without anyone copying it by hand? The PagerDuty Make integration gives you 6 modules: 1 trigger, 4 actions and 1 search. This guide shows how to connect your account and build a first scenario that sends events to PagerDuty.
Verified Trustpilot reviews · AI, automation & growth agency
What can the PagerDuty Make integration do for your team?
The PagerDuty Make integration links your PagerDuty account to Make, a no-code tool where you build a scenario: an automation made of modules, each module being one brick such as a trigger, an action or a search. Once connected, Make can send events to PagerDuty, read and update incidents, and look up who is on call.
Alerts from other tools, routed to PagerDuty. A support ticket flagged urgent or a failed payment in another app can start the scenario, and Create an Event passes it to PagerDuty under the incident key you pick. No more pasting alerts into a chat and hoping someone sees them.
Incidents kept in sync with the rest of your stack. Get an Incident pulls the full details of one incident so you can copy them into a ticket or a report, and Update an Incident writes changes back when work moves forward elsewhere.
The right person, named in the message. List On-Call Users finds who is on call for a schedule, so a notification can mention that person instead of a whole channel.
What to know before you start: the only trigger, Watch Incidents, is marked deprecated in Make, and the official doc gives no limit or troubleshooting tip for this app. Make an API Call covers anything the listed modules skip. PagerDuty also has an n8n node, described on the PagerDuty n8n integration page, and the n8n vs Make comparison sets the two tools side by side. New to Make? The Make training starts from zero.
How do you connect PagerDuty to Make?
- 01
Add a PagerDuty module
Log in to Make, open a scenario and add any PagerDuty module. Click Create a connection. A connection is your PagerDuty account linked to Make once, then reused by every PagerDuty module you add later.
- 02
Name the connection
The Connection name field is optional, but a clear name helps when you have several PagerDuty accounts, one for production and one for tests for example. Anything readable works.
- 03
Paste your credentials
You need an active PagerDuty account and an API key. Enter the credentials copied from PagerDuty, or follow the on-screen instructions. For OAuth, register an app under App Registration in PagerDuty and copy its Client ID and Client secret.
Build your first scenario with PagerDuty
GoalWhen an urgent alert shows up in another app, Make sends an event to PagerDuty with Create an Event.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big +. Pick the app where your alerts start: a helpdesk, a form, a monitoring tool. Its trigger opens the flow.
- 02
Set the starting trigger
Configure that first module so it only catches what deserves a page: urgent tickets, failed checks. Each item it catches becomes a bundle, one record passed on to the next module.
- 03
Add Create an Event
Click the + on the right, search for PagerDuty and choose Create an Event. Connect your account, then map the alert text from the first module into the event fields.
- 04
Test with Run once
Click Run once and trigger a real alert in the source app. Open the bubble above each module to read the bundles it received, then check that the event reached PagerDuty.
- 05
Schedule and switch it on
Set the schedule on the first module. A new scenario checks every 15 minutes by default, and 15 minutes is also the shortest interval on the Free plan. Switch the scenario on.
What starts a PagerDuty scenario?
1 module starts a scenario when something happens in PagerDuty. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by PagerDuty as soon as it happens.
Watch Incidents DEPRECATED
Instant triggerIn Make“Triggers when new incidents are created, or when existing incidents change state.”
Watch Incidents starts a scenario when a new incident is created in PagerDuty or when an existing one changes state. Make lists it as deprecated, so treat it as a module to keep an eye on rather than one to build around.
What else can Make do in PagerDuty?
PagerDuty gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create an Event
ActionIn Make“Creates a new event for the specified incident key.”
Create an Event sends a new event into PagerDuty, attached to the incident key you provide. It is the bridge that lets an alert born in another app land where your on-call team already looks.
Get an Incident
ActionIn Make“Shows detailed information about an incident.”
Get an Incident returns the detailed record of a single incident. Pick it when you already know which incident you care about and need its details in the next module, not a list of everything open.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call reaches any endpoint of the PagerDuty API with the connection you already set up. Think of it as the spare key: when none of the other five modules does the job, this one can.
Update an Incident
ActionIn Make“Updates incident information.”
Update an Incident changes the information on an incident that already exists. It keeps PagerDuty honest when the real work happens in another tool, like a ticket that gets resolved in your helpdesk.
List On-Call Users
SearchIn Make“Finds the user on call for a specific schedule.”
List On-Call Users tells you who is on call for a given PagerDuty schedule. As a search module, it can return zero, one or several people, each as a separate bundle.
Need help automating PagerDuty with Make?
A person reads every message.