Resources · Make integration

Sendlane Make integrationAutomate Sendlane with Make.

Need your email list to follow what happens in your other tools? The Sendlane Make integration gives you 4 modules: 1 instant trigger and 3 actions. This guide links your account, walks through a first scenario and explains when each module earns its place.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Sendlane Make integration automate?

The Sendlane Make integration lets Make listen to your Sendlane automations and change your contact lists for you. You build a scenario, the automation you design in Make as a chain of modules, and each module is one brick of it: here a trigger that waits for Sendlane, or an action that adds or unsubscribes someone.

New leads land in your list on their own. A signup captured in another tool reaches Add a Contact, so the person joins Sendlane without anyone copying an address by hand.

Your other tools learn what Sendlane decided. Watch Automation starts a scenario when a webhook from one of your Sendlane automations fires, and the modules that follow can pass that contact to a CRM, a sheet or a chat channel.

Opt-outs stay clean everywhere. When someone asks to stop hearing from you in another system, Unsubscribe a Contact removes them from one list or from all of them.

Four modules is a short catalog. For anything else the Sendlane API offers, Make an API Call reuses the same connection. Before picking a stack, the n8n vs Make comparison lays out the differences, and the Make review covers the editor in depth. If you would rather hand the build over, see the Make agency page.

Connect

How do you connect Sendlane to Make?

  1. 01

    Copy your API token in Sendlane

    In Sendlane, open the Integrations section, click Manage next to the custom integration you want to use, then generate or reveal the API token and copy it. Your account needs to be active for this to work.

  2. 02

    Add a Sendlane module in Make

    In your scenario, add any Sendlane module and click Create a connection. A connection is your Sendlane account linked to Make once, then reused by every Sendlane module you add later.

  3. 03

    Paste the credentials and save

    Give it a name in Connection name if you plan to link several accounts, which is optional. Paste the token you copied, or follow the instructions Make shows on screen, and save the connection.

First scenario

Your first scenario with Sendlane

GoalWhen a signup arrives in another app, Make adds that person to Sendlane as a contact.

  1. 01

    Create the scenario

    From the Scenarios page, create a new scenario and click the + to place the first module. This first module is the app where your signups arrive: a form, a shop or a spreadsheet.

  2. 02

    Add Add a Contact

    Click the + on the right of that first module, search for Sendlane and pick Add a Contact. Choose the connection you created earlier, or click Create a connection if this is your first Sendlane module.

  3. 03

    Map the signup data

    Fill the module fields by mapping the values from the first module, such as the email address it received. Each signup that flows through is a bundle, one item passed from a module to the next.

  4. 04

    Test with Run once

    Click Run once to execute the scenario a single time and open the bundles each module received. Use a test signup with your own address, since the directory says this module sends an email invitation.

  5. 05

    Schedule and switch on

    Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. Each module run on a bundle counts as one operation on your Make plan.

Triggers

What starts a Sendlane scenario

1 module starts a scenario when something happens in Sendlane. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Sendlane as soon as it happens.

Sendlane1Watch Automation

Watch Automation

Instant trigger

In MakeTriggers when a webhook from automation has been triggered.

Watch Automation lets a Sendlane automation wake up Make, so what happens in Sendlane can reach your other tools. The scenario starts when a webhook from that automation is triggered.

How it fires
instant, meaning Sendlane calls Make through a webhook as soon as it happens, with no polling interval to wait for.
When to use it
one of your Sendlane automations should warn your CRM or your sales channel when it runs.
Watch out
click Create a webhook before Create a connection, otherwise the trigger has nothing to listen to.
Modules

What the Sendlane modules do

Sendlane gives you 3 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Sendlane1

Add a Contact

Action

In MakeSends an invitation to a contact by email.

Add a Contact puts a new person into your Sendlane audience from any other app in the scenario, and the directory describes it as sending that contact an invitation by email.

When to use it
a lead fills in a form or buys in your store and should enter your email marketing straight away.
Watch out
since an email goes out, run your Run once tests with your own address rather than a real customer.
Sendlane2

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

Make an API Call reaches any endpoint of the Sendlane API from your scenario, which covers what the three other modules leave out. It uses the connection you already set up.

When to use it
you need a Sendlane action that has no dedicated module, and Add a Contact or Unsubscribe a Contact do not fit.
Watch out
this module is closer to the API than the others, so check the Sendlane API reference before filling it in.
Sendlane3

Unsubscribe a Contact

Action

In MakeUnsubscribes contact from a single list or all lists.

Unsubscribe a Contact takes someone off a single Sendlane list or off every list at once, so an opt-out recorded elsewhere is respected in your campaigns too.

When to use it
a customer asks your support team, or another tool, to stop receiving your emails.
Watch out
choosing all lists removes the person from every list, so pick a single list when only one topic should stop.
Need help

Need help automating Sendlane with Make?

A person reads every message.

FAQ

Sendlane and Make: common questions

01Is the Sendlane Make integration free?
Yes. Sendlane is a standard app in Make, available from the Free plan, which gives you 2 active scenarios, a minimum of 15 minutes between two scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams, Enterprise) lower the interval to 1 minute, remove the cap on active scenarios and allow 40 minutes of execution, with usage counted in operations per month. You still need an active Sendlane account of your own.
02What do you need to connect Sendlane to Make?
You need an active Sendlane account and valid API and custom integration tokens. The API token comes from the Integrations section of Sendlane: click Manage next to your custom integration, generate or reveal the token, and copy it. In Make, add a Sendlane module, click Create a connection, optionally name it, then paste the token or follow the on-screen instructions. For the Watch Automation trigger, click Create a webhook first and create the connection from there.
03Does the Sendlane trigger in Make fire in real time?
Yes. Watch Automation is an instant trigger: Sendlane calls Make through a webhook as soon as the automation fires, so the scenario does not wait for a schedule. The scheduled interval, every 15 minutes by default and 15 minutes at least on the Free plan, only applies to triggers Make polls. If your scenario starts from another app with a scheduled trigger instead, that app sets the pace, and Sendlane actions run right after it.
04What if a Sendlane module is missing in Make?
Use Make an API Call. It sends any request to the Sendlane API with the connection you already have, so an action without a dedicated module is still reachable from the same scenario. The catalog holds 4 modules: Watch Automation, Add a Contact, Unsubscribe a Contact and Make an API Call. The Make documentation adds that its Sendlane page is AI-generated from the vendor docs and may contain mistakes, so confirm important details with Sendlane.
05Should you use Make or n8n for Sendlane?
It depends on the tool your team already works in. On Make, Sendlane offers one instant trigger, two contact actions and a universal API module, available from the Free plan. n8n often has a node for the same app, so check its catalog for Sendlane before deciding. Compare what each side lets you do with contacts and automations, then pick the editor where you will actually maintain the scenario. On Make, remember that Make an API Call covers what the listed modules leave out.