Short answer: Drop the "Lunacal → Lunacal 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.
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.
{"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"}
Every field below can be referenced by name in any action or filter that comes after this trigger.
| Field | Type | Example |
|---|---|---|
| title | string | "30 Min Intro — Jane Smith" |
| status | string | "ACCEPTED" |
| location | string | "Zoom" |
| bookingId | number | 7891 |
| createdAt | string | "2026-04-13T10:00:00.000Z" |
| eventType | string | "30min-intro" |
| bookingUid | string | "bk_def456abc" |
| newEndTime | string | "2026-04-16T15:30:00Z" |
| eventTypeId | number | 42 |
| attendeeName | string | "Jane Smith" |
| newStartTime | string | "2026-04-16T15:00:00Z" |
| attendeeEmail | string | "jane@example.com" |
| organizerName | string | "Alex Organizer" |
| organizerEmail | string | "alex@example.com" |
| previousEndTime | string | "2026-04-15T14:30:00Z" |
| previousBookingId | number | 7891 |
| previousStartTime | string | "2026-04-15T14:00:00Z" |
| previousBookingUid | string | "bk_abc123xyz" |
One trigger. 0+ downstream actions. Zero glue.