Skip to content
Recued
Menu
← Back to recipes

Apollo revenue operations digest

by recued-core v1

Scheduled read-only Apollo revenue operations digest. It lists bounded pages of saved contacts, accounts, sequences, tasks, deals, outreach emails, and API usage through recued-core.apollo, renders compact review tables, and optionally sends an in-app nudge when contacts are visible. It never enriches people, searches organizations, creates or updates contacts, creates sequences, sends email, mutates calls, updates stages, deletes records, or calls arbitrary Apollo endpoints.

How it works 28 steps

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

Process (28 steps)
contacts_raw ?
accounts_raw ?
sequences_raw ?
tasks_raw ?
deals_raw ?
outreach_emails_raw ?
usage_raw ?
contacts default
Apply default
accounts default
Apply default
sequences default
Apply default
tasks default
Apply default
deals default
Apply default
outreach_emails default
Apply default
contact_count count
Count items in contacts
account_count count
Count items in accounts
sequence_count count
Count items in sequences
task_count count
Count items in tasks
deal_count count
Count items in deals
email_count count
Count items in outreach emails
has_contacts compare
Check if contact count is greater than 0
notify_enabled compare
Check if setting notify when contacts equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
contact_rows slice
Take a subset of
contact_table to_table
Format results as a data table
deal_rows slice
Take a subset of
deal_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 7 configurable

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

apollo setting =
channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
row limit setting = 50
start hour setting = 8
notify when contacts setting = true

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

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

About

Tags

apollo apollorevenuesales-intelligencecontactsaccountssequencestasksdealsdigestnotificationpack:apollo

Details

28 steps 7 configurable settings recipe_id: apollo-revenue-operations-digest