webflow-webhooks-events

Solid

Implement Webflow webhook registration, signature verification, and event handling for form_submission, site_publish, ecomm_new_order, page_created, and more. Use when setting up webhook endpoints, implementing event-driven workflows, or handling Webflow notifications. Trigger with phrases like "webflow webhook", "webflow events", "webflow webhook signature", "handle webflow events", "webflow notifications".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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:write` scope (for registering webhooks) - HTTPS endpoint accessible from the internet - `crypto` module (Node.js built-in) - Redis or database for idempotency (optional) ## Webhook API Reference | Operation | Method | Endpoint | |-----------|--------|----------| | List webhooks | GET | `/v2/sites/{site_id}/webhooks` | | Create webhook | POST | `/v2/sites/{site_id}/webhooks` | | Get webhook | GET | `/v2/webhooks/{webhook_id}` | | Delete webhook | DELETE | `/v2/webhooks/{webhook_id}` | **Limits:** Max 75 webhook registrations per `triggerType` per site. ## Supported Trigger Types | triggerType | Description | Payload | |-------------|-------------|---------| | `form_submission` | Form submitted on site | Form data, submitter info | | `site_publish` | Site published | Site ID, publish domains | | `page_created` | New page created | Page ID, title, slug | | `page_metadata_updated` | Page SEO/meta changed | Page ID, updated fields | | `page_deleted` | Page removed | Page ID | | `ecomm_new_order` | New ecommerce order | Order details, items, customer | | `ecomm_order_changed` | Order status updated | Order ID, new status | | `collection_item_created` | CMS item created | Collection ID, item data | | `collection_item_changed...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

fireflies-webhooks-events

Implement Fireflies.ai webhook receiver with HMAC signature verification and event processing. Use when setting up webhook endpoints, handling transcript-ready notifications, or building real-time meeting intelligence pipelines. Trigger with phrases like "fireflies webhook", "fireflies events", "fireflies webhook signature", "handle fireflies events", "fireflies notifications".

2,266 Updated today
jeremylongshore
AI & Automation Featured

framer-webhooks-events

Implement Framer webhook signature validation and event handling. Use when setting up webhook endpoints, implementing signature verification, or handling Framer event notifications securely. Trigger with phrases like "framer webhook", "framer events", "framer webhook signature", "handle framer events", "framer notifications".

2,266 Updated today
jeremylongshore
AI & Automation Featured

figma-webhooks-events

Implement Figma Webhooks V2 for real-time file, comment, and library events. Use when setting up webhook endpoints, handling FILE_UPDATE events, or building event-driven Figma automation. Trigger with phrases like "figma webhook", "figma events", "figma FILE_UPDATE", "figma notifications", "figma real-time".

2,266 Updated today
jeremylongshore
AI & Automation Featured

adobe-webhooks-events

Implement Adobe I/O Events webhook registration, RSA-SHA256 signature verification, challenge handshake, and event-driven architectures with Creative Cloud, Experience Platform, and Firefly Services events. Trigger with phrases like "adobe webhook", "adobe events", "adobe I/O events", "adobe event registration", "adobe notifications".

2,266 Updated today
jeremylongshore
AI & Automation Featured

intercom-webhooks-events

Implement Intercom webhook handling and data event tracking. Use when setting up webhook endpoints, processing Intercom notifications, or submitting custom data events for contact activity tracking. Trigger with phrases like "intercom webhook", "intercom events", "intercom webhook signature", "handle intercom events", "intercom data events", "track intercom events".

2,266 Updated today
jeremylongshore