ilert Make integrationAutomate ilert with Make.
Can Make take routine incident work off your on-call team? The ilert Make integration gives you 10 modules, including 2 triggers and 7 actions. This guide shows what each one does, how to link your API key, and how to build a first scenario step by step.
Verified Trustpilot reviews · AI, automation & growth agency
What can the ilert Make integration do for your team?
The ilert Make integration links your ilert account to Make, a no-code tool where you build a scenario: a chain of modules that runs on a schedule or when an app calls Make. Each module is one brick, such as a trigger that watches incidents or an action that accepts, assigns or resolves one.
Route every new incident to the right person. Watch New Incidents picks up the incident, Get a User On-Call asks a schedule who is on duty, and Assign an Accident hands the incident to that user. Nobody has to open ilert to dispatch it.
Turn an outside signal into an incident. A form, a monitoring tool or a spreadsheet row can feed Create an Incident, which posts an alert event to ilert and opens a new incident.
Close the loop once the fix ships. When your ticketing tool marks a problem as done, Resolve an Incident closes the matching ilert incident, and List Incidents helps you find it first.
What the integration does not do: it only covers the 10 modules listed below. Anything else in the ilert API goes through Make an API Call. The same app often has an n8n node too, and our n8n vs Make comparison lays out the differences. New to the tool? The Make training starts from zero, and the Make pricing page explains plans and operations.
How do you connect ilert to Make?
- 01
Create an API key in ilert
In ilert, open Profile, then API Keys, and click the button that creates a new key. Copy the key shown on screen right away; you need an active ilert account for this step.
- 02
Add an ilert module in Make
In your scenario, add any ilert module and click Create a connection. A connection is your ilert account linked to Make once, then reused by every ilert module. You can type a label in Connection name if you like.
- 03
Paste the key and save
Paste the API key you copied from ilert, or follow the instructions Make shows on screen, then save. Make now lists what it can read from your account when you fill the module fields.
Your first scenario with ilert
GoalWhen a new incident appears in ilert, Make finds who is on call and assigns the incident to that person.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the big + to add the first module. Search for ilert and pick Watch New Incidents.
- 02
Link your account
Click Create a connection and paste the ilert API key. Once the connection exists, Make can read your incidents and fill the lists in each field.
- 03
Ask who is on call
Click the + on the right of the trigger and add Get a User On-Call. Pick the schedule your team uses; the module returns the person on duty for it.
- 04
Assign the incident
Add Assign an Accident, map the incident from the trigger and the user returned by the previous module. Each bundle, one item passed between modules, carries that data.
- 05
Test with Run once
Click Run once and create a test incident in ilert. Open the bubbles above each module to read the bundles it received and check the assignment.
- 06
Schedule and switch on
Open the clock on the first module; a new scenario runs every 15 minutes by default, and the Free plan does not go below that. Then switch the scenario on.
What starts an ilert scenario
2 modules start a scenario when something happens in ilert. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by ilert as soon as it happens.
Watch Connection Incidents
Instant triggerIn Make“Triggers depending on the connection settings you added.”
This trigger starts your scenario as soon as ilert reports incident activity that matches the settings of your connection, so the response begins without waiting for a check.
Watch New Incidents
Scheduled triggerIn Make“Watches for new incidents.”
Every new incident in ilert becomes a bundle that the rest of your scenario can use without you copying anything by hand.
Everything the ilert modules can do
ilert gives you 8 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Accept an Incident
ActionIn Make“Accepts a specified incident.”
Marks a chosen incident as accepted, so ilert shows that someone owns it.
Assign an Accident
ActionIn Make“Assigns a specified accident by user ID, escalation policy ID, or schedule ID.”
Hands an incident to a specific user, an escalation policy or a schedule, which saves a responder from reassigning it by hand in ilert.
Create an Incident
ActionIn Make“Posts new event with ALERT type (creates a new incident).”
Sends an alert event to ilert, which opens a new incident there without anyone logging in to ilert.
Get an Incident
ActionIn Make“Returns a specified incident.”
Fetches the full details of one incident you already know, so later modules can work from all of its data.
Get a User On-Call
ActionIn Make“Returns a user on-call for the specified schedule.”
Tells you who is on call for a given schedule, which lets the scenario reach the right person without anyone looking at the rota.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Reaches any endpoint of the ilert API with the connection you already set up, which covers the jobs the other nine modules leave out.
Resolve an Incident
ActionIn Make“Resolves a specified incident.”
Closes a chosen incident in ilert, so the status your team sees matches the actual state of the problem.
List Incidents
SearchIn Make“Lists incidents or searches for them by specified criteria.”
Searches your ilert incidents with the criteria you set and returns each match as its own bundle, ready for the next module.
Need help automating ilert with Make?
A person reads every message.