Syncro Make integrationAutomate Syncro with Make.
Can Make open a Syncro ticket the moment a new client is created? Yes: Make offers 20 Syncro modules, 5 of them instant triggers. This Syncro Make integration guide helps MSP teams connect their account and build a first scenario without code.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Syncro Make integration do?
The Syncro Make integration links your Syncro account to Make, a visual tool where you chain apps together without code. It gives you 20 modules: 5 instant triggers that react to new customers, invoices, payments, RMM alerts and ticket changes, plus actions and searches on customers, leads and tickets.
Onboarding that starts itself. Watch New Customers fires when a client record is created, and Create a Ticket opens the setup ticket for your technicians. That is the first scenario built further down this page.
Alerts that reach a person. Watch New RMM Alerts passes each monitoring alert to Make, which can post it in the team chat or open a ticket, so a warning never sits unseen on a dashboard.
Billing news for the finance side. Watch New Invoices and Watch New Payments feed a spreadsheet or an accounting tool, and Update a Ticket can record the follow-up once the money arrives.
What the list leaves out: no module creates or edits invoices and payments, and leads have no delete module. Make an API Call covers those gaps with the same connection. Weighing another tool? The n8n vs Make comparison sets out the criteria, Make pricing explains how usage is counted, and the Make training goes further than this guide.
How do you connect Syncro to Make?
- 01
Create an API token in Syncro
In Syncro, open Profile/Password from the account menu, then API Tokens and New Token. On Custom Permissions, name the token, set an expiration date and the permissions you need, click Create API Token and copy it.
- 02
Add a Syncro module in Make
In your scenario, add any Syncro module and click Create a connection. A connection is your Syncro account linked to Make once and reused by every Syncro module after that. You can give it a name in Connection name.
- 03
Paste the token and save
Enter the token you copied from Syncro and confirm. Make can now read your customers, leads and tickets. For an instant trigger, click Create a webhook first, then create or pick the connection.
Your first scenario: a ticket for every new Syncro customer
GoalWhen a new customer is created in Syncro, Make opens an onboarding ticket for that client.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the +. A scenario is the automation itself: a chain of modules that Make runs for you.
- 02
Add Watch New Customers
Search for Syncro, pick Watch New Customers, click Create a webhook, then Create a connection and paste your API token.
- 03
Add Create a Ticket
Click the + on the right of the trigger, choose Syncro again and pick Create a Ticket. Make reuses the same connection, so no second token is needed.
- 04
Map the customer data
Fill the ticket fields by mapping data from the first module, so each ticket carries the details of the client who just arrived. Make lists what it can read once the connection works.
- 05
Test with Run once
Click Run once, then create a test customer in Syncro. Read the bundle each module received and check the new ticket in Syncro before going further.
- 06
Switch it on
Turn the scenario on. Because the trigger is instant, Syncro calls Make as soon as a customer is created, with no polling schedule to wait for.
What can start a Syncro scenario?
5 modules start a scenario when something happens in Syncro. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Syncro as soon as it happens.
Watch New Customers
Instant triggerIn Make“Triggers when a new customer has been created.”
Watch New Customers starts your scenario the moment a customer record appears in Syncro and hands Make that customer as a bundle, the item passed from one module to the next. From there you can open an onboarding ticket or copy the contact into another tool.
Watch New Invoices
Instant triggerIn Make“Triggers when a new invoice has been added.”
Watch New Invoices hands Make every invoice added in Syncro, so billing news can travel to your accounting or chat tools without a manual export. Each invoice arrives as its own bundle.
Watch New Payments
Instant triggerIn Make“Triggers when a new payment has been added.”
Watch New Payments lets a scenario react when money comes in: each payment recorded in Syncro reaches Make as a bundle you can pass along. Every module that then processes it counts as one operation, a single execution of a module and the unit Make counts on your plan.
Watch New RMM Alerts
Instant triggerIn Make“Triggers when a new RMM alert has been added.”
Watch New RMM Alerts brings the alerts raised by Syncro's remote monitoring into Make, so a warning on a client machine reaches a person or a ticket straight away.
Watch Ticket
Instant triggerIn Make“Triggers when a ticket has been created, updated or resolved.”
Watch Ticket follows the whole life of a ticket: Make receives it when it is created, when it is updated and when it is resolved. That makes it the trigger for status reports, client notifications and handoffs between teams.
What can Make do in Syncro?
Syncro gives you 15 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Customer
ActionIn Make“Creates a new customer.”
Create a Customer adds a new client record to Syncro from data another app already holds, such as a signed quote or a form entry, so nobody retypes the company name and contact.
Create a Lead
ActionIn Make“Creates a new lead.”
Create a Lead puts a prospect into Syncro's lead list, which keeps early conversations apart from paying customers until the deal is real.
Create a Ticket
ActionIn Make“Creates a new ticket.”
Create a Ticket opens a support ticket in Syncro from any event Make can see: an email, an alert, a form, a chat message. Your technicians keep working from one queue.
Delete a Customer
ActionIn Make“Deletes a customer specified by ID.”
Delete a Customer removes a client record from Syncro, identified by its ID. It is the cleanup step for records that should not exist.
Delete a Ticket
ActionIn Make“Deletes a ticket specified by ID.”
Delete a Ticket erases one ticket, chosen by its ID, from Syncro. Keep it for tickets that should never have existed rather than ones that are simply finished.
Get a Customer
ActionIn Make“Retrieves a single customer specified by ID.”
Get a Customer reads one client record from Syncro when you already know its ID, and makes its details available to every module that follows.
Get a Lead
ActionIn Make“Retrieves a single lead specified by ID.”
Get a Lead fetches a single prospect from Syncro by its ID, so a scenario can check where that lead stands before acting on it.
Get a Ticket
ActionIn Make“Retrieves a single ticket specified by ID.”
Get a Ticket pulls one ticket from Syncro by its ID, in its current state, so the rest of the scenario works on fresh data instead of what an earlier step saw.
Make an API Call
ActionIn Make“Performs an arbitary authorized API call.”
Make an API Call lets a scenario reach any endpoint of the Syncro API with the connection you already set up, which covers whatever the other modules leave out.
Update a Customer
ActionIn Make“Updates a customer specified by ID.”
Update a Customer changes an existing client record in Syncro, found by its ID, so details that change elsewhere stay in step without copy and paste.
Update a Lead
ActionIn Make“Updates a lead specified by ID.”
Update a Lead edits a prospect already in Syncro, chosen by its ID, so the sales pipeline reflects the latest conversation.
Update a Ticket
ActionIn Make“Updates a ticket specified by ID.”
Update a Ticket changes a ticket in Syncro, picked by its ID, so events that happen outside Syncro move the ticket forward on their own.
Search Customers
SearchIn Make“Searches for customers or lists them all.”
Search Customers looks through your Syncro clients, or lists them all, and returns zero, one or several bundles. It is how a scenario finds a client when it has no ID yet.
Search Leads
SearchIn Make“Searches for leads or lists them all.”
Search Leads finds prospects in Syncro, or returns the whole list, one bundle per lead. It feeds the modules that need a lead ID.
Search Tickets
SearchIn Make“Searches for tickets or lists them all.”
Search Tickets returns matching Syncro tickets, or all of them, as separate bundles, which makes it the starting point for bulk updates and reports.
Need help automating Syncro with Make?
A person reads every message.