figma-webhooks-events

Featured

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".

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

# Figma Webhooks & Events ## Overview Figma Webhooks V2 push real-time notifications when files change, comments are posted, or libraries are published. Webhooks can be scoped to teams, projects, or individual files. Authentication uses a passcode echoed back in each payload. ## Prerequisites - HTTPS endpoint accessible from the internet - `FIGMA_PAT` with `webhooks:write` scope - Team ID (from Figma URL: `figma.com/files/team/<TEAM_ID>/...`) ## Instructions ### Step 1: Create a Webhook ```bash # POST /v2/webhooks -- requires webhooks:write scope curl -X POST https://api.figma.com/v2/webhooks \ -H "X-Figma-Token: ${FIGMA_PAT}" \ -H "Content-Type: application/json" \ -d '{ "event_type": "FILE_UPDATE", "team_id": "123456789", "endpoint": "https://yourapp.com/webhooks/figma", "passcode": "your-secret-passcode", "description": "Sync design tokens on file update" }' # Response: # { "id": "wh_abc123", "event_type": "FILE_UPDATE", "status": "ACTIVE", ... } ``` **Available event types:** | Event Type | Trigger | Payload Contains | |------------|---------|-----------------| | `FILE_UPDATE` | File saved to version history | `file_key`, `file_name`, `timestamp` | | `FILE_DELETE` | File deleted | `file_key`, `file_name` | | `FILE_VERSION_UPDATE` | Named version created | `file_key`, `version_id`, `label` | | `FILE_COMMENT` | Comment added | `file_key`, `comment`, `comment_id` | | `LIBRARY_PUBLISH` | Library published | `file_key`, `description`, variabl...

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

anima-webhooks-events

Use Figma webhooks to trigger automatic Anima code generation on design changes. Use when building event-driven design-to-code pipelines, auto-generating components when Figma files change, or integrating design updates into CI. Trigger: "anima webhook", "figma webhook", "anima auto-generate on change".

2,266 Updated today
jeremylongshore
AI & Automation Solid

webflow-webhooks-events

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".

2,266 Updated today
jeremylongshore
AI & Automation Featured

fathom-webhooks-events

Configure Fathom webhooks for real-time meeting notifications. Use when setting up automated meeting processing, receiving real-time transcripts, or triggering workflows when meetings complete. Trigger with phrases like "fathom webhook", "fathom notifications", "fathom real-time", "fathom event handler".

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

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