SendGrid source
Overview
The SendGrid source connector lets you connect to the SendGrid API using an API key.
At this time, the connector supports credential validation but data extraction is still in development. You can use it to verify connectivity and authentication, but it will not yet sync data.
Setup
Prerequisites
- A SendGrid account
- A SendGrid API key with permission to access the SendGrid API
Create a SendGrid API key
- In SendGrid, go to Settings → API Keys.
- Create a new API key (or use an existing one).
- Copy the API key value (you’ll use it as
api_key).
Authentication
This connector authenticates using Bearer token authentication with your SendGrid API key.
During connection testing/login, the connector validates credentials by calling:
GET https://api.sendgrid.com/v3/user/profile
If the request succeeds, authentication is considered valid.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your SendGrid API key used to authenticate to the SendGrid API. |
Streams
No streams are currently available. The connector’s extraction/sync functionality is still in development.