v1
latestOpenAPI 3.0.32026-07-2431396640.5 KBcrm-v1-webhooks
Atualizar webhook
Atualizar webhook
put/webhooks/{uuid}
Path parameters
uuidstring required
Identificador único do webhook.
Request body
Example request
{
"event_type": "crm_deal_created",
"http_method": "POST",
"url": "https://webhook-callback2-url.com"
}Response
Success
Example response
{
"created_at": "2024-05-14T15:35:48.395Z",
"created_via": "api",
"event_type": "crm_deal_created",
"http_method": "POST",
"include_relations": [
"CONTACT_FUNNEL"
],
"platform_account_id": 123,
"source": "CRM",
"status": "active",
"updated_at": "2024-05-14T15:36:48.683Z",
"url": "https://webhook-callback2-url.com",
"uuid": "00000000-0000-0000-0000-000000000000"
}