Agent Skill · ActiveCampaign

postmark

Use when working with Postmark email platform - routes to specific sub-skills for sending emails, processing inbound email, managing templates, or configuring webhooks.

Provider: ActiveCampaign Path in repo: SKILL.md

Skill body

Postmark Skills

Postmark is a transactional email platform built for developers, with 15+ years of deliverability expertise. These skills teach AI agents how to use the Postmark API effectively.

Sub-Skills

Feature Skill Use When
Sending emails postmark-send-email Sending transactional or broadcast emails — single, batch, bulk, or with templates
Inbound processing postmark-inbound Processing incoming emails via webhooks, building reply-by-email, email-to-ticket, or document extraction
Template management postmark-templates Creating, editing, or sending with Postmark’s server-side Handlebars templates and layouts
Webhooks postmark-webhooks Setting up webhooks for delivery, bounce, open, click, spam complaint, and subscription change events
Best practices postmark-email-best-practices Deliverability setup, compliance (CAN-SPAM/GDPR/CASL), email design, list management, testing, and sending reliability

Quick Routing

Common Setup

Authentication

Postmark uses two types of API tokens:

Token Header Scope
Server Token X-Postmark-Server-Token Sending emails, templates, bounces, webhooks, message streams
Account Token X-Postmark-Account-Token Managing servers, domains, sender signatures

Get your Server API Token from Postmark Servers.

SDK Installation

Detect the project language and install the appropriate SDK:

File Language Install Command
package.json Node.js / TypeScript npm install postmark
requirements.txt / pyproject.toml Python pip install postmarker
Gemfile Ruby gem install postmark
composer.json PHP composer require wildbit/postmark-php
*.csproj / *.sln .NET dotnet add package Postmark

Message Streams

Postmark separates email by intent into Message Streams:

Stream Value Purpose
Transactional outbound 1:1 triggered emails (welcome, password reset, receipts) — default
Broadcast broadcast Marketing, newsletters, announcements

Never mix transactional and broadcast email in the same stream — it damages deliverability.

Resources

Skill frontmatter

license: MIT metadata: {"author" => "postmark", "version" => "1.0.0"}

Work with this as data

Every skill here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agent skills

4 MCP tools reach this
  • find_skillsBrowse and filter every skill in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This skill
curl "https://apis.io/api/v1/skills/postmark"
All agent skills
curl "https://apis.io/api/v1/skills?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.