Skip to content
Recued
Menu
← Back to recipes

Add a Salesloft person to a cadence

by recued-core v1

Approval-gated Salesloft cadence membership creation. It reads the target person, target cadence, existing memberships, and visible users for context, then creates one cadence membership through recued-core.salesloft.cadence_membership.create. It does not bulk-enroll people, delete cadence memberships, import or export cadences, mutate cadence content, send emails, complete calls, or call arbitrary Salesloft endpoints.

How it works 11 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (11 steps)
person_id trim
Trim whitespace from setting person id
cadence_id trim
Trim whitespace from setting cadence id
person ?
cadence ?
existing_memberships ?
users ?
has_person compare
Check if person id has data
has_cadence compare
Check if cadence id has data
ready all
Check if all conditions are true
create_membership ?
skip: step.ready not_equal true
card to_summary
Format results as a summary card
Settings 4 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

user id setting =
person id setting =
salesloft setting =
cadence id setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Salesloft connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

salesloft salesloftpersoncadencemembershipenrollmentapprovalpack:salesloft

Details

11 steps 4 configurable settings recipe_id: add-salesloft-person-to-cadence