Installation | Credentials | Human in the Loop | Trigger Events | Limitations | Development
The official node for n8n that integrates with the Resend API. Send emails, manage contacts, handle domains, and receive webhooks.
Warning
Audiences are deprecated in favor of Segments and won't be supported in this node. Please use Segments for contact grouping and targeting.
The table below shows which endpoints are currently implemented:
View all endpoints
| API Resource | Endpoint | Status | Operations |
|---|---|---|---|
| Account | /oauth/revoke |
β Full | Disconnect (OAuth2 credential only) |
/emails |
β Full | Send, Send Batch, Send and Wait, List, Get, Update, Cancel, List Attachments, Get Attachment | |
| Receiving Emails | /emails/receiving |
β Full | List, Get, List Attachments, Get Attachment |
| Domains | /domains |
β Full | Create, List, Get, Update, Delete, Verify, Create Tracking Domain, Get Tracking Domain, List Tracking Domains, Delete Tracking Domain, Verify Tracking Domain |
| Templates | /templates |
β Full | Create, List, Get, Update, Delete, Publish, Duplicate |
| Contacts | /contacts |
β Full | Create, List, Get, Update, Delete, Add to Segment, List Segments, Remove from Segment, Get Topics, Update Topics |
| Broadcasts | /broadcasts |
β Full | Create, List, Get, Update, Delete, Send, Cancel |
| Segments | /segments |
β Full | Create, List, Get, Delete |
| Suppressions | /suppressions |
β Full | Create, List, Get, Delete, Batch Add, Batch Remove |
| Topics | /topics |
β Full | Create, List, Get, Update, Delete |
| Contact Properties | /contact-properties |
β Full | Create, List, Get, Update, Delete |
| Webhooks | /webhooks |
β Full | Create, List, Get, Update, Delete |
| Events | /events |
β Full | Create, List, Get, Update, Delete, Send |
| Workflows | /workflows |
β Full | Create, List, Get, Update, Delete, List Runs, Get Run, List Run Steps, Get Run Step |
| Logs | /logs |
β Full | List, Retrieve |
- Make a new workflow or open an existing one
- Open the nodes panel by selecting + or pressing Tab
- Search for Resend
- Select Install to install the node for your instance
This package uses three separate credentials:
- In n8n, go to Credentials > Add credential and search for Resend OAuth2 API
- Click Connect my account
That's it! n8n registers itself as an OAuth client with Resend.
Note
Dynamic Client Registration relies on OAuth2 support that's new in n8n core. If Connect my account doesn't work, make sure you're on a recent n8n version, or use the Resend API credential below instead.
- Get your API key from Resend Dashboard
- In n8n, go to Credentials > Add credential
- Search for Resend API and paste your key
This credential is used by the main Resend node when Authentication is set to API Key.
- Create a webhook endpoint in your Resend Dashboard
- Copy the signing secret (starts with
whsec_) - In n8n, go to Credentials > Add credential
- Search for Resend Webhook Signing Secret and paste your secret
This credential is used exclusively by the Resend Trigger node for webhook signature verification. Each webhook endpoint in Resend has its own unique signing secret.
The Send and Wait for Response operation enables human-in-the-loop workflows. Send an email and pause the workflow until the recipient responds via approval buttons or a form.
- Approval Workflows: Send emails with Approve/Decline buttons for quick decisions
- Free Text Responses: Collect text input via a response form
- Configurable Wait Time: Set a timeout or wait indefinitely
- Secure Callbacks: Responses use signed URLs for security
The workflow pauses at the email step and resumes automatically once the recipient clicks a button or submits the response form.
- In the node panel, go to Human in the Loop > Resend
- Or select Email resource > Send and Wait for Response operation
| Option | Description |
|---|---|
| Response Type | Choose between Approval (buttons) or Free Text (form) |
| Approval Type | Single button (Approve only) or Double (Approve/Decline) |
| Button Labels | Customize the button text |
| Button Styles | Primary or Secondary styling |
| Message Button Label | Label for the form link button (Free Text mode) |
| Response Form Title | Title shown on the response form |
| Limit Wait Time | Set a timeout for the wait period |
The Resend Trigger node receives webhooks for real-time email events. Signatures are automatically verified using Svix.
Note
The trigger node requires the Resend Webhook Signing Secret credential (separate from the Resend API credential). See the Credentials section for setup instructions.
For a full list of supported event types, see the Resend Webhooks documentation.
- Maximum email size: 40MB (including attachments)
- Attachments not supported with scheduled emails
Requires Node.js 22.13+ and pnpm 11 (corepack enable recommended).
git clone https://github.com/resend/n8n-nodes-resend.git
cd n8n-nodes-resend
pnpm install
pnpm run build
pnpm run lintGitHub | Issues | Resend Docs
