Short answer: Drop the "Lunacal → Lunacal 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.
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","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"}
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" |
| endTime | string | "2026-04-15T14:30:00Z" |
| location | string | "Zoom" |
| bookingId | number | 7890 |
| createdAt | string | "2026-04-13T10:00:00.000Z" |
| eventType | string | "30min-intro" |
| startTime | string | "2026-04-15T14:00:00Z" |
| bookingUid | string | "bk_abc123xyz" |
| meetingUrl | string | "https://zoom.us/j/123456789" |
| description | string | "Discovery call" |
| eventTypeId | number | 42 |
| attendeeName | string | "Jane Smith" |
| attendeeEmail | string | "jane@example.com" |
| formResponses | array | [{"label":"How did you hear about us?","answer":"Google sear |
| organizerName | string | "Alex Organizer" |
| organizerEmail | string | "alex@example.com" |
| attendeeTimezone | string | "America/New_York" |
| organizerTimezone | string | "America/Los_Angeles" |
One trigger. 0+ downstream actions. Zero glue.