webflow-webhooks-events
Installation
SKILL.md
Webflow Webhooks & Events
Overview
Register, verify, and handle Webflow Data API v2 webhooks. Covers all trigger types, HMAC signature verification, idempotent processing, and event routing patterns.
Prerequisites
- Webflow API token with
sites:writescope (for registering webhooks) - HTTPS endpoint accessible from the internet
cryptomodule (Node.js built-in)- Redis or database for idempotency (optional)