Resend

Learn how to use Resend with Composio

Overview

Enum

RESEND

Description

Connect to Resend to send emails.

Authentication Details

api_key
stringRequired

Actions

Cancel a scheduled email.

Action Parameters

id
stringRequired

Action Response

data
object
error
successful
boolean

Create a list of contacts.

Action Parameters

name
stringRequired

Action Response

data
object
error
successful
boolean

Create a contact in resend.

Action Parameters

audienceId
stringRequired
email
stringRequired
firstName
string
lastName
string
unsubscribed
boolean

Action Response

data
object
error
successful
boolean

Create a domain through the resend email api.

Action Parameters

name
stringRequired
region
stringDefaults to us-east-1

Action Response

data
object
error
successful
boolean

Remove an existing audience.

Action Parameters

audience_id
stringRequired

Action Response

data
object
error
successful
boolean

Delete a contact in resend.

Action Parameters

audienceId
stringRequired
email
string
id
string

Action Response

data
object
error
successful
boolean

Delete a domain through the resend email api.

Action Parameters

domain_id
stringRequired

Action Response

data
object
error
successful
boolean

List all audiences.

Action Parameters

Action Response

data
array
error
object
string
successful
boolean

List contacts in resend.

Action Parameters

audienceId
stringRequired

Action Response

data
array
error
object
string
successful
boolean

List all domains.

Action Parameters

Action Response

data
object
error
successful
boolean

Retrieve a single audience.

Action Parameters

audience_id
stringRequired

Action Response

data
object
error
successful
boolean

Retrieve a contact in resend.

Action Parameters

audienceId
stringRequired
id
stringRequired

Action Response

data
object
error
successful
boolean

Retrieve a single domain.

Action Parameters

domain_id
stringRequired

Action Response

data
object
error
successful
boolean

Retrieve a single email.

Action Parameters

email_id
stringRequired

Action Response

data
object
error
successful
boolean

Send an email using resend.

Action Parameters

bcc
string
cc
string
from
stringRequired
headers
object
html
string
react
string
reply_to
string
scheduled_at
string
subject
stringRequired
text
string
to
stringRequired

Action Response

data
object
error
successful
boolean

Update an existing domain.

Action Parameters

click_tracking
boolean
domain_id
stringRequired
open_tracking
boolean
tls
stringDefaults to opportunistic

Action Response

data
object
error
successful
boolean

Update a scheduled email.

Action Parameters

id
stringRequired
scheduled_at
string

Action Response

data
object
error
successful
boolean

Verify a domain through the resend email api.

Action Parameters

domain_id
stringRequired

Action Response

data
object
error
successful
boolean