> For the complete documentation index, see [llms.txt](https://docs.bunny.com/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bunny.com/guide/advanced-guides/integrations/resend.md).

# Resend

### Install

Go to **Settings >** integration and select Resend to install the integration.&#x20;

<figure><img src="/files/gsEZ1l9HV3qN1ROSbrOc" alt=""><figcaption></figcaption></figure>

### Configure

Enter your **Api Key** from Resend along with the **Sender** **from address** that you want to use for your emails.&#x20;

Also enter your email address or an address that you can check for the delivery of a test email into the Test recipient email address field.&#x20;

When you click **Save** a test email will be sent to validate the Api Key and sender email address are correct.&#x20;

<figure><img src="/files/nCUhZOnn3dkLa5QNYuO9" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Note that the domain of the from address needs to match a domain that you have verified in Resend or you will get an error.&#x20;
{% endhint %}

### Set up delivery tracking

Emails will appear in a Processing state in the Bunny outbox unless you setup a webhook in Resend to allow Bunny to track the delivery state.&#x20;

Copy the Webhook URL on the Resend integration in Bunny and use this to configure a webhook in Resend.&#x20;

*For example, copy the webhook url from Bunny*

```
https://superdesk.bunny.com/api/plugins/87d52347b6f4261493a2aed5a/hook
```

Then go to the [Webhooks section in your Resend account](https://resend.com/webhooks) and click the button to **Add webhook**.\
\
Paste in the webhook url and select the following event types:&#x20;

* email.delivered
* email.failed


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bunny.com/guide/advanced-guides/integrations/resend.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
