Skip to content
Recued
Menu
← Back to recipes

Create an Attio person intake

by recued-core v1

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

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

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.

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.values

About

Tags

attio attiopersoncontactcrmintakeapprovalpack:attio

Details

6 steps 8 configurable settings recipe_id: create-attio-person-intake