AppointmentUpdate Webhook Event

Called whenever an appointment is updated

type
string
locationId
string
appointment
object
id
string
address
string
title
string
calendarId
string
contactId
string
groupId
string
appointmentStatus
string
assignedUserId
string
users
array
notes
string
source
string
startTime
string
endTime
string
dateAdded
string
dateUpdated
string
{
"type": "AppointmentCreate",
"locationId": "0007BWpSzSwfiuSl0tR2",
"appointment": {
"id": "0007BWpSzSwfiuSl0tR2",
"address": "https://example.com/meeting",
"title": "Appointment with GHL Dev team",
"calendarId": "BqTwX8QFwXzpegMve9EQ",
"contactId": "9NkT25Vor1v4aQatFsv2",
"groupId": "9NkT25Vor1v4aQatFsv2",
"appointmentStatus": "confirmed",
"assignedUserId": "YlWd2wuCAZQzh2cH1fVZ",
"users": [
"YlWd2wuCAZQzh2cH1fVZ",
"9NkT25Vor1v4aQatFsv2"
],
"notes": "Some dummy note",
"source": "booking_widget",
"startTime": "2023-09-25T16:00:00+05:30",
"endTime": "2023-09-25T16:00:00+05:30",
"dateAdded": "2023-09-25T16:00:00+05:30",
"dateUpdated": "2023-09-25T16:00:00+05:30"
}
}