# SendGrid

### Supported Destination Services

DinMo supports the following destination services:

* [Synchronize contacts](/integrations/destination-platforms/sendgrid/synchronize-contacts.md)
* [Export contact lists](/integrations/destination-platforms/sendgrid/export-contact-lists.md)

Please refer to the dedicated documentation page for more information.

### Authentication to SendGrid

Regardless of the selected destination service, DinMo will always connect to SendGrid using an API key.

You can generate an API key in SendGrid by clicking API keys here:

Then, click the 'API Keys' tab:

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

Create an API key from this tab, and grant it with "Full Access":

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

Finally, copy the API key value and paste it on DinMo when creating the SendGrid destination.


---

# 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.dinmo.io/integrations/destination-platforms/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.
