Skip to content
Recued
Menu
← Back to recipes

Add an Attio record note

by recued-core v1

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

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

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.

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.titledata.contentdata.created_atdata.parent_objectdata.parent_record_id

About

Tags

attio attionoterecordcrmapprovalpack:attio

Details

12 steps 6 configurable settings recipe_id: add-attio-record-note