- Home
- Resources
- Integrations
- Circleback
Circleback Make integrationAutomate Circleback with Make.
Every time a Circleback automation fires, Make can pick up the request and carry it into the rest of your stack. The Circleback Make integration has a single instant trigger. This guide shows how to connect it, build a first scenario and test it before switching it on.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Circleback Make integration do?
The Circleback Make integration lets an automation you set up in Circleback call Make directly. Make then starts a scenario, the automation you build in Make as a chain of modules, and hands the data from that request to whichever app comes next.
The whole integration rests on one module, Watch Webhook Request. A module is one brick of a scenario, and this one is an instant trigger: Circleback calls Make through a webhook as soon as its automation runs, so there is no polling clock to wait on. Everything after it comes from other apps or from Make's own tools.
Three setups follow naturally. A sales lead can send each request to a spreadsheet so the team keeps one running log; an Airtable Make integration works well as that destination. An operations manager can route the request to a CRM record, the way the Agile CRM Make integration does. A project lead can turn it into a message for the people who need to act on it.
Know the limits before you start. Circleback has no action or search module in Make, so Make cannot write back into Circleback or look anything up there. Make also flags that its documentation for Circleback is limited, because little public information about the app is available. Expect to learn the exact shape of the data by running a test.
Many apps also have an n8n node, so check whether Circleback does. If you are weighing the two tools, the n8n vs Make comparison lays out the criteria.
How do you connect Circleback to Make?
- 01
Add the Circleback module
Open your scenario, click the + and search for Circleback. Pick Watch Webhook Request, then click Create a connection. A connection is your Circleback account linked to Make once and reused afterwards.
- 02
Name it and authorize Make
Give the connection a name if you like, which helps once several accounts are linked. Then authorize Make on the Circleback page that opens, or paste the key Circleback gives you, depending on what the window asks for.
- 03
Save the connection
Click Save. The connection now appears in the module, and every scenario that uses Circleback will offer it in the same list, so this step happens only once per account.
Build your first scenario with Circleback
GoalWhen a Circleback automation sends a request, Make receives it and passes the data to the app you choose.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + in the middle of the canvas to place the first module.
- 02
Place the Circleback trigger
Search for Circleback, choose Watch Webhook Request and select the connection you created. This module is what starts every run of the scenario.
- 03
Add the next module
Click the + on the right of the trigger and pick the app that should receive the data, such as a sheet or a chat tool. Map the fields it needs from what the trigger outputs.
- 04
Test with Run once
Click Run once, then make your Circleback automation fire. Open the bubble above each module to read the bundles it received; a bundle is one item passed from one module to the next.
- 05
Switch it on
When the test looks right, turn the scenario on. Because the trigger is instant, Make starts a run whenever Circleback calls it rather than on the default 15-minute schedule.
What starts a Circleback scenario
1 module starts a scenario when something happens in Circleback. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Circleback as soon as it happens.
Watch Webhook Request
Instant triggerIn Make“Triggers on webhook requests from automations in Circleback.”
You get a scenario that starts the moment one of your Circleback automations sends a request to Make, with the content of that request ready to map into the next module.
Need help automating Circleback with Make?
A person reads every message.