Create an Attio company intake
Approval-gated Attio company creation. It searches existing company records for context, then creates one company through recued-core.attio.company.create with explicit name and domain values plus optional description, team, and location. It does not update companies, delete companies, bulk-create companies, 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 (8 steps)
name
trim
Trim whitespace from setting name
domain
trim
Trim whitespace from setting domain
matching_records
?
has_name
compare
Check if name has data
has_domain
compare
Check if domain has data
ready
all
Check if all conditions are true
create_company
?
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.
name
setting
=
attio
setting
=
domain
setting
=
description
setting
=
team emails
setting
=
primary location
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.