Resend

Learn how to use Resend with Composio

Overview

Enum

RESEND

Description

Connect to Resend to send emails.

Authentication Details

api_key
stringRequired

Actions

Delete a domain through the resend email api.

Action Parameters

domain_id
stringRequired

Action Response

data
object
successful
boolean
error

Create a list of contacts.

Action Parameters

name
stringRequired

Action Response

data
object
successful
boolean
error

Retrieve a single audience.

Action Parameters

audience_id
stringRequired

Action Response

data
object
successful
boolean
error

Update an existing domain.

Action Parameters

domain_id
stringRequired
click_tracking
boolean
open_tracking
boolean
tls
stringDefaults to opportunistic

Action Response

data
object
successful
boolean
error

Delete a contact in resend.

Action Parameters

audienceId
stringRequired
id
string
email
string

Action Response

data
object
successful
boolean
error

Retrieve a single domain.

Action Parameters

domain_id
stringRequired

Action Response

data
object
successful
boolean
error

List all domains.

Action Parameters

Action Response

data
object
successful
boolean
error

Verify a domain through the resend email api.

Action Parameters

domain_id
stringRequired

Action Response

data
object
successful
boolean
error

Update a scheduled email.

Action Parameters

id
stringRequired
scheduled_at
string

Action Response

data
object
successful
boolean
error

List all audiences.

Action Parameters

Action Response

object
string
data
array
successful
boolean
error

Cancel a scheduled email.

Action Parameters

id
stringRequired

Action Response

data
object
successful
boolean
error

Create a contact in resend.

Action Parameters

email
stringRequired
audienceId
stringRequired
firstName
string
lastName
string
unsubscribed
boolean

Action Response

data
object
successful
boolean
error

Create a domain through the resend email api.

Action Parameters

name
stringRequired
region
stringDefaults to us-east-1

Action Response

data
object
successful
boolean
error

List contacts in resend.

Action Parameters

audienceId
stringRequired

Action Response

object
string
data
array
successful
boolean
error

Retrieve a single email.

Action Parameters

email_id
stringRequired

Action Response

data
object
successful
boolean
error

Remove an existing audience.

Action Parameters

audience_id
stringRequired

Action Response

data
object
successful
boolean
error

Retrieve a contact in resend.

Action Parameters

audienceId
stringRequired
id
stringRequired

Action Response

data
object
successful
boolean
error

Send an email using resend.

Action Parameters

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

Action Response

data
object
successful
boolean
error