Back to all skills
๐Ÿ“ฎ
Automation

Webhook Subscriptions

Subscribe to webhooks from any service and react in chat.

4.5rating
6,900 installs
devops/webhook-subscriptions
Max required

About this skill

Webhook Subscriptions gives the assistant a stable endpoint plus a routing table: any service (Stripe, GitHub, Linear, a custom app) can POST events to it, and the assistant will react โ€” triage, notify, file a ticket, or run a follow-up skill. The missing glue between "thing happens in prod" and "assistant does something about it".

What it does

  • Stable per-user webhook endpoint
  • Routing by event type and source
  • Reacts via any installed skill
  • Signature verification (HMAC)
  • Retry + dead-letter queue

Use cases

  • File a Linear issue when Stripe flags a failed payment
  • Summarize every merged PR in a daily digest
  • Page you when a CI run fails on main