Skip to content
Recued
Menu
← Back to recipes

Add an Outreach prospect to a sequence

by recued-core v1

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 13 steps

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 4 configurable

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.

Where it runs

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

Permissions it requires

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

Data it touches

Warehousedata.typedata.relationshipsdata.id

About

Tags

outreach outreachprospectsequencesequence-stateenrollmentapprovalpack:outreach

Details

13 steps 4 configurable settings recipe_id: add-outreach-prospect-to-sequence