Postmark source
Overview
The Postmark source connector lets you connect to the Postmark API using a Server API token.
This connector is currently in development. At this time, it supports credential validation but does not yet extract data or expose streams.
Setup
Prerequisites
- A Postmark account
- A Postmark Server API token (also called a Server Token)
Get your Server API token
- Log in to Postmark.
- Navigate to your server settings.
- Copy the Server API token for the server you want to connect.
Authentication
This connector authenticates using a Postmark Server API token sent as an HTTP header:
- Header:
X-Postmark-Server-Token: <server_token>
During connection setup, the connector validates the token by calling the Postmark endpoint:
GET https://api.postmarkapp.com/server
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
server_token | string | Yes | Your Postmark Server API token used to authenticate API requests. |
Streams
No streams are currently available.
The connector’s extraction/sync functionality is still in development, so it does not yet produce tables or incremental streams.