TriggerLunacalReal-timeUpdated September 2026

When does Lunacal fire on rejected bookings?

Short answer: In TinyCommand, add the Lunacal Lunacal Booking Rejected trigger to a workflow and publish. It listens through a Lunacal webhook and fires your workflow within seconds of the event, with no polling and no code. Add a filter if you only want some events to continue past the trigger.

Trigger workflows on Lunacal Booking Rejected in Lunacal — start free
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 Rejected
When the matching event happens
booking rejectedappointment declinedrequest deniedwhen a booking request is rejected in lunacallunacal rejectionwatch for rejected bookingson booking rejectedbooking declined
What this trigger returns
for the curious

You don’t need to read this. TinyCommand 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": "60 Min Consultation — Jane Smith",
"status": "REJECTED",
"endTime": "2026-04-15T15:00:00Z",
"location": "Zoom",
"bookingId": 7892,
"createdAt": "2026-04-13T10:00:00.000Z",
"eventType": "60min-consultation",
"startTime": "2026-04-15T14:00:00Z",
"bookingUid": "bk_req789xyz",
"eventTypeId": 43,
"attendeeName": "Jane Smith",
"attendeeEmail": "jane@example.com",
"organizerName": "Alex Organizer",
"organizerEmail": "alex@example.com",
"rejectionReason": "Outside of business hours"
}
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"60 Min Consultation — Jane Smith"
statusstring"REJECTED"
endTimestring"2026-04-15T15:00:00Z"
locationstring"Zoom"
bookingIdnumber7892
createdAtstring"2026-04-13T10:00:00.000Z"
eventTypestring"60min-consultation"
startTimestring"2026-04-15T14:00:00Z"
bookingUidstring"bk_req789xyz"
eventTypeIdnumber43
attendeeNamestring"Jane Smith"
attendeeEmailstring"jane@example.com"
organizerNamestring"Alex Organizer"
organizerEmailstring"alex@example.com"
rejectionReasonstring"Outside of business hours"
FAQ

Questions about Lunacal Booking Rejected.

How does the Lunacal Booking Rejected trigger work in Lunacal?
Fires when a booking request is rejected by the host. For workflows that need to log the rejection or follow up with the requester (e.g., "sorry, suggest alternative time").
Is the Lunacal Booking Rejected trigger real-time?
Yes. Lunacal Booking Rejected uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in Lunacal.
What data does Lunacal Booking Rejected 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 Rejected 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 Rejected?
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.

Trigger workflows on Lunacal Booking Rejected in Lunacal — start free