Resend Make integrationAutomate Resend with Make.
Can Make send your emails through Resend without a line of code? Yes. The Resend Make integration gives you 3 modules: one instant trigger and 2 actions. This guide is for builders who already use Resend, and it walks you from the API key to a working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Resend Make integration do?
The Resend Make integration links your Resend account to Make, a visual tool where you build a scenario (the automation itself, a chain of blocks called modules). Once linked, Make can send emails through Resend, react to events on your Resend account, and call any part of the Resend API, all without writing code.
Transactional emails driven by other tools. A new order, a signup or a booking in another app starts the scenario, and Send an Email ships the message through Resend with the data Make just received. Your product code stays out of it.
Follow-up on what happens to your emails. Watch Events fires the moment Resend reports a new event, so you can log it in a spreadsheet or alert a teammate in a chat tool.
Everything the two other modules skip. Make an API Call reuses your connection to reach any endpoint of the Resend API, which covers needs the ready-made modules do not.
One honest limit: the Make documentation for Resend is flagged as AI-generated, so check important details against Resend itself. If a scenario misbehaves, the Make troubleshooting guide helps you read the error. Weighing tools before you commit? The n8n vs Make comparison sets out the criteria, and the Make pricing page explains how operations are counted.
How do you connect Resend to Make?
- 01
Copy your Resend API key
In Resend, open the dashboard, click Settings in the sidebar, then API Keys. Copy the key shown on screen. You need an active Resend account for this; the key is what lets Make act on your behalf.
- 02
Add a Resend module in Make
Log in to Make, add any Resend module to your scenario and click Create a connection. A connection is your Resend account linked to Make once, then reused by every Resend module you add later.
- 03
Name it and paste the key
The Connection name field is optional, but a clear name helps when you run several accounts. Paste the API key you copied, or follow the on-screen instructions, and save. Make keeps the link for every later module.
Your first scenario with Resend and Make
GoalWhen a new entry lands in another app, Make sends an email to that person through Resend.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the big +. The first module you add decides when the scenario starts, so pick the app where your new entries appear.
- 02
Set the starting module
Search that app by name, choose its trigger and link your account. Fill its fields: Make lists what it can read, such as a sheet or a form, once the connection exists.
- 03
Add Send an Email
Click the + on the right of the first module, search Resend and pick Send an Email. Select your Resend connection, then map the recipient and the content from the data the first module passes along.
- 04
Test with Run once
Click Run once and create a test entry in the source app. Each module shows the bundles it received (a bundle is one item passed along, here one entry), so you can check the email went out as planned.
- 05
Schedule and switch it on
Open the clock on the first module. A new scenario runs every 15 minutes by default, and 15 minutes is also the shortest gap on the Free plan. Save, then switch the scenario on.
What triggers a Resend scenario?
1 module starts a scenario when something happens in Resend. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Resend as soon as it happens.
Watch Events
Instant triggerIn Make“Triggers when a new event has happened.”
Watch Events starts your scenario whenever Resend reports a new event on your account, so the reaction happens without anyone checking the dashboard. Each event reaches Make as its own bundle, ready to be logged, forwarded or used to decide the next step.
What can Make do in Resend?
Resend gives you 2 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
This module opens the whole Resend API to your scenario, with the connection you already set up, so you are not limited to what the other modules offer.
Send an Email
ActionIn Make“Sends an email.”
Send an Email delivers a message through your Resend account, built from the data earlier modules pass along, so every new record in another tool can become a personal email.
Need help automating Resend with Make?
A person reads every message.