# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
