Create an Attio person intake
Approval-gated Attio person creation. It searches existing records and companies for context, then creates one person through recued-core.attio.person.create with an explicit email address and optional name, description, company link, and LinkedIn URL. It does not update people, delete people, bulk-create people, mutate schema, upload files, create notes, create tasks, or call arbitrary Attio endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (6 steps)
email
trim
Trim whitespace from setting email
matching_records
?
matching_companies
?
has_email
compare
Check if email has data
create_person
?
skip: step.has_email 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
=
email
setting
=
linkedin
setting
=
last name
setting
=
first name
setting
=
description
setting
=
company domain
setting
=
company record id
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.