This PR adds support for BOOKING_NO_SHOW_UPDATED, AFTER_HOSTS_CAL_VIDEO_NO_SHOW, and AFTER_GUESTS_CAL_VIDEO_NO_SHOW events to the Zapier integration.
/claim #18992
noShowHost and attendee noShow fields, allowing Zapier to access this data for setup and mapping.Captured from the verification suite (vitest) to prove correct attribute mapping and flattening:
listBookings)```json
{
"id": 123,
"title": "Meeting with Ankit",
"noShowHost": true,
"attendees": [
{
"email": "test@example.com",
"noShow": true
}
]
}
{
"triggerEvent": "BOOKING_NO_SHOW_UPDATED",
"createdAt": "2026-02-12T00:00:00Z",
"bookingUid": "uid-123",
"bookingId": 123,
"message": "Host marked as no-show",
"attendees": [{"email": "test@example.com", "noShow": true}]
}
Ankit Sharma
@AnkitSharma-29
Cal.com, Inc.
@cal