- Integrations
- /
- Lunacal
- /
- Triggers
- /
- Lunacal Booking Paid
TriggerLunacalReal-timeUpdated May 2026
When does Lunacal fire on paid bookings?
Short answer: Drop the "Lunacal → Lunacal Booking Paid" 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 Paid
When the matching event happens
booking paidpayment completedpayment successfulwhen a paid booking is confirmed in lunacallunacal payment successwatch for completed paymentson booking paid
What this trigger returns
for the curiousYou 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.
{"price": 9900,"title": "Premium Coaching Session — Jane Smith","status": "PAID","endTime": "2026-04-15T15:00:00Z","currency": "usd","location": "Zoom","bookingId": 7893,"cancelUrl": "https://lunacal.ai/cancel/bk_pay111xyz","createdAt": "2026-04-13T10:00:00.000Z","eventType": "premium-coaching","paymentId": "pi_3OabcDEFghIJK","startTime": "2026-04-15T14:00:00Z","bookingUid": "bk_pay111xyz","couponCode": "LAUNCH20","eventTypeId": 44,"attendeeName": "Jane Smith","discountType": "percentage","attendeeEmail": "jane@example.com","discountValue": 20,"organizerName": "Alex Organizer","rescheduleUrl": "https://lunacal.ai/reschedule/bk_pay111xyz","organizerEmail": "alex@example.com"}
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.
| Field | Type | Example |
|---|---|---|
| price | number | 9900 |
| title | string | "Premium Coaching Session — Jane Smith" |
| status | string | "PAID" |
| endTime | string | "2026-04-15T15:00:00Z" |
| currency | string | "usd" |
| location | string | "Zoom" |
| bookingId | number | 7893 |
| cancelUrl | string | "https://lunacal.ai/cancel/bk_pay111xyz" |
| createdAt | string | "2026-04-13T10:00:00.000Z" |
| eventType | string | "premium-coaching" |
| paymentId | string | "pi_3OabcDEFghIJK" |
| startTime | string | "2026-04-15T14:00:00Z" |
| bookingUid | string | "bk_pay111xyz" |
| couponCode | string | "LAUNCH20" |
| eventTypeId | number | 44 |
| attendeeName | string | "Jane Smith" |
| discountType | string | "percentage" |
| attendeeEmail | string | "jane@example.com" |
| discountValue | number | 20 |
| organizerName | string | "Alex Organizer" |
| rescheduleUrl | string | "https://lunacal.ai/reschedule/bk_pay111xyz" |
| organizerEmail | string | "alex@example.com" |
Pairs with
Drop these actions after Lunacal Booking Paid.
FAQ
Questions about Lunacal Booking Paid.
How does the Lunacal Booking Paid trigger work in Lunacal?
Fires when payment lands for a paid booking. For coaching/consulting workflows where booking + payment together is the moment to confirm the appointment.
Is the Lunacal Booking Paid trigger real-time?
Yes. Lunacal Booking Paid uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in Lunacal.
What data does Lunacal Booking Paid 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 Paid 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 Paid?
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
Lunacal Booking Cancelled
Fires when a Lunacal booking is cancelled by either party. For "free slot, notify waitlist, refund any deposit" cascading workflows.
TriggerLunacal Booking Created
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.
TriggerLunacal Payment Initiated
Fires when the customer starts the payment flow (but hasn't completed yet). For abandoned-cart-style workflows that nudge customers stuck mid-payment.
TriggerLunacal Booking Rejected
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").
TriggerLunacal Booking Requested
Fires when a request lands that needs host approval (vs auto-accepted bookings). For "review request → fast approval workflow" patterns that aim to confirm bookings quickly.
Build a workflow on this trigger.
One trigger. 0+ downstream actions. Zero glue.