← 返回
未分类 中文

Postmark Email

Inspect transactional email activity, manage templates, review message delivery events, and configure webhooks in Postmark via the Postmark API. Use this ski...
通过 Postmark API 检查事务性邮件活动、管理模板、审查消息投递事件,以及配置 Postmark 网络钩子。
hith3sh hith3sh 来源
未分类 clawhub v1.0.5 2 版本 99798.9 Key: 无需
★ 6
Stars
📥 1,369
下载
💾 1
安装
2
版本
#latest

概述

Postmark Email

!Postmark Email

Access Postmark's transactional email platform via the Postmark API. Inspect outbound messages, templates, and delivery events. Review bounce, spam, and engagement statistics. Manage webhooks and message streams.

This skill uses ClawLink for hosted connection flows and credentials so you do not need to configure Postmark API access yourself.

Setup in 3 Steps

Step 1: InstallStep 2: Pair AccountStep 3: Connect Postmark
:---::---::---:
!Install!PairApp-specific connection GIF coming soon
Run the install command in OpenClawSign in and approve the deviceOpen the dashboard and connect Postmark

How It Works

┌─────────────────┐     ┌──────────────┐     ┌──────────────────┐
│   OpenClaw      │────▶│   ClawLink   │────▶│  Postmark API   │
│   (User Chat)   │     │   (API Key)  │     │                  │
└─────────────────┘     └──────────────┘     └──────────────────┘
          │                       │                       │
          │  1. Install Plugin   │                       │
          │2. Pair Device      │                       │
          │3. Connect Postmark  │                       │
          │                      │  4. Secure Proxy      │
          │                      │  5. API Requests      │
          │                      │                       │
          ▼ ▼                       ▼
    ┌──────────┐           ┌──────────┐           ┌──────────┐
    │  SKILL   │           │ Dashboard│           │ Postmark │
    │  File    │           │ Auth     │           │ Platform │
    └──────────┘           └──────────┘           └──────────┘

Install

Install the verified ClawLink plugin from ClawHub. After the user confirms, complete the full setup so ClawLink tools are visible in the next OpenClaw chat.

openclaw plugins install clawhub:clawlink-plugin
openclaw config set tools.alsoAllow '["clawlink-plugin"]' --strict-json
openclaw gateway restart

Then tell the user: "OpenClaw has been restarted. Send /new as a standalone message to start a fresh chat, then ask for Postmark again."

Quick Start

# Get outbound overview
clawlink_call_tool --tool "postmark_get_outbound_overview" --params '{}'

# Search outbound messages
clawlink_call_tool --tool "postmark_search_outbound_messages" --params '{"status": "sent"}'

# List templates
clawlink_call_tool --tool "postmark_list_templates" --params '{}'

Authentication

All Postmark tool calls are authenticated automatically by ClawLink using the user's Postmark account.

No API key is required in chat. ClawLink stores the API key securely and injects it into every Postmark API request on the user's behalf.

Getting Connected

  1. Install the ClawLink plugin (see Install above).
  2. Pair the plugin with clawlink_begin_pairing if it is not configured yet.
  3. Open https://claw-link.dev/dashboard?add=postmark and connect Postmark.
  4. Call clawlink_list_integrations to verify the connection is active.

Connection Management

List Connections

clawlink_list_integrations

Response: Returns all connected integrations. Look for postmark in the list.

Verify Connection

clawlink_list_tools --integration postmark

Response: Returns the live tool catalog for Postmark.

Reconnect

If Postmark tools are missing or the connection shows an error:

  1. Direct the user to https://claw-link.dev/dashboard?add=postmark
  2. After they confirm, call clawlink_list_integrations to verify
  3. Then call clawlink_list_tools --integration postmark

Security& Permissions

  • Access is scoped to messages, templates, streams, and webhooks within the connected Postmark server.
  • All write operations require explicit user confirmation. Before executing any create, update, or delete call, confirm the target resource and intended effect with the user.
  • Destructive actions (delete template, delete webhook, archive stream) must be confirmed.
  • Server configuration changes affect all email sending on that server.

Tool Reference

Message Streams

ToolDescriptionMode
-------------------------
postmark_list_message_streamsList all message streams for a serverRead
postmark_get_message_streamGet details of a specific streamRead
postmark_create_message_streamCreate a new message streamWrite
postmark_update_message_streamUpdate a stream's name or descriptionWrite
postmark_archive_message_streamArchive a message stream (soft delete)Write
postmark_unarchive_message_streamRestore an archived streamWrite

Outbound Messages

ToolDescriptionMode
-------------------------
postmark_search_outbound_messagesSearch sent messages with filtersRead
postmark_get_sent_countsGet sent message counts by date rangeRead
postmark_get_delivery_statsGet delivery statisticsRead
postmark_list_outbound_message_opensList open events for outbound messagesRead
postmark_list_outbound_message_clicksList click events for outbound messagesRead

Inbound Messages

ToolDescriptionMode
-------------------------
postmark_search_inbound_messagesSearch inbound messagesRead

Templates

ToolDescriptionMode
-------------------------
postmark_list_templatesList all templatesRead
postmark_get_templateGet template details by IDRead
postmark_create_templateCreate a new templateWrite
postmark_edit_templateUpdate an existing templateWrite
postmark_delete_templateDelete a template permanentlyWrite
postmark_validate_templateValidate a template against sample dataRead

Bounces & Spam

ToolDescriptionMode
-------------------------
postmark_get_bounce_countsGet aggregate bounce countsRead
postmark_get_bouncesList bounces with filtersRead
postmark_get_spam_complaintsGet spam complaint countsRead
postmark_check_spam_scoreCheck spam score of raw emailRead

Statistics & Engagement

ToolDescriptionMode
-------------------------
postmark_get_outbound_overviewGet outbound statistics overviewRead
postmark_get_email_open_countsGet email open countsRead
postmark_get_click_countsGet link click countsRead
postmark_get_email_client_usageGet email client usage statisticsRead
postmark_get_browser_usageGet browser usage for clicksRead
postmark_get_browser_platform_usageGet browser platform usageRead
postmark_get_clicks_by_browser_familyGet clicks grouped by browserRead
postmark_get_clicks_by_locationGet clicks by content type (HTML/Text)Read
postmark_get_opens_by_platformGet opens by platformRead
postmark_get_tracked_email_countsGet counts of tracked emailsRead

Suppressions

ToolDescriptionMode
-------------------------
postmark_list_suppressionsList suppressed email addressesRead
postmark_create_suppressionsAdd addresses to suppression listWrite
postmark_delete_suppressionsRemove addresses from suppression listWrite

Webhooks

ToolDescriptionMode
-------------------------
postmark_list_webhooksList all webhooksRead
postmark_get_webhookGet webhook detailsRead
postmark_create_webhookCreate a new webhookWrite
postmark_edit_webhookUpdate a webhook's URL or triggersWrite
postmark_delete_webhookDelete a webhook permanentlyWrite

Inbound Rules

ToolDescriptionMode
-------------------------
postmark_list_inbound_rulesList inbound rule triggersRead
postmark_create_inbound_ruleCreate an inbound ruleWrite
postmark_delete_inbound_ruleDelete an inbound ruleWrite

Server Configuration

ToolDescriptionMode
-------------------------
postmark_get_serverGet server configuration detailsRead
postmark_edit_serverUpdate server settingsWrite

Code Examples

Get outbound overview

clawlink_call_tool --tool "postmark_get_outbound_overview" \
  --params '{
    "from": "2024-01-01",
    "to": "2024-01-31"
  }'

Search outbound messages

clawlink_call_tool --tool "postmark_search_outbound_messages" \
  --params '{
    "recipient": "customer@example.com",
    "status": "sent",
    "tag": "welcome"
  }'

Get template details

clawlink_call_tool --tool "postmark_get_template" \
  --params '{
    "template_id": "TEMPLATE_ID"
  }'

Create a webhook

clawlink_call_tool --tool "postmark_create_webhook" \
  --params '{
    "url": "https://example.com/webhook/postmark",
    "triggers": {
      "open": true,
      "click": true,
      "bounce": true,
      "spam_complaint": true
    },
    "http_headers": {
      "Authorization": "Bearer secret_token"
    }
  }'

List suppressions

clawlink_call_tool --tool "postmark_list_suppressions" \
  --params '{
    "message_stream": "outbound"
  }'

Discovery Workflow

  1. Call clawlink_list_integrations to confirm Postmark is connected.
  2. Call clawlink_list_tools --integration postmark to see the live catalog.
  3. Treat the returned list as the source of truth. Do not guess or assume what tools exist.
  4. If the user describes a capability but the exact tool is unclear, call clawlink_search_tools with a short query and integration postmark.
  5. If no Postmark tools appear, direct the user to https://claw-link.dev/dashboard?add=postmark.

Execution Workflow

┌─────────────────────────────────────────────────────────────┐
│  READ OPERATIONS (Safe)                                     │
│  list → get → search → describe → call                      │
│                                                             │
│  Example: Get outbound overview → List templates → Report  │
└─────────────────────────────────────────────────────────────┘
                              │
                              ▼
┌─────────────────────────────────────────────────────────────┐
│  WRITE OPERATIONS (Require Confirmation)                     │
│  list → get → describe → preview → confirm → call           │
│                                                             │
│  Example: Describe tool → Preview changes → User approves   │
│           → Execute update                                  │
└─────────────────────────────────────────────────────────────┘
  1. For unfamiliar tools, ambiguous requests, or any write action, call clawlink_describe_tool first.
  2. Use the returned guidance, schema, whenToUse, askBefore, safeDefaults, examples, and followups to shape the call.
  3. Prefer read, list, search, and get operations before writes when that reduces ambiguity.
  4. For writes or anything marked as requiring confirmation, call clawlink_preview_tool first.
  5. Execute with clawlink_call_tool. Pass confirmation only after the preview matches the user's intent.
  6. If the tool call fails, report the real error. Do not invent results or restate the failure as a missing capability unless the live catalog supports that conclusion.

Notes

  • Postmark API has rate limits. Use exponential backoff when encountering 429 errors.
  • SpamComplaint suppressions cannot be removed from the suppression list — only HardBounce and ManualSuppression can be deleted.
  • Archived message streams are permanently deleted after 45 days.
  • Webhook triggers require link tracking to be enabled for click and open events.
  • Date range filters use ISO 8601 format (YYYY-MM-DD).

Error Handling

Status / ErrorMeaning
-------------------------
Tool not foundThe tool name does not exist in the current catalog. Verify with clawlink_list_tools --integration postmark.
Missing connectionPostmark is not connected. Direct the user to https://claw-link.dev/dashboard?add=postmark.
not_foundTemplate, webhook, or stream does not exist. Check the ID.
validation_errorInvalid parameter or missing required field. Review the tool schema with clawlink_describe_tool.
Rate limitedToo many requests. Wait and retry with exponential backoff.
Write rejectedUser did not confirm a write action. Always confirm before executing writes.

Troubleshooting: Tools Not Visible

  1. Check that the ClawLink plugin is installed:

```bash

openclaw plugins list

```

  1. If the plugin is installed but tools are missing, tell the user to send /new as a standalone message to reload the catalog.
  2. If a fresh chat does not help, run:

```bash

openclaw config set tools.alsoAllow '["clawlink-plugin"]' --strict-json

openclaw gateway restart

```

  1. After restart, tell the user to send /new again and retry.

Troubleshooting: Invalid Tool Call

  1. Ensure the integration slug is exactly postmark.
  2. Use clawlink_describe_tool to verify parameter names and types before calling.
  3. For write operations, always call clawlink_preview_tool first.

Resources

Related Skills

  • Postmark — For this skill's native documentation

Powered by ClawLink — an integration hub for OpenClaw

!ClawLink Logo

版本历史

共 2 个版本

  • v1.0.5 当前
    2026-06-09 16:23
  • v0.1.0
    2026-05-21 15:32 安全 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

dev-programming

GitHub

hith3sh
通过 GitHub REST 和GraphQL API 与仓库、议题、拉取请求、提交、分支、发布和工作流进行交互。在需要时使用此技能。
★ 6 📥 1,923
office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 381 📥 144,433
office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 457 📥 151,883