TaskComplete
Tarea completada
Se dispara cuando se marca una tarea como completada.
Este evento de webhook te avisa en tiempo real, sin que tu equipo tenga que estar revisando la plataforma manualmente. Configuralo una vez y deja que tu sistema reaccione automáticamente.
Esquema
{
"type": "object",
"properties": {
"type": {
"type": "string"
},
"locationId": {
"type": "string"
},
"id": {
"type": "string"
},
"assignedTo": {
"type": "string"
},
"body": {
"type": "string"
},
"contactId": {
"type": "string"
},
"title": {
"type": "string"
},
"dateAdded": {
"type": "string"
},
"dueDate": {
"type": "string"
}
}
}
Ejemplo
{
"type": "TaskComplete",
"locationId": "ve9EPM428h8vShlRW1KT",
"id": "5HrB1IbmnKMBXloldFuP",
"assignedTo": "bNl8QNGXhIQJLv8eeASQ",
"body": "testing",
"contactId": "WFwVrSSjZ2CNHbZThQX2",
"dateAdded": "2021-11-29T13:37:28.304Z",
"dueDate": "2021-12-22T06:55:00.000Z",
"title": "test"
}
¿Te sirvio este artículo?
✨ Gracias por darte el tiempo de calificarla — nos ayuda a mejorar esta documentación para todo el equipo.
