App Webhooks
1 minutes reading time
App webhooks allow you to keep track of how often your application is installed and uninstalled.
Bulding block configuration
If you want to be notified about your app installation and uninstallation events, configure an App Webhooks building block in Developer Console. To do that, provide a URL to your backend that will receive the webhooks.
Webhook reference
application_installed
Informs that an application was installed.
Response
Copied!
{
"applicationID": "aPbNnrwZg",
"applicationName": "Google Calendar for LiveChat",
"clientID": "9cbf3a968289727cb3cdfe83ab1d9836",
"date": "2020-09-14T15:29:53+02:00",
"event": "application_installed",
"licenseID": 104130623,
"payload": {
"applicationID": "aPbNnrwZg"
}
}
application_uninstalled
Informs that an application was uninstalled.
Response
Copied!
{
"applicationID": "aPbNnrwZg",
"applicationName": "Google Calendar for LiveChat",
"clientID": "9cbf3a968289727cb3cdfe83ab1d9836",
"date": "2020-09-14T15:29:49+02:00",
"event": "application_uninstalled",
"licenseID": 104130623,
"payload": {
"applicationID": "aPbNnrwZg"
}
}
Questions?
We're happy to provide our support in case you need it. If you have any questions or suggestions, feel free to contact us at developers@livechatinc.com