- Home
- Resources
- Integrations
- Salesloft
Salesloft Make integrationAutomate Salesloft with Make.
Can Make react the moment something happens in Salesloft? Yes. The Salesloft Make integration gives you 7 modules, including 1 instant trigger. This guide is for sales ops teams on the Enterprise plan: connect the account, then build and test a first scenario.
Enterprise app This app is reserved to Make's Enterprise plan.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Salesloft Make integration do for you?
The Salesloft Make integration links your Salesloft account to Make, a visual tool where you chain apps together without writing code. Each automation is a scenario, and each brick in it is a module. With Salesloft you can react to new events, then create, read, update, search or delete records.
Keep records tidy after each event. Watch Records starts the scenario when Salesloft reports a new event. Add Get a Record to read the full record, then Update a Record to write back the values your team expects.
Push leads in from other tools. A form, a spreadsheet or another CRM can hand its data to Create a Record, so new prospects land in Salesloft without anyone retyping them. Run Search Records first if you want to skip people who already exist.
Reach what the list does not show. Make an API Call reuses your connection to call any endpoint of the Salesloft API, which covers the gaps left by the six ready-made modules.
One limit matters before you start: Salesloft is an Enterprise app in Make, so it only runs on the Enterprise plan. Check Make pricing first. Weighing another tool? The n8n vs Make comparison lays out the criteria, and Make training helps if scenarios are new to you.
How do you connect Salesloft to Make?
- 01
Add a Salesloft module
In your scenario, click the +, search for Salesloft and pick any module. In the module panel, click Create a connection. A connection is your Salesloft account linked to Make once, then reused by every Salesloft module.
- 02
Authorize Make in Salesloft
Give the connection a name if you like, something your team will recognize later. Salesloft relies on OAuth 2.0, so Make opens a Salesloft page where you sign in and approve access. You need an active Salesloft account for this.
- 03
Save and check
Click Save. Back in the module, the connection now shows in the list, and Make can read the objects your account has access to. Fill the module fields and move on to the next brick.
Your first scenario with Salesloft
GoalWhen a new event occurs in Salesloft, Make reads the record involved and updates it.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + in the middle of the editor. Search for Salesloft and pick Watch Records as the first module.
- 02
Connect and set the trigger
Click Create a connection, approve access in Salesloft, then fill the trigger fields. This trigger is instant: Salesloft calls Make through a webhook as soon as the event happens.
- 03
Fetch the full record
Click the + on the right of Watch Records and add Get a Record. Map the identifier from the trigger (Run once shows what its bundle carries) so Make loads the record that the event concerns.
- 04
Write the update
Add Update a Record after it. Map the record identifier again, then fill only the fields you want to change, using values from the previous modules.
- 05
Test with Run once
Click Run once, then trigger an event in Salesloft. Open each module's bubble to read the bundles it received, one bundle per item passed along.
- 06
Switch it on
Once the test looks right, switch the scenario on. Because the trigger is instant, the scenario waits for Salesloft to call it instead of checking on a schedule.
What starts a Salesloft scenario
1 module starts a scenario when something happens in Salesloft. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Salesloft as soon as it happens.
Watch Records
Instant triggerIn Make“Triggers when a new event occurs.”
Watch Records gives you a scenario that wakes up by itself whenever Salesloft reports a new event, so your follow-up work starts without anyone pressing a button. Every event becomes a bundle, one item passed to the next module.
Everything the Salesloft app can do in Make
Salesloft gives you 6 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Record
ActionIn Make“Creates a new record.”
New entries appear in Salesloft without manual typing: this action adds one record from the data mapped out of earlier modules, like a web form or a spreadsheet row.
Delete a Record
ActionIn Make“Deletes a record.”
Cleanup becomes part of the flow. This action removes one record from Salesloft, identified by the value you map into it, so outdated entries leave without a manual pass.
Get a Record
ActionIn Make“Retrieves a record.”
You get the full details of one known record, ready to map into the next modules. It reads a single entry when you already hold its identifier, often handed over by the trigger.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Anything the Salesloft API offers becomes reachable, even when no ready-made module covers it. Make an API Call sends a request to the endpoint you choose, using the connection you already created.
Update a Record
ActionIn Make“Updates a record.”
Existing entries stay current without anyone editing them by hand. Update a Record changes the fields you fill on one record and leaves the rest as it was.
Search Records
SearchIn Make“Retrieves a list of records, filtered.”
Filtered lists come back from Salesloft. That way the scenario can check what already exists before it acts on anything. The module can return zero, one or several bundles, and each of them runs through the following modules.
Need help automating Salesloft with Make?
A person reads every message.