Create webhook
create_webhookCreate a Figma webhook to receive real-time event notifications at your HTTPS endpoint, using a passcode for verification.
Instructions
POST /v2/webhooks — Figma sends a PING on create unless status=PAUSED. Scope: webhooks:write. Requires passcode for endpoint verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| context | Yes | ||
| endpoint | Yes | HTTPS endpoint that receives POST events. | |
| passcode | Yes | Shared secret Figma echoes on each delivery. | |
| context_id | Yes | Team/project/file id or URL matching context. | |
| event_type | Yes | ||
| description | No |