# Resend

Resend is an email sending platform. It allows you to send your email notifications using your own domain.

For integration with the Resend platform, you can refer to this tutorial provided.

## Before You Begin:

* Make sure you already have your own domain
* Make sure you have access to set DNS records for your domain
* Make sure you have registered for a Resend account

## Add Domain

1. Log in to your Resend account.

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

2. Click on **Domains**

<figure><img src="/files/6weGTSFpTu8RBKnm9Owd" alt=""><figcaption></figcaption></figure>

3. Click **Add domain**

<figure><img src="/files/88N0k1iHtdrQ8FI9CdVY" alt=""><figcaption></figcaption></figure>

4. Then, you can **enter your domain name** and for the "**Region**" setting you can select "T**okyo (ap-northeast-1)**". Once done click **Add** domain

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

### Verify domain

1. Next, you need to verify the domain.

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

2. If you manage your domain on **Cloudflare**, you can directly click "**Auto configure**". For **other platforms**, you need to do **Manual setup**.\
   \
   For this tutorial, we will continue to do the setting by "**Manual setup**".

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

3. Then, you need to follow all the settings they ask you to make on your domain's DNS record. You only need to set "**Domain Verification**" and "**Enable Sending**".

<figure><img src="/files/7DpMAZfSNR1oJY1D7r2k" alt=""><figcaption></figcaption></figure>

4. You can click on "**Forward instruction**" at the bottom and **enter your email**.

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

5. **After you have made the desired settings for your domain's DNS records**, you can click on "**Verify DNS Records**"

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

6. Then, you need to **wait until all verification processes are reviewed by their system**.\
   \
   If all your settings are complete and there are no issues, you will see a display like the one below.

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

## Create API Key

1. Log in to the Resend dashboard

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

2. Click on the **API Keys** tab

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

3. Click **Create API Keys**

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

4. Later you will be able to see 1 popup:\
   \- Enter your API Keys name.\
   \- Then, you can set "Permission" to "Full access".\
   \- For domain settings, you can choose whether you want to set it to only 1 domain or all of your domains.\
   \
   When finished click **Add**

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

5. Then, you can **copy and save your API key** to use in the settings on the Shoppego dashboard later.

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

## Settings in Shoppego

1. Log in to your Shoppego account

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

2. Click on **Settings**

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

3. Click on **Transactional email providers**

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

4. Click **Activate/Edit** on the **Resend** tab.

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

5. **Enter your API key** and **tick the Enable toggle**. Then, you can **Save** the setting.

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

Now your integration setting is complete.

## Additional Information

Make sure you have entered the correct notification email for sending your email notifications later.

You can check the setting in the section:

1. Log in to your Shoppego account

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

2. Click on **Settings**

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

3. Click on **General**

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

4. Make sure the "**Notification & Reply-to Email**" setting is set to the email that **uses the domain in your Resend account**.\
   \
   For example, in Resend you use the domain kedaisaya.com, so in that setting, you need to enter an email like this: <hello@kedaisaya.com>

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


---

# 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.shoppego.com/en/settings/transactional-email-providers/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.
