Messaging API

Messaging API

  • Documentation
  • Swagger UI

CRM Integration Webhook

Request

POST <CALLBACK_URL>

Body:

{
    "team": {
        "id": "12345",
        "name": "Hotel Paris Luxe"
    },
    "customer": {
        "name": "John Doe",
        "email": "john.doe@mail.com",
        "phone": "+33678941200",
        "country": "France",
        "language": "FR",
        "tags": [
            "Tag1",
            "Tag2",
            "Tag3"
        ]
    },
    "reservation": {
        "type": "Regular", //"Flexible" or "GroupReservation"
        "value": "650",
        "currency": "EUR",
        "checkIn": "14-02-2020",
        "period": "Christmas", // in case of flexible reservation (type: string)
        "numberOfAdults": "2",
        "numberOfChildren": "0",
        "numberOfNights": "2",
        "numberOfRooms": "1",
        "numberOfBabyCot": "0"
    },
    "Notification":{
        "title":"wants to book a restaurant",
        "date":"14-02-2020",
        "time":"07:30 PM",
        "numberOfGuests":"2",
        "hotelGuest":"yes",
        "reservationNumber":"X408555",
        "customerAddress" :"",
        "roomType": "",
        "roomNumber":"",
        "request":""
    },
    "conversation":{
        "link":"",
        "downloadLink":""
    }
}

Expected response

200 OK

Data specifications

propertyTYPEdescription
idintHotel identifier
namestringHotel name
namestringCustomer name
emailstringCustomer email
phonestringCustomer phone in international format
countrystringCustomer country
languagestringCustomer language
tagsstring arrayCustomer tags
typestringreservation type (Regular/Flexible..)
valueintreservation value
currencystringreservation value currency
checkIndatecheck-in date, format: dd-mm-yyyy
periodstringreservation flexible period specification (ex: Christmas)
numberOfAdultsintnumber of adults
numberOfChildrenintnumber of children
numberOfNightsintnumber of nights
numberOfRoomsintnumber of rooms
numberOfBabycotintnumber of requested baby cots
titlestringnotification title
datedaterequest date
timetimerequest time
numberOfGuestsintrequest number of guests
hotelGueststringcustomer hotel guest
reservationNumberintcustomer reservation number
customerAddressstringcustomer address
roomTypestringrequest room type
roomNumberstringguest room number
requeststringrequest details
linkstringconversation link
downloadLinkstringconversation download link
Last updated on 6/16/2021
  • Request
  • Data specifications
Copyright © 2026 Quicktext