Short answer: Drop the "Lunacal → Lunacal Booking Requested" 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": "60 Min Consultation — Jane Smith","status": "PENDING","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"}
Every field below can be referenced by name in any action or filter that comes after this trigger.
| Field | Type | Example |
|---|---|---|
| title | string | "60 Min Consultation — Jane Smith" |
| status | string | "PENDING" |
| endTime | string | "2026-04-15T15:00:00Z" |
| location | string | "Zoom" |
| bookingId | number | 7892 |
| createdAt | string | "2026-04-13T10:00:00.000Z" |
| eventType | string | "60min-consultation" |
| startTime | string | "2026-04-15T14:00:00Z" |
| bookingUid | string | "bk_req789xyz" |
| eventTypeId | number | 43 |
| attendeeName | string | "Jane Smith" |
| attendeeEmail | string | "jane@example.com" |
| organizerName | string | "Alex Organizer" |
| organizerEmail | string | "alex@example.com" |
One trigger. 0+ downstream actions. Zero glue.