postmark by activecampaign/postmark-skills
npx skills add https://github.com/activecampaign/postmark-skills --skill postmarkPostmark 是一个为开发者打造的事务性邮件平台,拥有超过 15 年的邮件送达率专业经验。这些技能旨在教导 AI 代理如何有效地使用 Postmark API。
| 功能 | 技能 | 使用场景 |
|---|---|---|
| 发送邮件 | postmark-send-email | 发送事务性或广播邮件 —— 单封、批量、群发或使用模板 |
| 入站邮件处理 | postmark-inbound | 通过 Webhook 处理收到的邮件,构建邮件回复、邮件转工单或文档提取功能 |
| 模板管理 | postmark-templates | 创建、编辑或使用 Postmark 的服务端 Handlebars 模板和布局发送邮件 |
| Webhooks |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
postmark-webhooks| 为送达、退信、打开、点击、垃圾邮件投诉和订阅变更事件设置 Webhook |
| 最佳实践 | postmark-email-best-practices | 送达率设置、合规性(CAN-SPAM/GDPR/CASL)、邮件设计、列表管理、测试和发送可靠性 |
postmark-send-emailpostmark-send-emailpostmark-send-email (模板部分) 或 postmark-templates (用于创建/管理模板)postmark-inboundpostmark-inboundpostmark-templatespostmark-webhookspostmark-webhookspostmark-email-best-practicespostmark-email-best-practicespostmark-email-best-practicespostmark-email-best-practicespostmark-email-best-practicespostmark-email-best-practicesPostmark 使用两种类型的 API 令牌:
| 令牌 | 请求头 | 作用范围 |
|---|---|---|
| 服务器令牌 | X-Postmark-Server-Token | 发送邮件、模板、退信、Webhook、消息流 |
| 账户令牌 | X-Postmark-Account-Token | 管理服务器、域名、发件人签名 |
从 Postmark 服务器页面 获取您的服务器 API 令牌。
检测项目语言并安装相应的 SDK:
| 文件 | 语言 | 安装命令 |
|---|---|---|
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 |
Postmark 根据邮件意图将邮件分离到不同的 消息流 中:
| 流 | 值 | 用途 |
|---|---|---|
| 事务性 | outbound | 1:1 触发的邮件(欢迎邮件、密码重置、收据)—— 默认 |
| 广播 | broadcast | 营销、新闻通讯、公告 |
切勿在同一流中混合事务性邮件和广播邮件 —— 这会损害送达率。
每周安装量
133
代码仓库
GitHub 星标数
31
首次出现
11 天前
安全审计
安装于
opencode131
codex131
github-copilot130
amp129
cline129
kimi-cli129
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.
| 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 |
postmark-send-emailpostmark-send-emailpostmark-send-email (template section) or postmark-templates (to create/manage templates)postmark-inboundpostmark-inboundpostmark-templatespostmark-webhooksPostmark 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.
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 |
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.
Weekly Installs
133
Repository
GitHub Stars
31
First Seen
11 days ago
Security Audits
Gen Agent Trust HubPassSocketFailSnykWarn
Installed on
opencode131
codex131
github-copilot130
amp129
cline129
kimi-cli129
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
150,000 周安装
postmark-webhookspostmark-email-best-practicespostmark-email-best-practicespostmark-email-best-practicespostmark-email-best-practicespostmark-email-best-practicespostmark-email-best-practicescomposer.json | PHP | composer require wildbit/postmark-php |
*.csproj / *.sln | .NET | dotnet add package Postmark |