Skip to content
TriggerLunacalReal-timeUpdated May 2026

When does Lunacal fire on rescheduling?

Short answer: Drop the "LunacalLunacal Booking Rescheduled" trigger on your workflow canvas, add filters if you want them, and publish. It fires within seconds of the event in Lunacal, not on a polling schedule.

Anatomy

What this trigger looks like in a workflow.

Drop it on the canvas. Configure a couple of fields. Publish.

In the builder
Trigger
Lunacal Booking Rescheduled
When the matching event happens
booking rescheduledappointment rescheduledwhen a booking is rescheduled in lunacallunacal reschedulewatch for rescheduled bookingon booking rescheduledmeeting movedtime changed
What this trigger returns
for the curious

You don’t need to read this. Tiny Command auto-maps every field into the visual picker so downstream nodes can pull values by clicking. We show it here for power users who want to know what’s on the wire.

{
"title": "30 Min Intro — Jane Smith",
"status": "ACCEPTED",
"location": "Zoom",
"bookingId": 7891,
"createdAt": "2026-04-13T10:00:00.000Z",
"eventType": "30min-intro",
"bookingUid": "bk_def456abc",
"newEndTime": "2026-04-16T15:30:00Z",
"eventTypeId": 42,
"attendeeName": "Jane Smith",
"newStartTime": "2026-04-16T15:00:00Z",
"attendeeEmail": "jane@example.com",
"organizerName": "Alex Organizer",
"organizerEmail": "alex@example.com",
"previousEndTime": "2026-04-15T14:30:00Z",
"previousBookingId": 7891,
"previousStartTime": "2026-04-15T14:00:00Z",
"previousBookingUid": "bk_abc123xyz"
}
Output shape

Fields available to downstream nodes.

Every field below can be referenced by name in any action or filter that comes after this trigger.

FieldTypeExample
titlestring"30 Min Intro — Jane Smith"
statusstring"ACCEPTED"
locationstring"Zoom"
bookingIdnumber7891
createdAtstring"2026-04-13T10:00:00.000Z"
eventTypestring"30min-intro"
bookingUidstring"bk_def456abc"
newEndTimestring"2026-04-16T15:30:00Z"
eventTypeIdnumber42
attendeeNamestring"Jane Smith"
newStartTimestring"2026-04-16T15:00:00Z"
attendeeEmailstring"jane@example.com"
organizerNamestring"Alex Organizer"
organizerEmailstring"alex@example.com"
previousEndTimestring"2026-04-15T14:30:00Z"
previousBookingIdnumber7891
previousStartTimestring"2026-04-15T14:00:00Z"
previousBookingUidstring"bk_abc123xyz"
FAQ

Questions about Lunacal Booking Rescheduled.

How does the Lunacal Booking Rescheduled trigger work in Lunacal?
Fires when a booking moves to a different time. For cascading updates — adjust downstream reminders, update calendar holds, sync to CRM activity.
Is the Lunacal Booking Rescheduled trigger real-time?
Yes. Lunacal Booking Rescheduled uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in Lunacal.
What data does Lunacal Booking Rescheduled return?
The full event payload from Lunacal. The output shape table on this page lists every field, its type, and an example value so you can map fields into downstream nodes.
Can I filter Lunacal Booking Rescheduled so only some events start a workflow?
Yes. Add a Filter node right after the trigger and match on any field, whether that's subject, sender, status, or anything else in the payload. Workflows only continue when the filter passes.
Do I need Lunacal admin permissions to use Lunacal Booking Rescheduled?
For most Lunacal accounts a standard user can authorize the trigger. Some Lunacal plans require an admin to enable third-party webhooks. Check Lunacal's docs if the trigger fails to register.
More triggers

Other Lunacal triggers.

Build a workflow on this trigger.

One trigger. 0+ downstream actions. Zero glue.