Webhook
Webhook para receber eventos de mudanças no status de um Workflow ou WorkflowStep.
Listar Webhook
Headers
Name
Type
Description
{
"_links": {
"self": {
"href": "http://localhost/webhook-business-unit?page=1"
},
"first": {
"href": "http://localhost/webhook-business-unit"
},
"last": {
"href": "http://localhost/webhook-business-unit?page=1"
}
},
"_embedded": {
"webhook_business_unit": [
{
"id": 49,
"url": "https://webhook.site/b2350d9a-5476-425b-bc98-7028fb8f1ee6 Menguin",
"_embedded": {
"user": {
"id": 121,
"username": "[email protected]",
"status": "1",
"name": "Sinésio Da silva",
"email": "[email protected]",
"position": "vendas",
"cellphone": "5521967233131",
"whatsappNumber": "5521967233131",
"notifyWhatsapp": true,
"document": null,
"country": null,
"state": null,
"city": null,
"address": null,
"zipCode": null,
"dateCreated": {
"date": "2021-01-11 22:49:16.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"dateLastUpdated": {
"date": "2022-05-09 12:24:12.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"roleDefault": "admin",
"_embedded": {
"businessUnit": {
"id": 40,
"name": "Sinésio Luiz",
"document": "11314553712",
"status": null,
"country": null,
"state": "RJ",
"city": "São gonçalo",
"address": "Dr. Porciúncula, 2424",
"zipCode": "24411006",
"segmentMarket": "mercado",
"_links": {
"self": {
"href": "http://localhost/business-unit/40"
}
}
}
},
"_links": {
"self": {
"href": "http://localhost/user/121"
}
}
},
"businessUnit": {
"id": 40,
"name": "Sinésio Luiz",
"document": "11314553712",
"_links": {
"self": {
"href": "http://localhost/business-unit/40"
}
}
}
},
"_links": {
"self": {
"href": "http://localhost/webhook-business-unit/49"
}
}
}
]
},
"page_count": 1,
"page_size": 25,
"total_items": 1,
"page": 1
}Criar Webhook
Headers
Name
Type
Description
Request Body
Name
Type
Description
Atualizar webhook
Headers
Name
Type
Description
Request Body
Name
Type
Description
Remover webhook
Headers
Name
Type
Description
Last updated