Channels & ProvidersEmail
Postmark
Configure Postmark as an email provider in Notiflows
Postmark is a fast, reliable transactional email service with detailed delivery analytics.
Prerequisites
Before configuring Postmark in Notiflows, you need:
- A Postmark account
- A verified sender signature (domain or email address)
- A Server API Token
Configuration
| Field | Required | Description |
|---|---|---|
| Server Token | Yes | Postmark Server API Token |
| From Email | Yes | A verified sender address |
| From Name | No | Display name shown to recipients |
| Message Stream | No | Postmark message stream (defaults to transactional) |
Step 1: Verify a sender signature
Postmark requires a verified sender signature before you can send email.
- Log in to the Postmark dashboard
- Go to Sender Signatures
- Click Add Domain or Add Sender Signature
- For domain verification, add the provided DNS records (DKIM and Return-Path)
- For single email verification, confirm via the verification email
Step 2: Get your Server API Token
- In the Postmark dashboard, select your Server
- Go to API Tokens
- Copy the Server API Token
Each Postmark server has its own API token. Make sure you're copying the token from the correct server.
Step 3: Set up in Notiflows
- Navigate to Channels in your project
- Click Create Channel
- Select Email as the channel type
- Select Postmark as the provider
- Paste your Server Token
- Enter your verified From Email and optionally a From Name
- Optionally set a Message Stream (e.g.,
outboundfor transactional, or a custom stream name) - Save the channel
Templates
Email templates support three content types:
- Visual - Drag-and-drop editor for rich HTML emails
- HTML - Raw HTML with full control
- Plaintext - Simple text emails
Use Liquid templating for dynamic content:
Hi {{ recipient.first_name }},
{{ data.message }}Available variable contexts:
recipient.*- Recipient user data (first_name, last_name, email, etc.)actor.*- User who triggered the notificationdata.*- Custom payload passed when triggering the notiflow