Skip to content
Recued
Menu
← Back to recipes

Add Apollo contacts to a sequence

by recued-core v1

Approval-gated Apollo sequence enrollment. It searches the target sequence context, email accounts, and saved contacts, then adds explicit saved contact IDs to one existing sequence through recued-core.apollo.sequence.add_contacts with a default paused status. It does not create or update sequences, send direct emails, import contacts in bulk, enrich people, mutate stages, delete records, or call arbitrary Apollo endpoints.

How it works 10 steps

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

Process (10 steps)
sequence_id trim
Trim whitespace from setting sequence id
email_account_id trim
Trim whitespace from setting email account id
sequences ?
email_accounts ?
contacts ?
has_sequence compare
Check if sequence id has data
has_email_account compare
Check if email account id has data
ready all
Check if all conditions are true
add_contacts ?
skip: step.ready not_equal true
card to_summary
Format results as a summary card
Settings 7 configurable

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

apollo setting =
status setting = paused
user id setting =
contact ids setting =
sequence id setting =
auto unpause at setting =
email account 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 Apollo connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

apollo apollocontactsequenceenrollmentemail-accountapprovalpack:apollo

Details

10 steps 7 configurable settings recipe_id: add-apollo-contacts-to-sequence