Short answer: You can salesloft add person to cadence in Salesloft by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Salesloft Salesloft Add Person to Cadence 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.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Person ID person_id | string | Required | The Salesloft person ID to enroll. |
Cadence ID cadence_id | string | Required | The cadence to enroll the person into. |
Cadence User ID user_id | string | Optional | The Salesloft user who will own the cadence membership. Defaults to the connected user. |
{"person_id": "1234567","cadence_id": "98765","user_id": "12345"}
{"data": {"id": 555666,"user_id": 12345,"added_at": "2026-04-11T10:00:00.000Z","person_id": 1234567,"cadence_id": 98765,"current_state": "active"}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.