Appointment info changed

Every time the Appointment status is changed, your WebHook receives a notification containing the updated Appointment information.

Fields

FieldValue TypeVerificationDescription
HeaderMessageHeaderMandatoryComplex object that contains important information about the request.
AppointmentAppointmentMandatoryInformation about updated schedule

Example notification: Appointment info changed

{
  "Appointment": {
    "ScheduledStart": "2018-09-21T23:02:54.9170647Z",
    "Pte": "Appointment"
  },
  "Header": {
    "WorkOrderId": 42,
    "BranchId": 63174,
    "Sender": {
      "Name": "Jon Snow",
      "Phone": "+12025550141",
      "Type": "CorrigoPro"
    },
    "Action": "AppointmentInfoChanged",
    "ActionDate": "2018-09-21T23:02:54.838941Z",
    "ApiVersion": "1.1",
    "MessageId": "3941fc24-ec05-4b44-8661-dcf1a70c30ce"
  }
}