Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

As soon as the customer hits the button, the result will be sent back to the partner via the defined webhook, and new actions could can be sent . (For details see webhook -> send actions)in the response.

Functionality

To attach actions to a request, the partner must be granted the functionality hasActions.

...

After clicking “Send”, a request is sent to the webhook of the partner:

Codeblock
{ "eventName": "requestStatusChange"
  "responseType":"accept",
  "hotelkitID":"73014444213",
  "messageToGuest":"Thank you very much for your request, we are happy to accept the order",
  "internalComment":"Implement after the holiday",
  "booleanValue":true,
  "time":"12:00",
  "date":"29.08.2018",
  "dateTime":"29.08.2018 12:00",
  "user":[
    7657
  ],
  "number":12.4,
  "select1":"1",
  "select2":"1"
}

...