← All Skills
R

Email

Resend

Send transactional and broadcast email.

The universal API for sending emails.

Triggers0

Things that can wake up your Resend coworker.

No triggers published for Resend yet — but you can still run it on a schedule or from a chat.

Actions5

Things your coworker can do in Resend.

  • Create Contact V2

    Tool to create a new contact in Resend. Use when you need to add a contact to Resend without specifying an audience.

    RESEND_CREATE_CONTACT_V2
  • Get Contact

    Tool to retrieve a single contact from Resend by ID or email. Use when you need to get details of a specific contact using the global contacts endpoint.

    RESEND_GET_CONTACT
  • List All Contacts

    Tool to retrieve a list of all contacts from Resend. Use when you need to fetch contacts across all audiences with optional pagination.

    RESEND_LIST_ALL_CONTACTS
  • Send Batch Emails

    Trigger up to 100 batch emails at once. Use when you need to send multiple emails in a single API request.

    RESEND_SEND_BATCH_EMAILS
  • Send Email

    Send an email using Resend. Confirm recipients and content with the user before invoking — sends are irreversible. All recipients must be listed explicitly via `to`, `cc`, or `bcc`; audience-based sending is unsupported. Render HTML or plain text externally before passing via `html` or `text`.

    RESEND_SEND_EMAIL