App
Resend
Resend is the email API for developers. It's designed for you to build, test, and send transactional and marketing emails at scale.
What your agent can do with Resend
Triggers and actions 28 actions
- ActionAdd Contact to Segment
Adds a contact to a Resend segment. You can identify the contact by its ID or email address.
- ActionAdd Suppression
Adds an email address to your Resend suppression list so no further mail is sent to it.
- ActionCancel Email
Cancels a scheduled Resend email that has not been sent yet.
- ActionCreate API Key
Creates a new Resend API key. The key itself is returned once, so store it right away.
- ActionCreate Contact
Creates a contact in Resend. Returns the new contact's ID.
- ActionCreate Domain
Adds a sending domain to Resend. Returns the DNS records you need to add at your domain host to verify it.
- ActionCreate Segment
Creates a new segment in Resend for grouping contacts.
- ActionDelete API Key
Deletes a Resend API key so it can no longer be used.
- ActionDelete Contact
Deletes a contact from Resend. You can identify the contact by its ID or email address.
- ActionDelete Domain
Removes a sending domain from Resend.
- ActionDelete Segment
Deletes a segment from Resend. The contacts themselves are not deleted.
- ActionList API Keys
Returns the API keys on your Resend account, with each key's name and when it was last used. The key values themselves are never returned.
- ActionList Contacts
Returns the contacts in your Resend account, optionally limited to one segment.
- ActionList Domains
Returns the sending domains on your Resend account and each one's verification status.
- ActionList Segments
Returns the contact segments in your Resend account.
- ActionList Sent Emails
Returns the emails you have sent through Resend, newest first, with each email's id, sender, recipients, subject, send time and latest delivery event. Supports paging before or after a given email id.
- ActionList Suppressions
Returns the email addresses on your Resend suppression list, showing for each one the address, why it was suppressed (bounce, complaint or added manually), the email that triggered it and when it was added.
- ActionRemove Contact From Segment
Removes a contact from one of your Resend segments. Identify the contact by its ID or by its email address, and name the segment to take it out of. The contact itself is not deleted.
- ActionRemove Suppression
Takes an email address off your Resend suppression list so you can send to it again. Identify it by the suppression ID or by the email address itself.
- ActionRetrieve Contact
Returns one contact from your Resend audience, including their name, email address, whether they have unsubscribed, when they were added, and any custom properties stored on them. Look the contact up by its ID or by its email address.
- ActionRetrieve Domain
Returns one of your Resend sending domains, including its name, verification status, sending region, tracking settings and the DNS records it needs with each record's current status.
- ActionRetrieve Segment
Returns one of your Resend segments by its ID, with the segment's name and when it was created.
- ActionRetrieve Sent Email
Returns one email you sent through Resend, with its sender, recipients, subject, HTML and text body, tags, send time and latest delivery event.
- ActionSend Batch Emails
Sends up to 100 emails through Resend in a single call. Give it a list of emails, each with a sender, recipients, subject and body, and it returns the id of every email it created.
- ActionSend Email
Sends an email through Resend. Set the sender, recipients and subject, provide an HTML or plain text body, and optionally add CC/BCC, reply-to, attachments, tags or a send time.
- ActionUpdate Contact
Updates a contact in your Resend audience. Identify the contact by ID or email address, then change the name, the subscribed/unsubscribed state, or the custom properties. Anything you leave blank stays as it is.
- ActionUpdate Email
Reschedules an email you already queued in Resend, moving it to a new send date and time. Only emails that have not gone out yet can be changed.
- ActionVerify Domain
Asks Resend to re-check the DNS records for one of your sending domains and start verifying it. Verification runs in the background, so the domain shows as pending until it finishes.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Resend API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.