v1

latestOpenAPI 3.0.32026-07-2431396640.5 KB
crm-v1-webhooks

Atualizar webhook

Atualizar webhook

put/webhooks/{uuid}

Path parameters

uuidstring required

Identificador único do webhook.

Request body

event_typestring
http_methodstring
urlstring

Example request

{
  "event_type": "crm_deal_created",
  "http_method": "POST",
  "url": "https://webhook-callback2-url.com"
}

Response

Success

created_atstring
created_viastring
event_typestring
http_methodstring
include_relationsstring[]
{"stackTrail":"paths:/webhooks/{uuid}:put:responses:200:content:application/json:schema:properties:name","oasType":"schema","type":"unknown"}
platform_account_idnumber
sourcestring
statusstring
updated_atstring
urlstring
uuidstring

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"
}