Create an Apollo follow-up task
Approval-gated Apollo task creation. It reads the target contact, users, and existing tasks for context, then creates one scheduled follow-up task through recued-core.apollo.task.create. It does not update tasks, delete tasks, complete calls, send emails, enrich contacts, or call arbitrary Apollo endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (12 steps)
contact_id
trim
Trim whitespace from setting contact id
user_id
trim
Trim whitespace from setting user id
due_at
trim
Trim whitespace from setting due at
contact
?
users
?
existing_tasks
?
has_contact
compare
Check if contact id has data
has_user
compare
Check if user id has data
has_due_at
compare
Check if due at has data
ready
all
Check if all conditions are true
create_task
?
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.
note
setting
=
apollo
setting
=
due at
setting
=
status
setting
=
scheduled
user id
setting
=
priority
setting
=
medium
task type
setting
=
action_item
contact id
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.