Skip to content
Greg Svoboda edited this page Jun 12, 2026 · 4 revisions

Official Postmark Python SDK Wiki

Postmark Python SDK

This wiki provides guides and examples for using the postmark-python library — a Python SDK for the Postmark email delivery API. The library is async-first, with a synchronous wrapper available as of v0.3.0 for scripts, Flask apps, and other non-async contexts.

Getting Started

Sending Email

  • Email Sending — Simple sends, batch, bulk, attachments, tracking, and custom headers
  • Templates — Send with templates, manage templates

Message Management

Configuration

  • Server — View and update your server's settings
  • Servers — Manage multiple servers (account-level)
  • Message Streams — Create and manage message streams
  • Webhooks — Configure webhook triggers

Account Management

Analytics

  • Stats — Retrieve delivery, open, click, and bounce statistics

Reference

Clone this wiki locally