·postmark-webhooks
</>

postmark-webhooks

hookdeck/webhook-skills

Receive and process Postmark webhooks. Use when setting up Postmark webhook handlers, handling email delivery events, processing bounces, opens, clicks, spam complaints, or subscription changes.

12Installs·0Trend·@hookdeck

Installation

$npx skills add https://github.com/hookdeck/webhook-skills --skill postmark-webhooks

SKILL.md

Postmark does NOT use signature verification. Instead, webhooks are authenticated by including credentials in the webhook URL itself.

| Event | RecordType | Description | Key Fields |

| Bounce | Bounce | Hard/soft bounce or blocked email | Email, Type, TypeCode, Description | | Spam Complaint | SpamComplaint | Recipient marked as spam | Email, BouncedAt | | Open | Open | Email opened (requires open tracking) | Email, ReceivedAt, Platform, UserAgent |

Receive and process Postmark webhooks. Use when setting up Postmark webhook handlers, handling email delivery events, processing bounces, opens, clicks, spam complaints, or subscription changes. Source: hookdeck/webhook-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hookdeck/webhook-skills --skill postmark-webhooks
Category
</>Dev Tools
Verified
First Seen
2026-02-12
Updated
2026-02-18

Quick answers

What is postmark-webhooks?

Receive and process Postmark webhooks. Use when setting up Postmark webhook handlers, handling email delivery events, processing bounces, opens, clicks, spam complaints, or subscription changes. Source: hookdeck/webhook-skills.

How do I install postmark-webhooks?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hookdeck/webhook-skills --skill postmark-webhooks Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/hookdeck/webhook-skills