App Logo
attio.com

Create Attio record

Create a new record (e.g. a Company or a Person) in Attio via the object's "New <Type>" quick-create form, setting the record's Name field. Returns the new record's id and detail-page URL.

Input

name required

Value to set in the record's Name field

object required

Object slug for the list URL, e.g. "companies" or "people"

workspace required

Attio workspace slug, e.g. "reduck"

record_type_label required

Singular label as it appears on the "New <Type>" button, e.g. "Company" or "Person"

Output

url required
name required
id optional

FAQ

Create a new record (e.g. a Company or a Person) in Attio via the object's "New <Type>" quick-create form, setting the record's Name field. Returns the new record's id and detail-page URL.
Required: workspace, object, record_type_label, name.
It returns id, url, name.
Yes. It acts as you on attio.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the attio.com cookies saved by the Reduck extension.
It makes changes on attio.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/attio.com/create_record, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/attio.com/create_record
It is part of Reduck's official curated catalogue.

Start building not clicking