An n8n community node for the Resend email API.
Resend is a modern email API for developers. This node provides full coverage of the Resend API with 10 resources and 50+ operations.
n8n is a fair-code licensed workflow automation platform.
- Go to Settings > Community Nodes
- Select Install
- Enter
@dnet5/n8n-nodes-resendand confirm
npm install @dnet5/n8n-nodes-resend- Create a Resend account
- Go to API Keys in the Resend dashboard
- Click Create API Key
- In n8n, create a new Resend API credential and paste your key
| Resource | Operations |
|---|---|
| Send, Send Batch, Get, Get Many, Update, Cancel | |
| Domain | Create, Get, Get Many, Update, Delete, Verify |
| API Key | Create, Get Many, Delete |
| Contact | Create, Get, Get Many, Update, Delete |
| Broadcast | Create, Get, Get Many, Send, Update, Delete |
| Segment | Create, Get, Get Many, Update, Delete |
| Topic | Create, Get, Get Many, Update, Delete |
| Template | Create, Get, Get Many, Update, Delete, Publish, Duplicate |
| Webhook | Create, Get, Get Many, Update, Delete |
| Contact Property | Create, Get, Get Many, Update, Delete |
- Full API coverage: 10 resources, 53 operations
- Pagination support: Automatic cursor-based pagination with "Return All" toggle
- Batch emails: Send up to 100 emails in a single request
- Idempotency: Support for Idempotency-Key header on send operations
- AI-ready:
usableAsTool: truefor n8n AI agent workflows - Error handling:
continueOnFail()support for resilient workflows