Cloze Make integrationAutomate Cloze with Make.
Can Cloze keep your follow-ups moving on its own? The Cloze Make integration offers 22 modules: 3 instant triggers, 16 actions and 3 searches. This guide is for sales and ops teams new to Make, from the first connection to a scenario that runs.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Cloze Make integration do for you?
The Cloze Make integration links your Cloze account to Make, a no-code tool where you build a scenario: an automation made of modules, each one a brick that watches, creates, finds or changes something. Cloze can wake a scenario the moment a company, a person or a project changes stage, and Make then writes back to Cloze or to any other app you use.
A follow-up task that writes itself. When a contact reaches a new stage, Watch Person Audit Changed starts the scenario and Create a To Do puts the next call on the list. Nobody has to remember it after the meeting.
Leads that land in Cloze without copy and paste. A form entry or a spreadsheet row from another app goes through Find People first, to see whether the contact already exists, and then Create a Person or Update a Person does the rest.
Project news the whole team sees. Watch Project Audit Changed reacts when a project moves to another segment, stage or step, and the scenario can post the update in your team chat or file a note with Create a Content.
What the integration does not do: its 3 triggers only react to audited timeline changes, and no scheduled trigger sweeps your whole database. For any other Cloze endpoint, Make an API Call reuses the same connection. Before you build, the Make review and the Make pricing page help you size the plan.
Many apps that Make supports also have an n8n node, so it is worth checking what exists for Cloze on that side too. The n8n vs Make comparison lays out the criteria.
How do you connect Cloze to Make?
- 01
Request API access
The Cloze doc asks for two things first: an active Cloze account and API access, which you request by emailing support. Without that access, Make has nothing to connect to, so start here.
- 02
Create your API key in Cloze
In Cloze, click More, then Settings. Under Accounts and Services, expand API Key, click Add, give the key a label you will recognize and copy the key shown on screen.
- 03
Create the connection in Make
Add any Cloze module to a scenario and click Create a connection. The Connection name field is optional. Paste your key or follow the on-screen instructions, and every Cloze module reuses this connection afterward.
Build your first scenario with Cloze
GoalWhen a contact changes stage in Cloze, Make creates a to do so the next step is never forgotten.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + in the middle of the canvas to add the first module.
- 02
Add the Cloze trigger
Search for Cloze and pick Watch Person Audit Changed. Click Create a webhook, then Create a connection, and paste the API key you copied from Cloze.
- 03
Add the to do
Click the + on the right of the trigger and choose Create a To Do. Map data from the person bundle, the item the trigger hands over, into the to do fields Make shows you.
- 04
Test with Run once
Click Run once, then move a test contact to another stage in Cloze. Read the bundles each module received and check that the to do shows up in Cloze.
- 05
Switch it on
Turn the scenario on. The trigger is instant, so Cloze calls Make through the webhook as soon as a stage changes. Each module run counts as one operation on your Make plan.
Which Cloze events can start a scenario?
3 modules start a scenario when something happens in Cloze. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Cloze as soon as it happens.
Watch Company Audit Changed
Instant triggerIn Make“Triggers on the major timeline audited changes like Segment, Stage or Step has been changed.”
Starts your scenario when a company in Cloze goes through a major tracked change on its timeline, such as a new segment, stage or step. The company arrives as a bundle, ready for the next module to use.
Watch Person Audit Changed
Instant triggerIn Make“Triggers on the major timeline audited changes like Segment, Stage or Step has been changed.”
Hands you a contact the instant their record in Cloze moves on its timeline, for example into another stage or segment. It is the natural start for follow-up scenarios, because the person is right there in the bundle.
Watch Project Audit Changed
Instant triggerIn Make“Triggers on the major timeline audited changes like Segment, Stage or Step has been changed.”
Tells Make that a Cloze project just changed segment, stage or step, and passes the project along. You follow deals and projects from Make without refreshing the pipeline view.
What can Make do in Cloze?
Cloze gives you 19 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Communication Record
ActionIn Make“Creates a new communication record.”
Writes a communication record into Cloze, so an exchange that happened in another tool still shows up in the contact history your team reads.
Create a Company
ActionIn Make“Creates a new company.”
Adds a new company to Cloze from data another module collected, a signup form or a row in a sheet, without anyone typing it by hand.
Create a Content
ActionIn Make“Creates new note, event or external to do.”
Files a note, an event or an external to do in Cloze in one module. It is the broadest writer of the set, handy when the record type depends on what happened upstream.
Create a Person
ActionIn Make“Creates a new person.”
Turns a lead captured elsewhere into a contact in Cloze, so the relationship starts with a proper record instead of an email thread.
Create a Project
ActionIn Make“Creates a new project.”
Opens a new project in Cloze, the place where a deal or a piece of work gets tracked through its stages.
Create a To Do
ActionIn Make“Creates a new to do.”
Puts a task on someone's list in Cloze, the simplest way to make sure a follow-up happens after an event elsewhere.
Delete a Company
ActionIn Make“Deletes a company specified by unique identifier.”
Removes a company from Cloze using its unique identifier, which you usually get from Find Companies or from the trigger bundle.
Delete a Person
ActionIn Make“Deletes a person specified by unique identifier.”
Takes a contact out of Cloze once you give it the person's unique identifier. It works well at the end of a chain that first finds the right record.
Delete a Project
ActionIn Make“Deletes a project specified by ID.”
Deletes a Cloze project by its ID, which keeps the pipeline free of test runs and abandoned deals.
Get a Company
ActionIn Make“Retrieves a details of a company specified by unique identifier.”
Fetches the full details of one company when you already hold its unique identifier. The next modules then have everything Cloze knows about that account.
Get a Person
ActionIn Make“Retrieves a details of a person specified by unique identifier.”
Pulls one contact's details from Cloze by unique identifier, the quickest way to enrich a scenario that only carries a reference to the person.
Get a Project
ActionIn Make“Retrieves a project details specified by unique identifier.”
Reads the details of a single Cloze project from its unique identifier, so later modules can reuse what Cloze knows about it in their own fields.
Make an API Call
ActionIn Make“Performs an arbitrary API call.”
Calls any endpoint of the Cloze API with the connection you already set up. It covers whatever the ready-made Cloze modules leave out, without a second connection.
Update a Company
ActionIn Make“Updates a company specified by ID.”
Changes an existing company in Cloze, found by its ID, so the CRM follows what happens in your billing or support tool.
Update a Person
ActionIn Make“Updates a person specified by ID.”
Edits a contact that already exists in Cloze. It finds the person by ID, so you refresh one record instead of creating a second copy.
Update a Project
ActionIn Make“Updates a project specified by name.”
Updates a Cloze project, and unlike the company and person updates, the doc says it finds the project by name. Keeping project names unique is what makes it reliable.
Find Companies
SearchIn Make“Searches companies.”
Searches your Cloze companies and returns zero, one or several bundles, one per match. It is the check that stops duplicates before a create.
Find People
SearchIn Make“Searches people that match a search parameters.”
Looks for contacts in Cloze that match your search and sends each match on as its own bundle. That makes it the gatekeeper of any lead import.
Find Projects
SearchIn Make“Searches projects.”
Retrieves the Cloze projects that match your search, one bundle each, so you can act on a batch or pick the right ID.
Need help automating Cloze with Make?
A person reads every message.