Short answer: Drop the "Salesloft → Salesloft Cadence Step Completed" trigger on your workflow canvas, add filters if you want them, and publish. It fires within seconds of the event in Salesloft, 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.
{"step_id": 222333,"step_day": 3,"person_id": 1234567,"step_type": "Email","cadence_id": 98765,"completed_at": "2026-04-11T10:00:00.000Z","current_state": "completed","membership_id": 444555}
Every field below can be referenced by name in any action or filter that comes after this trigger.
| Field | Type | Example |
|---|---|---|
| step_id | number | 222333 |
| step_day | number | 3 |
| person_id | number | 1234567 |
| step_type | string | "Email" |
| cadence_id | number | 98765 |
| completed_at | string | "2026-04-11T10:00:00.000Z" |
| current_state | string | "completed" |
| membership_id | number | 444555 |
One trigger. 6+ downstream actions. Zero glue.