- Home
- Resources
- Integrations
- Salesmate
Salesmate Make integrationAutomate Salesmate with Make.
Tired of copying deals and contacts into Salesmate by hand? The Salesmate Make integration gives you 25 modules to create, update and watch CRM records. This page shows how to link your account, build a first scenario and pick the right module.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Salesmate Make integration do for your pipeline?
The Salesmate Make integration links your Salesmate CRM to Make, a no-code tool where you build a scenario: an automation made of modules, each one a single brick such as a trigger, an action or a search. Companies, contacts, deals and activities can then be read, created, changed or removed without you touching the CRM.
No deal left without a next step. Watch Deals spots each new opportunity and Create an Activity books the follow-up for the rep, so a fresh deal never sits in the pipeline with nothing scheduled.
Clean records from outside tools. When a lead lands in a form or a spreadsheet, Get a Contact checks whether the person already exists, then Update a Contact or Create a Contact does the right thing. If your lead list lives in a base, the Airtable Make integration page covers the other side of that flow.
New accounts shared with the team. Watch Companies picks up every company added in Salesmate and can pass it on to whatever tool your finance or support people use.
Know the limits before you start. All 4 triggers are scheduled: Make checks Salesmate on the scenario's clock instead of being called the instant something happens. The Salesmate documentation lists no module-level limit, and for anything the 25 modules skip, Make an API Call reaches the rest of the Salesmate API.
Salesmate also has a node in n8n. The Salesmate n8n integration page describes it, and n8n vs Make lays out how the two tools differ.
How do you connect your Salesmate account to Make?
- 01
Collect your keys in Salesmate
In Salesmate, click the profile icon in the upper right corner, open My Account, then go to Access Key. Copy the API key, the API token and the Session Token shown there. Keep the tab open, you will paste them in a moment.
- 02
Add a Salesmate module in Make
In your scenario, add any Salesmate module and click Create a connection. A connection is your Salesmate account linked to Make once, then reused by every Salesmate module. The Connection name field is optional, but a clear name helps when you manage several accounts.
- 03
Paste the credentials and save
Enter the credentials you copied from Salesmate, or follow the on-screen instructions, and confirm. From then on, Make can list what it reads in Salesmate right inside the module fields.
Your first scenario: a follow-up activity for every new deal
GoalWhen a new deal is created in Salesmate, Make adds an activity so the owner knows the next move.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big + to add the first module. Search for Salesmate and pick Watch Deals.
- 02
Link your account
Click Create a connection and paste the keys from your Salesmate Access Key screen. Once saved, the same connection shows up in every other Salesmate module you add.
- 03
Add the activity
Click the + on the right of Watch Deals and choose Create an Activity. Map the deal data you want the rep to see from the previous module into the activity, so each one points to the right opportunity.
- 04
Test with Run once
Create a test deal in Salesmate, then click Run once. Open the bubble above each module to read the bundle it received, meaning the single deal that went through, and check the new activity in Salesmate.
- 05
Set the schedule and switch it on
Open the clock on Watch Deals. A new scenario runs every 15 minutes by default, which is also the shortest gap on the Free plan. Keep it or change it, then switch the scenario on.
What can start a Salesmate scenario?
4 modules start a scenario when something happens in Salesmate. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Salesmate as soon as it happens.
Watch Activities
Scheduled triggerIn Make“Triggers when a new activity is created.”
Watch Activities hands your scenario every activity that appears in Salesmate, whether a rep logged a call or another automation booked a task. Each one arrives as its own bundle, ready for the next module.
Watch Companies
Scheduled triggerIn Make“Triggers when a new company is created.”
Watch Companies picks up each company newly added to Salesmate and passes its details down the scenario. Think of it as the doorbell for fresh accounts in your CRM.
Watch Contacts
Scheduled triggerIn Make“Triggers when a new contact is created.”
Watch Contacts sends each person newly created in Salesmate into your scenario, one bundle per contact. It is the natural starting point for anything that should happen once someone enters your CRM.
Watch Deals
Scheduled triggerIn Make“Triggers when a new deal is created.”
Watch Deals delivers each opportunity newly created in Salesmate to your scenario. It starts the follow-up scenario described above.
What can Make do inside Salesmate?
Salesmate gives you 21 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Create a Company
- Create a Contact
- Create a Deal
- Create an Activity
- Delete a Company
- Delete a Contact
- Delete a Deal
- Delete an Activity
- Get a Company
- Get a Contact
- Get a Deal
- Get an Activity
- Make an API Call
- Update a Company
- Update a Contact
- Update a Deal
- Update an Activity
- List Activities
- List Companies
- List Contacts
- List Deals
Create a Company
ActionIn Make“Creates a new company.”
Create a Company adds a new account record to Salesmate using data from earlier modules, so the organization exists in your CRM before any deal or contact is tied to it.
Create a Contact
ActionIn Make“Creates a new contact.”
Create a Contact turns a lead captured elsewhere into a person record in Salesmate. Webinar sign-ups, chat conversations or form entries stop living in separate tools and start showing up in the CRM.
Create a Deal
ActionIn Make“Creates a new deal.”
Create a Deal opens a new opportunity in your Salesmate pipeline from a signal outside the CRM. The rep sees the deal appear without anyone re-typing the request.
Create an Activity
ActionIn Make“Creates a new activity.”
Create an Activity puts a call, task or meeting into Salesmate for a rep to act on. It is how an automation turns an event into a clear next step inside the CRM.
Delete a Company
ActionIn Make“Deletes the selected company.”
Delete a Company removes the selected account from Salesmate for good. It fits cleanup flows where a record must disappear because another system says so.
Delete a Contact
ActionIn Make“Deletes the selected contact.”
Delete a Contact erases one person record from Salesmate. It helps when a removal request or a merge in another tool has to be reflected in the CRM without manual clicks.
Delete a Deal
ActionIn Make“Deletes the selected deal.”
Delete a Deal takes an opportunity out of Salesmate completely. Use it sparingly: a deleted deal no longer shows up anywhere in your pipeline.
Delete an Activity
ActionIn Make“Deletes the selected activity.”
Delete an Activity removes a task, call or meeting from Salesmate. It keeps rep calendars honest when the event behind an activity no longer exists.
Get a Company
ActionIn Make“Returns information about the selected company.”
Get a Company returns the full record of one selected account, so later modules can use its details. It reads, it never changes anything.
Get a Contact
ActionIn Make“Finds a Contact.”
Get a Contact looks up a person in Salesmate and hands back what it finds. It is the check that stops duplicates before you create anything.
Get a Deal
ActionIn Make“Finds a deal.”
Get a Deal finds an opportunity in Salesmate and returns its data for the rest of the scenario. Use it when an outside event mentions a deal and you need the current state before acting.
Get an Activity
ActionIn Make“Finds an activity.”
Get an Activity finds one task, call or meeting in Salesmate and passes its details on. It is the lookup step before you edit or remove an activity from outside the CRM.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call sends your own request to the Salesmate API, reusing the connection you already set up. It covers whatever the dedicated Salesmate modules leave out.
Update a Company
ActionIn Make“Updates an existing company.”
Update a Company changes an existing account record in Salesmate with fresh data from another module. The CRM stays in line with what your billing or support tools know.
Update a Contact
ActionIn Make“Updates an existing contact.”
Update a Contact rewrites details on a person already in Salesmate. It is the other half of the duplicate check: when Get a Contact finds someone, this module refreshes their record instead of creating a twin.
Update a Deal
ActionIn Make“Updates an existing deal.”
Update a Deal moves an existing opportunity forward in Salesmate based on what happens elsewhere. The pipeline reflects reality without waiting for the rep to remember.
Update an Activity
ActionIn Make“Updates an existing activity.”
Update an Activity edits a task, call or meeting already in Salesmate. When plans change outside the CRM, the activity follows instead of showing stale information.
List Activities
SearchIn Make“Lists all completed or not completed activities.”
List Activities returns activities from Salesmate, completed or still open, as a series of bundles. Each one then flows through the rest of the scenario separately.
List Companies
SearchIn Make“Lists all companies.”
List Companies pulls your Salesmate accounts out as separate bundles, one per company. It suits bulk work where a single lookup is not enough.
List Contacts
SearchIn Make“Lists all contacts.”
List Contacts returns people from Salesmate as a stream of bundles, ready to be pushed to a mailing tool, a sheet or a data check.
List Deals
SearchIn Make“Lists all deals.”
List Deals brings back opportunities from your Salesmate pipeline, each as its own bundle. It feeds pipeline reviews, dashboards or exports that need more than one deal at a time.
Need help automating Salesmate with Make?
A person reads every message.