Skip to content
STriggerSalesloftReal-timeUpdated May 2026

When does Salesloft fire on cadence step completion?

Short answer: Drop the "SalesloftSalesloft 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.

Anatomy

What this trigger looks like in a workflow.

Drop it on the canvas. Configure a couple of fields. Publish.

In the builder
TriggerS
Salesloft Cadence Step Completed
When the matching event happens
watch for cadence step completed in salesloftstep completedcadence progresssequence step donecadence step finished
What this trigger returns
for the curious

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
}
Output shape

Fields available to downstream nodes.

Every field below can be referenced by name in any action or filter that comes after this trigger.

FieldTypeExample
step_idnumber222333
step_daynumber3
person_idnumber1234567
step_typestring"Email"
cadence_idnumber98765
completed_atstring"2026-04-11T10:00:00.000Z"
current_statestring"completed"
membership_idnumber444555
FAQ

Questions about Salesloft Cadence Step Completed.

How does the Salesloft Cadence Step Completed trigger work in Salesloft?
Fires when a cadence step finishes for a person. For granular activity-tracking workflows that need to log each touch separately to CRM.
Is the Salesloft Cadence Step Completed trigger real-time?
Yes. Salesloft Cadence Step Completed uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in Salesloft.
What data does Salesloft Cadence Step Completed return?
The full event payload from Salesloft. The output shape table on this page lists every field, its type, and an example value so you can map fields into downstream nodes.
Can I filter Salesloft Cadence Step Completed so only some events start a workflow?
Yes. Add a Filter node right after the trigger and match on any field, whether that's subject, sender, status, or anything else in the payload. Workflows only continue when the filter passes.
Do I need Salesloft admin permissions to use Salesloft Cadence Step Completed?
For most Salesloft accounts a standard user can authorize the trigger. Some Salesloft plans require an admin to enable third-party webhooks. Check Salesloft's docs if the trigger fails to register.
More triggers

Other Salesloft triggers.

Build a workflow on this trigger.

One trigger. 6+ downstream actions. Zero glue.