Skip to content
Recued
Menu
← Back to recipes

Add an Attio record to a list

by recued-core v1

Approval-gated Attio list-entry creation. It reads list and record context, checks existing list entries, then creates one list entry through recued-core.attio.list_entry.create for an explicit record. It does not update list entries, delete list entries, create lists, mutate records, mutate schema, or call arbitrary Attio endpoints.

How it works 12 steps

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

Process (12 steps)
target_list trim
Trim whitespace from setting list
object_slug trim
Trim whitespace from setting object
record_id trim
Trim whitespace from setting record id
lists ?
record_context ?
existing_entries ?
has_list compare
Check if target list has data
has_object compare
Check if object slug has data
has_record compare
Check if record id has data
ready all
Check if all conditions are true
create_entry ?
skip: step.ready not_equal true
card to_summary
Format results as a summary card
Settings 5 configurable

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

list setting =
attio setting =
object setting = people
record id setting =
entry values setting = [object Object]

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 Attio connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

Data it touches

Warehousedata.entry_valuesdata.parent_objectdata.parent_record_id

About

Tags

attio attiolistrecordentryapprovalpack:attio

Details

12 steps 5 configurable settings recipe_id: add-attio-record-to-list