> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noclick.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Resend

> Connect Resend to your workflows: 5 operations across 2 categories.

The Resend node adds Resend operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields.

Resend also includes 1 trigger operation (marked in the tables below) that can start a workflow when something happens in Resend.

<Note>
  You can wire the Resend node into an AI agent as a tool provider: the agent calls the operations you allow. See [Agent tools](/agents/tools).
</Note>

## Credentials

Connect Resend under **Credentials** in the node settings. See [Connecting credentials](/credentials/connecting) for the general flow.

Enter the values manually when creating the credential.

[Get your credentials here](https://resend.com/api-keys).

## Operations

### Email

| Operation            | ID             | Description                                      | Trigger |
| -------------------- | -------------- | ------------------------------------------------ | ------- |
| **Cancel Email**     | `cancel_email` | Cancel a scheduled email before it is sent.      |         |
| **Get Email**        | `get_email`    | Retrieve the status and details of a sent email. |         |
| **Reschedule Email** | `update_email` | Reschedule a previously scheduled email.         |         |
| **Send Email**       | `send_email`   | Send a transactional email through Resend.       |         |

### Other

| Operation                  | ID                | Description                                                                  | Trigger |
| -------------------------- | ----------------- | ---------------------------------------------------------------------------- | ------- |
| **Receive Webhook Events** | `receive_webhook` | Receive webhook events from Resend (delivered, bounced, opened, complained). | Yes     |
