provider Webhooks PUT /v2/webhooks/{webhook_id}
@utdk/figma /v2/webhooks/{webhook_id}
Update a webhook
Update a webhook by ID.
webhook_id path required
ID of webhook to update
string

Try it

Authentication
Configure credentials for Figma API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

putwebhook
PUT/v2/webhooks/{webhook_id}
Update a webhook by ID.

Parameters

required

ID of webhook to update

Input

required

An enum representing the possible events that a webhook can subscribe to

required

The HTTP endpoint that will receive a POST request when the event triggers. Max length 2048 characters.

required

String that will be passed back to your webhook endpoint to verify that it is being called by Figma. Max length 100 characters.

An enum representing the possible statuses you can set a webhook to: - `ACTIVE`: The webhook is healthy and receive all events - `PAUSED`: The webhook is paused and will not receive any events

User provided description or name for the webhook. Max length 150 characters.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import figma from '@utdk/figma';

await figma.putwebhook()