Resend is an email API service that provides transactional email delivery, domain management, and API key operations. It is designed for developers to easily integrate reliable email functionalities into their applications.

Changelog

3 versions
v1.2.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.1.0
  • Added scheduledAt parameter to SendEmail action for scheduling emails up to 72 hours in advance.
v1.0.3
  • Initial version

Authentication

TypeDetails
API Key
API Key (text)
Enter your Resend API key. You can find it in your Resend dashboard under API Keys.

Actions

24
Create API Key icon

Create API Key

Add a new API key to authenticate communications with Resend.
Create Contact icon

Create Contact

Create a contact inside an audience.
Create Domain icon

Create Domain

Add a new domain for sending emails. Requires an API Key in the Authorization header as a Bearer token.
Delete API Key icon

Delete API Key

Delete an API key through the Resend API.
Delete Audience icon

Delete Audience

Remove an existing audience.
Delete Contact icon

Delete Contact

Remove an existing contact from an audience.
Delete Domain icon

Delete Domain

Delete a domain through the Resend API.
Get Audience icon

Get Audience

Retrieve a single audience.
Get Contact icon

Get Contact

Retrieve a single contact from an audience.
Get Domain icon

Get Domain

Retrieve information about a specific domain by its ID. Requires an API Key in the Authorization header as a Bearer token.
List API Keys icon

List API Keys

Retrieve a list of API keys for the authenticated user.
List Contacts icon

List Contacts

Show all contacts from an audience.
List Audiences icon

List Audiences

Retrieve a list of audiences.
Update Contact icon

Update Contact

Update an existing contact.
List Domains icon

List Domains

Retrieve a list of verified domains with optional filtering. Requires an API Key in the Authorization header as a Bearer token.
Update Domain icon

Update Domain

Update an existing domain in Resend.
Verify Domain icon

Verify Domain

Trigger the domain verification process to confirm ownership.
Cancel Email icon

Cancel Email

Cancel a scheduled email.
Get Email icon

Get Email

Retrieve details of a specific email by its ID. Requires an API Key in the Authorization header as a Bearer token.
Send Batch Emails icon

Send Batch Emails

Trigger up to 100 batch emails at once.
Send Email icon

Send Email

Send an email through the Resend Email API.
Update Email icon

Update Email

Update a scheduled email.
Create Audience icon

Create Audience

Create a list of contacts.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Resend API.