Skip to main content

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

  1. Log in to Postmark.
  2. Navigate to your server settings.
  3. 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

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