AACFlow

Resend

Send emails and manage contacts with Resend.

Usage Instructions

Integrate Resend into your workflow. Send emails, retrieve email status, manage contacts, and view domains. Requires API Key.

Tools

resend_send

Input

ParameterTypeRequiredDescription
fromAddressstringYesEmail address to send from (e.g., "sender@example.com" or "Sender Name <sender@example.com>")
tostringYesRecipient email address (e.g., "recipient@example.com" or "Recipient Name <recipient@example.com>")
subjectstringYesNo description
bodystringYesNo description
contentTypestringNoContent type for the email body: "text" for plain text or "html" for HTML content
ccstringNoNo description
bccstringNoNo description
replyTostringNoNo description
scheduledAtstringNoNo description
tagsstringNoComma-separated key:value pairs for email tags (e.g., "category:welcome,type:onboarding")
resendApiKeystringYesNo description

Output

ParameterTypeDescription
successbooleanWhether the email was sent successfully
idstringEmail ID returned by Resend
tostringRecipient email address
subjectstringEmail subject
bodystringEmail body content

resend_get_email

Input

ParameterTypeRequiredDescription
emailIdstringYesNo description
resendApiKeystringYesNo description

Output

ParameterTypeDescription
idstringEmail ID
fromstringSender email address
tojsonRecipient email addresses
subjectstringEmail subject
htmlstringHTML email content
textstringPlain text email content
ccjsonCC email addresses
bccjsonBCC email addresses
replyTojsonReply-to email addresses
lastEventstringLast event status (e.g., delivered, bounced)
createdAtstringEmail creation timestamp
scheduledAtstringScheduled send timestamp
tagsjsonEmail tags as name-value pairs

resend_create_contact

Input

ParameterTypeRequiredDescription
emailstringYesNo description
firstNamestringNoNo description
lastNamestringNoNo description
unsubscribedbooleanNoNo description
resendApiKeystringYesNo description

Output

ParameterTypeDescription
idstringCreated contact ID

resend_list_contacts

Input

ParameterTypeRequiredDescription
resendApiKeystringYesNo description

Output

ParameterTypeDescription
contactsjsonArray of contacts with id, email, first_name, last_name, created_at, unsubscribed
hasMorebooleanWhether there are more contacts to retrieve

resend_get_contact

Input

ParameterTypeRequiredDescription
contactIdstringYesNo description
resendApiKeystringYesNo description

Output

ParameterTypeDescription
idstringContact ID
emailstringContact email address
firstNamestringContact first name
lastNamestringContact last name
createdAtstringContact creation timestamp
unsubscribedbooleanWhether the contact is unsubscribed

resend_update_contact

Input

ParameterTypeRequiredDescription
contactIdstringYesNo description
firstNamestringNoNo description
lastNamestringNoNo description
unsubscribedbooleanNoNo description
resendApiKeystringYesNo description

Output

ParameterTypeDescription
idstringUpdated contact ID

resend_delete_contact

Input

ParameterTypeRequiredDescription
contactIdstringYesNo description
resendApiKeystringYesNo description

Output

ParameterTypeDescription
idstringDeleted contact ID
deletedbooleanWhether the contact was successfully deleted

resend_list_domains

Input

ParameterTypeRequiredDescription
resendApiKeystringYesNo description

Output

ParameterTypeDescription
domainsjsonArray of domains with id, name, status, region, and createdAt
hasMorebooleanWhether there are more domains to retrieve

On this page

Start building today
Trusted by over 100,000 builders.
The SaaS platform to build AI agents and run your agentic workforce.
Get started