Update a webhook
Updates a webhook’s events, description, url, and/or isActive (pause/resume). Only supplied fields change. A changed url is re-validated against the same SSRF rules as create. Requires the webhooks.manage scope on OAuth tokens. Visibility is owner-scoped: API-key callers see only dashboard-managed webhooks; OAuth callers see only webhooks bound to their own token.
Authorizations
Send your API key as Authorization: Bearer aw_live_…. Manage keys in the dashboard under Settings → API Keys.
Path Parameters
Body
New public https URL that deliveries are POSTed to.
Replacement set of event types to subscribe to.
1 - 36 elementsconversation.created, conversation.updated, message.created, page.submission.created, submission.updated, qr_code.scanned, qr_code.updated, qr_group.created, qr_group.updated, qr_group.deleted, product.scanned, product.created, product.updated, product.deleted, object.scanned, object.created, object.updated, object.deleted, chatbot.created, chatbot.updated, chatbot.deleted, article.created, article.updated, article.deleted, article.published, article.unpublished, article.indexed, article.indexing_failed, article_category.created, article_category.updated, article_category.deleted, member.invited, member.joined, member.removed, member.role_changed, invitation.revoked Optional human-readable label.
500Set false to pause delivery, true to resume.
Response
Webhook
"webhook_endpoint"^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z|([+-](?:[01]\d|2[0-3]):[0-5]\d)))$^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z|([+-](?:[01]\d|2[0-3]):[0-5]\d)))$
