Skip to content
TriggerLunacalReal-timeUpdated May 2026

When does Lunacal fire on new bookings?

Short answer: Drop the "LunacalLunacal Booking Created" 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 Created
When the matching event happens
new bookingbooking creatednew appointmentwhen a booking is made in lunacallunacal bookingnew lunacal appointmentwatch for new bookingon booking created
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",
"endTime": "2026-04-15T14:30:00Z",
"location": "Zoom",
"bookingId": 7890,
"createdAt": "2026-04-13T10:00:00.000Z",
"eventType": "30min-intro",
"startTime": "2026-04-15T14:00:00Z",
"bookingUid": "bk_abc123xyz",
"meetingUrl": "https://zoom.us/j/123456789",
"description": "Discovery call",
"eventTypeId": 42,
"attendeeName": "Jane Smith",
"attendeeEmail": "jane@example.com",
"formResponses": [
{
"label": "How did you hear about us?",
"answer": "Google search"
}
],
"organizerName": "Alex Organizer",
"organizerEmail": "alex@example.com",
"attendeeTimezone": "America/New_York",
"organizerTimezone": "America/Los_Angeles"
}
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"
endTimestring"2026-04-15T14:30:00Z"
locationstring"Zoom"
bookingIdnumber7890
createdAtstring"2026-04-13T10:00:00.000Z"
eventTypestring"30min-intro"
startTimestring"2026-04-15T14:00:00Z"
bookingUidstring"bk_abc123xyz"
meetingUrlstring"https://zoom.us/j/123456789"
descriptionstring"Discovery call"
eventTypeIdnumber42
attendeeNamestring"Jane Smith"
attendeeEmailstring"jane@example.com"
formResponsesarray[{"label":"How did you hear about us?","answer":"Google sear
organizerNamestring"Alex Organizer"
organizerEmailstring"alex@example.com"
attendeeTimezonestring"America/New_York"
organizerTimezonestring"America/Los_Angeles"
FAQ

Questions about Lunacal Booking Created.

How does the Lunacal Booking Created trigger work in Lunacal?
Fires on new bookings via the Lunacal scheduling link. The base hook for "auto-create the CRM record, send pre-meeting brief, add to calendar" workflows.
Is the Lunacal Booking Created trigger real-time?
Yes. Lunacal Booking Created uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in Lunacal.
What data does Lunacal Booking Created 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 Created 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 Created?
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.