Blocks
Resend
Modern email API for developers
Integrate with Resend for transactional emails, developer-friendly email infrastructure, React email templates, and email analytics. Built for modern development workflows with API key authentication.
Block Preview
Resend
Modern email API for developers
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the resend block with monitoring enabled in production.
Inputs (UI)
Resend API Key
short-inputPlaceholder: Enter your Resend API key
Layout: full
Operation
dropdownLayout: full
Options: Send Email, Get Email, List Emails, Create Domain
From
short-inputPlaceholder: you@example.com
Layout: full
Condition: operation = "send_email"
To
short-inputPlaceholder: recipient@example.com
Layout: full
Condition: operation = "send_email"
Subject
short-inputPlaceholder: Email subject
Layout: full
Condition: operation = "send_email"
HTML Content
long-inputPlaceholder: <p>Email content</p>
Layout: full
Condition: operation = "send_email"
Email ID
short-inputPlaceholder: Enter email ID
Layout: full
Condition: operation = "get_email"
Domain Name
short-inputPlaceholder: example.com
Layout: full
Condition: operation = "create_domain"
Inputs (API)
credential
stringRequired
operation
stringRequired
from
stringOptional
to
stringOptional
subject
stringOptional
html
stringOptional
emailId
stringOptional
domainName
stringOptional
Outputs
Primary response type:
{
"data": "json"
}