AppUninstall
App desinstalada
Se dispara cuando se desinstala una app de una cuenta.
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"
},
"appId": {
"type": "string"
},
"companyId": {
"type": "string"
},
"locationId": {
"type": "string"
}
}
}
Ejemplo
- For Location Level App Uninstall
{
"type": "UNINSTALL",
"appId": "ve9EPM428h8vShlRW1KT",
"locationId": "otg8dTQqGLh3Q6iQI55w"
}
- For Agency Level App Uninstall
{
"type": "UNINSTALL",
"appId": "ve9EPM428h8vShlRW1KT",
"companyId": "otg8dTQqGLh3Q6iQI55w"
}
¿Te sirvio este artículo?
✨ Gracias por darte el tiempo de calificarla — nos ayuda a mejorar esta documentación para todo el equipo.
