Add an Outreach prospect to a sequence
Approval-gated Outreach sequence-state creation. It reads the target prospect, target sequence, available mailboxes, and existing sequence states for context, then creates one sequence state through recued-core.outreach.sequence_state.create. It does not create or edit sequences, create sequence steps, bulk-enroll prospects, send mail, log calls, update sequence states, delete records, or call arbitrary Outreach endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (13 steps)
prospect_id
trim
Trim whitespace from setting prospect id
sequence_id
trim
Trim whitespace from setting sequence id
mailbox_id
trim
Trim whitespace from setting mailbox id
prospect
?
sequence
?
mailboxes
?
existing_states
?
has_prospect
compare
Check if prospect id has data
has_sequence
compare
Check if sequence id has data
has_mailbox
compare
Check if mailbox id has data
ready
all
Check if all conditions are true
create_sequence_state
?
skip: step.ready not_equal true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
outreach
setting
=
mailbox id
setting
=
prospect id
setting
=
sequence id
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.