Webhooks
updateWebhookHandler()
Updates a webhook handler
Updates a webhook handler.
API
TypeScript
Arguments
An object containing:
id : string
The id
of your webhook handler provided by createWebhookHandler()
.
data : {externalWebhookId: string}
An object containing:
externalWebhookId : string
A unique identifier on the third party system.
Was this page helpful?