When an a integration status is changed on the Venue dashboard, PouchNation will send you a notification with this information.
Notification schema
The notification will be sent in JSON format with the following parameters:
| Field | Detail |
|---|---|
| businessId | The internal id of the property |
| businessType | The type of the business. Usually VENUE |
| accessToken | The token that was used by the client |
| createdAt | When the modification to the app status was done |
| event | The type of event for this notification. |
Event Type
- ACTIVATION
- DEACTIVATION
Example
{
"businessId": 203,
"businessType": "VENUE",
"accessToken": "abc",
"createdAt": 1679665844956,
"event": "ACTIVATION"
}