ActionSalesloftUpdated September 2026
What Salesloft cadences are configured?
Short answer: You can list salesloft cadences in Salesloft by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Salesloft List Salesloft Cadences action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Inputs
The fields this action accepts.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Filter by Sharing shared | options | Optional | Limit to shared (team) cadences or private (personal) ones. |
Owned by User ID owned_by_id | string | Optional | Only cadences owned by this Salesloft user. |
Per Page per_page | number | Optional | Page size, 1–100. Defaults to 25. |
Sample request
{"shared": "{{trigger.shared}}","owned_by_id": "12345","per_page": "{{trigger.per_page}}"}
Returns
{"data": [{"id": 98765,"name": "Q2 Outbound — Enterprise","draft": false,"shared": true,"owned_by": {"id": 12345,"name": "Jane Smith"},"current_state": "active_published"}],"metadata": {"paging": {"per_page": 25,"total_count": 1,"total_pages": 1,"current_page": 1}}}
Use these fields in downstream nodes for routing, logging, or error handling.
Triggered by
Apps that pair well as the trigger for List Salesloft Cadences.
Any of these apps can fire this action as part of a workflow.
FAQ
Questions about List Salesloft Cadences.
What does the List Salesloft Cadences action do in Salesloft?
Returns paginated cadences with metadata. Useful for resolving cadence IDs at workflow setup.
What inputs does List Salesloft Cadences require?
List Salesloft Cadences has no required inputs. Sensible defaults are applied if you leave fields blank.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Salesloft returns an error?
The run history shows the failed step with its input and the error message Salesloft returned, so you can fix the input and run the workflow again. Automatic retries are built into HTTP steps only, where you can also set your own retry count and delay.
Does List Salesloft Cadences support batch operations?
Run List Salesloft Cadences inside a loop to process each item in an array. TinyCommand does not throttle calls for you, so for large arrays add a Delay step if you need to stay within Salesloft's rate limits.
More actions
Other Salesloft actions.
Action
Salesloft Add Person to Cadence
Enrolls a person in a sequence. For "qualified lead → start the outbound cadence" or "trial signed up → enroll in activation sequence" workflows.
ActionSalesloft Log Call
Records a call activity tied to a person with notes, duration, disposition. For "external dialler → log to Salesloft for unified sales-activity tracking" workflows.
ActionSalesloft Log Email
Records an email activity tied to a person. For "rep replied via Outlook directly → log to Salesloft cadence" sales-activity capture.
ActionSalesloft Remove from Cadence
Stops a person's enrollment in a cadence. Standard pattern: prospect replied → remove from competing cadences to prevent double-touching.
ActionSalesloft Upsert Person
Email-based dedupe — create or update in one call. The base hook for "external lead source → push to Salesloft for outbound activity" sync.