# SendGrid

## Configuration

### Prerequisites

First, you need to obtain an API key to be able to connect to SendGrid. \
In your account, go to **Settings > API Keys > Create API Key** and select the required permission set for the API key. Once created, copy the key for later use.

### Connecting the data source

1. On the **Data sources** page, click **Connect**, and select *SendGrid* in the Data sources list.
2. Paste the **API Key** you created previously in the corresponding field.
3. Click **Test connection** to check whether the data source can be connected, and then click **Connect Datasource** to complete the setup.

<figure><img src="/files/4SB9wvj9szshddj1JjDG" alt=""><figcaption></figcaption></figure>

## Usage

Once you have connected SendGrid to UI Bakery, you can start interacting with your data. For this purpose, you can use the [Open API Request](/reference/working-with-actions/open-api-request.md) action step:

1. Create a new action, select your SendGrid data source and the *Open API Request* action.\
   All available SendGrid endpoints will be already defined.
2. Next, select the required endpoint from the **Operation** dropdown.&#x20;
3. Set any parameters and/or body if necessary.
4. Click **Execute action**.


---

# 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.uibakery.io/reference/data-sources/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.
