# Setup Sendgrid

{% hint style="warning" %}
If you verify only a single sender in Sendgrid, you can only send from that email address. Other email addresses will not be accepted unless you verify your domain.&#x20;
{% endhint %}

Go to sendgrid.com and register for a free account. Then, navigate to Settings > API Keys and Create a new API Key.

<figure><img src="/files/849GvJUAGtbPZeyaqxnT" alt=""><figcaption><p>Create an API Key with the settings you need. Full Access is usually enough.</p></figcaption></figure>

Then, back in your Bubble editor, navigate to Plugins > API Connector > Sendgrid and enter the API key you just generated in the Authorization header. Make sure it's preceded by 'Bearer'.

<figure><img src="/files/5ekMktnvNB2pEzTQvtZE" 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.openbuild.io/working-with-the-framework/transactional-email/setup-sendgrid.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.
