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.
Drop it on the canvas. Configure a couple of fields. Publish.
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.
{"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"}
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" |
One trigger. 0+ downstream actions. Zero glue.