Skip to main content

Mailjet source

Overview

The Mailjet source connector connects to the Mailjet REST API using an API key and secret key.

Status / availability

This connector is currently in development:

  • Authentication (credential validation) is implemented.
  • Schema discovery returns an empty catalog.
  • Data extraction is not yet implemented and will fail with an “in development” error.

Authentication

Mailjet uses HTTP Basic Auth:

  • Username: api_key
  • Password: secret_key

Create Mailjet API credentials

  1. Sign in to your Mailjet account.
  2. Navigate to Account settingsREST API (or API keys).
  3. Create or copy an API Key and Secret Key.

Setup

  1. In your workspace, add a new Mailjet source.
  2. Enter your credentials:
    • API key
    • Secret key
  3. Save and test the connection.

During the connection test, the connector validates credentials by calling:

  • GET https://api.mailjet.com/v3/REST/user

Configuration reference

FieldTypeRequiredDescription
api_keystringYesMailjet API key used as the Basic Auth username.
secret_keystringYesMailjet secret key used as the Basic Auth password.

Streams

No streams are currently exposed. Catalog discovery returns an empty catalog, and extraction is not yet available.