Email

Postmark

standard

Postmark is an reliable email provider offering Send Email, Batch Email, Template Email through Aweb's unified API. It features none streaming support with premium-tier latency.

Try PostmarkOfficial docs

Specifications

CategoryEmail
Auth Typeapi_key
Latency Tierpremium
Streamingnone
Pricing Tierstandard
Reliabilitypremium
Qualitypremium
Base URLhttps://api.postmarkapp.com
SDK Package

Capabilities (3)

Send Emailemail.send
Score: 95
Batch Emailemail.batch
Score: 93
Template Emailemail.template
Score: 90

Public discovery

Inspect Postmark's current readiness, sources, capabilities, and MCP tool posture through Aweb's public integration catalog. Provider-pinned execute examples are intentionally withheld until the canonical public execute contract is normalized.

cURL

curl "https://aweblabs.ai/api/v2/integrations/catalog" \
  | jq '.providers[] | select(.providerId == "postmark")'

TypeScript

const response = await fetch(
  'https://aweblabs.ai/api/v2/integrations/catalog'
);

const catalog = await response.json();
const provider = catalog.providers.find((item) => item.providerId === 'postmark');

console.log(provider?.readiness);
console.log(provider?.mcpTools?.length ?? 0);

Related Email providers

Resend

economy tier

SendGrid

standard tier

Getting started →API reference →All capabilities →All providers →