Skip to main content

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

  1. In SendGrid, go to Settings → API Keys.
  2. Create a new API key (or use an existing one).
  3. 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

FieldTypeRequiredDescription
api_keystringYour 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.