- Home
- Resources
- Integrations
- Opsgenie
Opsgenie Make integrationAutomate Opsgenie with Make.
Can Make open an Opsgenie alert for you when something breaks elsewhere? Yes. The Opsgenie Make integration gives you 6 action modules, from Create Alert to Make an API Call. This page shows on-call and ops teams how to connect the account and build a first alert flow.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Opsgenie Make integration do for you?
The Opsgenie Make integration lets a Make scenario, the automation you build as a chain of bricks called modules, act on your Opsgenie alerts. It can open an alert, add a note or tags, read one back, or delete it. Opsgenie never starts the scenario itself: another app or Make's schedule does.
A failed payment becomes an alert. When a module from your billing or monitoring app reports an error, Create Alert opens the alert in Opsgenie so the person on call sees it without anyone copying details by hand.
Context lands on the alert. Add Note to Alert writes what the other app knows (the customer, the error text) on the alert, and Add Tags to Alert labels it so your Opsgenie filters sort it correctly.
Cleanup after a false alarm. Get an Alert reads an alert back so a later module can check it, and Delete Alert removes one that should never have been created.
What Make does not give you here: a trigger. No module watches Opsgenie for new or closed alerts, and Make's own documentation for this app is marked as limited. For anything outside the five alert modules, Make an API Call reuses the same connection. The same app may also exist in n8n; the n8n vs Make comparison helps you pick, and the Make pricing page explains what each run costs in operations. If you would rather hand the build over, see the Make agency page.
How do you connect Opsgenie to Make?
- 01
Add an Opsgenie module
In a new scenario, click the +, search for Opsgenie and pick any of its modules, Create Alert for instance. Then click Create a connection. A connection is your Opsgenie account linked to Make once, then reused by every Opsgenie module.
- 02
Name the connection
Give it a name you will recognize later, such as the team or environment it belongs to. This step is optional, but it saves guesswork the day you run two Opsgenie accounts side by side in the same Make organization.
- 03
Authorize and save
Follow what the window asks: either approve Make on the Opsgenie page that opens, or paste the key Opsgenie gives you. Click Save. From there the module fields fill with what Make can read from your account.
Your first scenario: open an Opsgenie alert and explain it
GoalWhen another app reports a problem, Make opens an alert in Opsgenie and adds a note with the details.
- 01
Start the scenario from the source app
From the Scenarios page, create a new scenario and click the +. Pick the module of the app that spots the problem, since Opsgenie has no trigger of its own to start with.
- 02
Add Create Alert
Click the + on the right of that first module, search for Opsgenie and choose Create Alert. Connect your account, then map the error details from the previous module into the alert fields.
- 03
Attach the context with a note
Add Add Note to Alert after it. Point it at the alert Create Alert just produced by mapping data from that module, and write the note from what the source app sent: the customer, the error, a link.
- 04
Test with Run once
Click Run once. Make runs the scenario one time and shows the bundles, the items each module received and passed on. Check in Opsgenie that the alert and its note look right.
- 05
Schedule and switch it on
Set the schedule on the first module (every 15 minutes by default) if the source app is polled, then switch the scenario on. Each module run on a bundle counts as one operation on your plan.
What the Opsgenie modules do
Opsgenie gives you 6 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Add Note to Alert
ActionIn Make“Adds note to alert at OpsGenie”
This module writes a note on an existing Opsgenie alert, so the responder opens it and already finds the context another app collected.
Add Tags to Alert
ActionIn Make“Adds tags to alert at OpsGenie”
Tags turn a vague alert into one your team can filter: this module adds labels to an alert that already exists in Opsgenie.
Create Alert
ActionIn Make“Creates an alert at OpsGenie”
With Create Alert, a problem detected anywhere in your scenario becomes a proper Opsgenie alert that reaches whoever is on call.
Delete Alert
ActionIn Make“Deletes an alert from OpsGenie”
Delete Alert removes an alert from Opsgenie entirely, which keeps the list clean when a scenario opened one by mistake.
Get an Alert
ActionIn Make“Gets an alert from OpsGenie”
Get an Alert reads one Opsgenie alert back into the scenario, so the next modules can use what it contains instead of guessing.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call”
Make an API Call covers whatever the five alert modules leave out: it calls any endpoint of the Opsgenie API with the connection you already set up.
Need help automating Opsgenie with Make?
A person reads every message.