Skip to main content
NowBookIt posts HTTP POST requests to your registered callback URL when a subscribed event fires.

Supported Events

EventTrigger
BOOKING_CREATEDA new booking is made
BOOKING_UPDATEDAn existing booking is modified
GIFTCARDS_CREATEDA gift card is issued
GIFTCARDS_UPDATEDA gift card is updated
GIFTCARDS_CANCELLEDA gift card is cancelled
GIFTCARDS_REDEEMEDA gift card is redeemed

Payload Structure

Booking Events

{
  "eventType": "BOOKING_CREATED",
  "data": {
    "bookingId": "12345",
    "locationId": "LOC-456"
  }
}

Gift Card Events

{
  "eventType": "GIFTCARDS_REDEEMED",
  "data": {
    "cardNumber": "GC-ABC123",
    "locationId": "LOC-456"
  }
}

Managing Subscriptions

Use the Webhooks endpoints in the IPOS Partner Suite to create, update, and delete subscriptions.