- Home
- Resources
- Integrations
- Customerly
Customerly Make integrationAutomate Customerly with Make.
Can Make keep your Customerly leads, users and tags in order without code? Yes. The Customerly Make integration gives you 13 modules, including one instant trigger. This guide shows support and growth teams how to connect the account and build a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Customerly Make integration do for you?
The Customerly Make integration links your Customerly project to Make, a visual tool where you build a scenario (the automation itself: a chain of modules that runs on a schedule or when an app calls Make). Each module is one brick: it creates a lead, tags a user, or fetches a list. You click them together, and nothing needs to be coded.
Every signup lands in Customerly as a lead. Put a form tool or a spreadsheet at the start of the scenario, then add Create / Update a Lead. Anyone who fills in the form appears in Customerly, and Add a Tag / Untag labels them with the campaign they came from.
Your tag list stays tidy. List Tags returns every tag of the project, so a scenario can spot the ones nobody uses anymore and hand them to Delete a Tag.
Customerly tells Make when something happens. The Universal Trigger is instant: once you attach its webhook to an entity in Customerly, Make starts the scenario the moment that entity fires, with no waiting for a schedule.
What the listed modules do not cover, Make an API Call can reach, since it calls any endpoint of the Customerly API through the same connection. Keep in mind that Make labels its own Customerly documentation as AI-generated and possibly wrong, so check anything critical against Customerly itself. If a scenario breaks, the Make troubleshooting guide covers the usual culprits.
Hesitating between tools? The n8n vs Make comparison lays out the differences, and the Make pricing page explains how operations are counted on each plan.
How do you connect Customerly to Make?
- 01
Copy your API token in Customerly
In Customerly, click the Settings icon at the bottom of the left sidebar to open Project Settings. Go to Installation, open the Public API section, and copy the token shown in Your Access Token for Customerly.
- 02
Add a Customerly module in Make
Log in to Make, open your scenario and add any Customerly module. In its settings, click Create a connection. A connection is your Customerly account linked to Make once, then reused by every Customerly module you add later.
- 03
Paste the token and save
Give the connection a clear name in Connection name if you like; this field is optional. Paste the API token you copied, or follow the instructions Make shows on screen, then save. The module can now read and write in your Customerly project.
Build your first scenario: turn form entries into tagged Customerly leads
GoalWhen a new entry arrives from your form tool, Make creates or updates the matching lead in Customerly and tags it.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + to add the first module. Pick the app that collects your signups, such as a form tool or a spreadsheet.
- 02
Add Create / Update a Lead
Click the + on the right of that first module, search for Customerly and choose Create / Update a Lead. Select your connection, or click Create a connection if this is your first Customerly module.
- 03
Map the form answers
Fill the lead fields by mapping the answers of the first module into them. Each bundle, meaning one item passed along, here one form entry, becomes one lead in Customerly.
- 04
Tag the new lead
Add Add a Tag / Untag after the lead module and map the lead it just returned. Choose a tag that tells your support team where this contact came from.
- 05
Test with Run once
Submit a test entry, then click Run once. Make runs the scenario one time and shows the bundles each module received. Open Customerly and check that the lead exists with its tag.
- 06
Schedule and switch on
Set the schedule on the first module; a new scenario checks every 15 minutes by default, and 15 minutes is also the shortest interval on the Free plan. Switch the scenario on, and it keeps working without you.
What can start a Customerly scenario?
1 module starts a scenario when something happens in Customerly. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Customerly as soon as it happens.
Universal Trigger
Instant triggerIn Make“Triggers when the entity to which you attached the webhook is executed.”
This trigger starts your scenario whenever the Customerly entity you attached its webhook to is executed. It is the only Customerly module that can open a scenario on its own, so it is your door for reacting to what happens inside Customerly rather than pushing data into it.
What can Make do in Customerly?
Customerly gives you 12 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Add a Tag / Untag
ActionIn Make“Adds or deletes a user or lead tag.”
Labels a user or a lead with a tag, or takes that tag off again, all from one module. Tags are how your team slices contacts in Customerly, so this keeps segments accurate without anyone clicking through profiles.
Create / Update a Lead
ActionIn Make“Creates or updates a lead.”
Writes a lead into Customerly: a new one if it is not there yet, an updated one if it already exists. You get a single module for both cases, which keeps scenarios short.
Create / Update a User
ActionIn Make“Creates or updates a user.”
Does for users what the lead module does for leads: it adds a user to your project or refreshes the details of one already there. Your Customerly records follow what happens in your product or billing tool.
Delete a Lead
ActionIn Make“Deletes a lead.”
Removes one lead from your Customerly project. Handy for keeping the lead list clean once a contact has no reason to stay, for example after a request to be forgotten.
Delete a Tag
ActionIn Make“Deletes a tag.”
Erases a tag from Customerly altogether, not just from one contact. It is the cleanup step for labels created by old campaigns that nobody filters on anymore.
Delete a User
ActionIn Make“Deletes a user.”
Removes a user record from Customerly, so an account closed in your product stops showing up for your support team. One user per bundle, one deletion per run of the module.
Get a Lead
ActionIn Make“Gets a lead.”
Fetches the details of one specific lead so later modules can use them. Instead of storing contact data twice, you read it from Customerly the moment the scenario needs it.
Get a User
ActionIn Make“Gets a user.”
Pulls a single user record out of Customerly and hands its data to the next modules. Useful as a lookup step in the middle of a scenario, before an update or a notification.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Opens the whole Customerly API to your scenario when none of the ready modules fits. It reuses your existing connection, so there is no second login to manage.
List Leads
SearchIn Make“Gets all leads.”
Returns all the leads of your project, each one as its own bundle. That lets the next modules process your lead base contact by contact, for an export, a sync or a cleanup.
List Tags
SearchIn Make“Gets all tags.”
Gives you every tag that exists in your Customerly project, one bundle per tag. It is the audit view you need before any tag cleanup or before syncing labels with another tool.
List Users
SearchIn Make“Gets all users.”
Brings back all users of your project, one bundle each, so a scenario can walk through your customer base. Good for reporting or for pushing user data to a tool your finance or product team reads.
Need help automating Customerly with Make?
A person reads every message.