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.

Back to Catalog
Toolsresend

Block Preview

Resend

Modern email API for developers

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the resend block with monitoring enabled in production.

Inputs (UI)

Resend API Key

short-input

Placeholder: Enter your Resend API key

Layout: full

Operation

dropdown

Layout: full

Options: Send Email, Get Email, List Emails, Create Domain

From

short-input

Placeholder: you@example.com

Layout: full

Condition: operation = "send_email"

To

short-input

Placeholder: recipient@example.com

Layout: full

Condition: operation = "send_email"

Subject

short-input

Placeholder: Email subject

Layout: full

Condition: operation = "send_email"

HTML Content

long-input

Placeholder: <p>Email content</p>

Layout: full

Condition: operation = "send_email"

Email ID

short-input

Placeholder: Enter email ID

Layout: full

Condition: operation = "get_email"

Domain Name

short-input

Placeholder: example.com

Layout: full

Condition: operation = "create_domain"

Inputs (API)

credential

string

Required

operation

string

Required

from

string

Optional

to

string

Optional

subject

string

Optional

html

string

Optional

emailId

string

Optional

domainName

string

Optional

Outputs

Primary response type:

{
  "data": "json"
}

Tool Access

resend_api
Resend | NowFlow Blocks