Resources · Make integration

Lettermint Make integrationAutomate Lettermint with Make.

Need an order confirmation to leave the moment another tool records a sale? The Lettermint Make integration gives you 2 action modules for sending transactional email. This page walks you through connecting your token and building a first working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What does the Lettermint Make integration let you automate?

The Lettermint Make integration links your Lettermint project to Make, so a scenario (the automation you build in Make, a chain of modules) can send a transactional email when something happens in another app. Lettermint has no trigger here: it is always the step that delivers the message.

Password resets without a developer. A signup form or member tool flags a reset request, and the Send an Email module delivers the message through your verified domain. Each module is one brick of the scenario, and the data it receives is passed along as a bundle, one item at a time.

Deal-stage emails from your CRM. When a deal moves forward in your sales tool, Make picks up that change with the CRM's own trigger and hands the contact details to Lettermint, which sends the follow-up you prepared.

Anything the listed modules skip. Make an API Call reaches any endpoint of the Lettermint API with the same connection, so you are not stuck at two modules. It asks you to read the Lettermint API reference first.

What Make does not do here: it cannot start a scenario from a Lettermint event, because the app offers no trigger. The Make documentation for this app also warns that it was generated with AI from the Lettermint docs, so check important details with Lettermint. If you are still weighing platforms, the n8n vs Make comparison and our Make review help, and the Make pricing page explains how operations are counted.

Connect

How do you connect Lettermint to Make?

  1. 01

    Copy your API token in Lettermint

    You need a Lettermint account with a verified sending domain. In the Lettermint dashboard, open Projects, select your project, go to the API Token section and copy the token shown on screen.

  2. 02

    Add the module and create the connection

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

  3. 03

    Name it and paste the token

    The Connection name field is optional, but a clear name helps when you run several projects. Paste the token you copied, or follow the instructions Make displays, then save.

First scenario

Build your first scenario with Lettermint

GoalWhen a new order lands in your online store, Make sends a confirmation email through Lettermint.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the + to add the first module. This first spot is where your shop or form app goes.

  2. 02

    Pick the trigger in your other app

    Search your store app by name, choose the module that watches new orders and link your account with Create a connection. Lettermint cannot start the flow itself.

  3. 03

    Add Send an Email

    Click the + on the right of the first module, search Lettermint and pick Send an Email. Choose the connection you created earlier.

  4. 04

    Map the order data

    Fill the module fields and map values from the previous module, such as the buyer's email and the order details, so each order produces its own message.

  5. 05

    Test with Run once

    Place a test order, then click Run once. Make runs the scenario one time and shows the bundles each module received, so you can confirm the email really left.

  6. 06

    Schedule and switch on

    Set the schedule on the first module (every 15 minutes by default, 15 minutes at least on the Free plan) and switch the scenario on.

Modules

What can the Lettermint modules do?

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

Lettermint1

Make an API Call

Action

In Make“Performs an authorized API call.”

This module opens the whole Lettermint API from your scenario, using the connection you already set up, so you can reach an endpoint that Send an Email does not cover.

When to use it
a task your scenario needs has no dedicated module, and the Lettermint API reference shows an endpoint that does it.
Watch out
you write the request yourself, so read the Lettermint API documentation before mapping anything.
Lettermint2

Send an Email

Action

In Make“Send an email to communicate important information.”

Send an Email delivers one transactional message from your verified Lettermint domain each time a bundle reaches it, which turns any event in another app into an email your customer receives.

When to use it
a new order, a reset request or a deal update should reach someone by email without anyone writing it by hand.
Watch out
each email counts as one operation, the unit Make bills on your plan, so filter out bundles that should not send.
Need help

Need help automating Lettermint with Make?

A person reads every message.

FAQ

Lettermint and Make: common questions

01Is the Lettermint Make integration free?
Yes, on the Make side. Lettermint is a standard app, so it works from the Free plan. That plan allows 2 active scenarios, a minimum of 15 minutes between scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) drop the interval to 1 minute and allow unlimited active scenarios with 40 minutes of execution. Each email sent uses one operation. Your Lettermint subscription is separate and is described on the Lettermint pricing page.
02What do you need to connect Lettermint to Make?
Three things: a Lettermint account, a verified sending domain and an API token. You find the token in the Lettermint dashboard under Projects, then your project, then the API Token section. In Make, add a Lettermint module, click Create a connection, optionally give it a name and paste the token. The connection is then reused by both Lettermint modules, so you only do this once per project. Without a verified domain, Lettermint has nothing to send from.
03Can Lettermint trigger a Make scenario in real time?
No. Lettermint has no trigger module in Make, so it never starts a scenario on its own. The flow begins elsewhere: an instant trigger from another app, which that app fires through a webhook as soon as something happens, or a scheduled trigger that Make checks on the scenario's schedule, every 15 minutes by default. Lettermint then comes in as the action that sends the email. Choose an app whose trigger matches the event you care about, such as a new order or a form entry.
04What if the Lettermint module you need is missing in Make?
Use Make an API Call. It reaches any endpoint of the Lettermint API with the same connection you already created, so anything the API offers beyond sending an email stays within reach. You will need the Lettermint API reference to build the request. Keep in mind that the Make documentation for this app says it was generated with AI from the Lettermint docs and may contain mistakes, so verify important details directly with Lettermint before relying on them.
05Should you use Make or n8n for Lettermint?
It depends on the tool your team already uses. Many apps also have an n8n node, so check whether Lettermint does if n8n is on your list. On Make, you get Send an Email for the common case and Make an API Call for the rest, both on one connection, and a visual editor where you test with Run once. Pick the platform where your other apps and your team habits already live, rather than moving everything for one email step.