Allo Make integrationAutomate Allo with Make.
Can Make pick up what happens in your Allo account and pass it on? The Allo Make integration gives you 2 modules: one trigger that watches events and one action that reads user info. This page shows how to link your account and build a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Allo Make integration do for you?
The Allo Make integration links your Allo account to Make, so a scenario (the automation you build in Make, a chain of small steps) can notice new events in Allo and fetch user details. You pick the steps from a list; no code is involved at any point.
Route new Allo activity to your other tools. Start with the Watch Events trigger, then hand each event to the app your team already reads, such as a spreadsheet or a chat channel. That hand-off uses the other app's own module, added right after the trigger.
Add context before anything moves on. Going by its name, Get the User Info reads the details of the user behind your connection (Make's help page gives no description). Put it after the trigger when the next step needs to know which Allo account produced the data.
Keep a simple running record. Every event the trigger finds becomes a bundle (one item that travels from step to step), so logging each one somewhere is a matter of mapping fields into the next module.
Keep the scope in mind. Make lists only these 2 modules for Allo, with no generic API module, and its help page for Allo says the text was generated from Allo's documentation and may contain mistakes. Check anything important with Allo. When a scenario misbehaves, the Make troubleshooting guide covers the usual causes, and the Make pricing breakdown explains what the plans include. If you also look at other automation tools, the n8n vs Make comparison sets the two side by side.
How do you connect Allo to Make?
- 01
Generate an API key in Allo
You need an active Allo account first. Inside Allo, open Settings, then API, and click Generate. Copy the key that appears on screen, since Make will ask for it in a moment.
- 02
Add an Allo module and open the connection
In your Make scenario, add any Allo module and click Create a connection. A connection is your Allo account linked to Make once, then reused by every Allo module you add later.
- 03
Name it and paste the key
The Connection name field is optional, but a clear name helps when several people share the workspace. Paste the API key you copied, or follow the instructions Make shows on screen, and save.
Your first scenario with Allo in Make
GoalWhen a new event shows up in Allo, Make fetches the user info linked to your account and passes both along.
- 01
Create the scenario
From the Scenarios page, create a new scenario, then click the large + to place the first module on the empty canvas.
- 02
Set up the trigger
Search for Allo, pick Watch Events and choose your connection, or click Create a connection if this is your first Allo module in Make.
- 03
Add the user lookup
Click the + to the right of the trigger, pick Get the User Info from the Allo app, and reuse the same connection. Data from the trigger stays available for mapping.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time; read the bundles each module received and confirm the data looks right.
- 05
Schedule and switch on
Open the clock on the first module to set how often Make checks Allo (every 15 minutes by default), then turn the scenario on so it keeps running.
What starts an Allo scenario
1 module starts a scenario when something happens in Allo. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Allo as soon as it happens.
Watch Events
triggerIn the docs onlyWatch Events hands your scenario each new event from your Allo account, so the rest of the chain can act on it without anyone copying data by hand. Every event arrives as its own bundle, ready to map into the next module.
What Make can do in Allo
Allo gives you 1 module. For each one: what it does for you, when to reach for it, and what to watch out for.
Get the User Info
ActionIn the docs onlyJudging by its name, Get the User Info returns the details of the Allo user tied to your connection, so later steps know whose account the data comes from. It is the only action Make offers for Allo.
Need help automating Allo with Make?
A person reads every message.