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:

FieldDetail
businessIdThe internal id of the property
businessTypeThe type of the business. Usually VENUE
accessTokenThe token that was used by the client
createdAtWhen the modification to the app status was done
eventThe type of event for this notification.

Event Type

  • ACTIVATION
  • DEACTIVATION

Example

{
  "businessId": 203,
  "businessType": "VENUE",
  "accessToken": "abc",
  "createdAt": 1679665844956,
  "event": "ACTIVATION"
}