Add an Attio record note
Approval-gated Attio note creation. It reads target record context and existing notes, then creates one note through recued-core.attio.note.create with an explicit title and content. It does not update records, delete notes, upload files, create tasks, mutate schema, or call arbitrary Attio endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (12 steps)
object_slug
trim
Trim whitespace from setting object
record_id
trim
Trim whitespace from setting record id
title
trim
Trim whitespace from setting title
content
trim
Trim whitespace from setting content
record_context
?
existing_notes
?
has_record
compare
Check if record id has data
has_title
compare
Check if title has data
has_content
compare
Check if content has data
ready
all
Check if all conditions are true
create_note
?
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.
attio
setting
=
title
setting
=
object
setting
=
people
content
setting
=
record id
setting
=
created at
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.