Skip to content
Recued
Menu
← Back to recipes

Create an Apollo follow-up task

by recued-core v1

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

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

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.

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 apollotaskfollow-upcontactapprovalpack:apollo

Details

12 steps 8 configurable settings recipe_id: create-apollo-follow-up-task