Skip to main content
The Attio node adds Attio operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields. Attio also includes 6 trigger operations (marked in the tables below) that can start a workflow when something happens in Attio.
You can wire the Attio node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.

Credentials

Connect Attio under Credentials in the node settings. See Connecting credentials for the general flow.

OAuth

Sign in with your Attio account when prompted; no keys to copy. NoClick requests the following permissions:
  • user_management:read
  • record_permission:read-write
  • object_configuration:read-write
  • list_entry:read-write
  • list_configuration:read-write
  • comment:read-write
  • note:read-write
  • task:read-write
  • meeting:read
  • call_recording:read
  • webhook:read-write
  • file:read

API key

Enter the values manually when creating the credential. Get your credentials here.

Operations

Attributes

OperationIDDescriptionTrigger
Create Attributecreate_attributeCreate an attribute on an object or list.
Create Select Optioncreate_select_optionAdd a select option to a select attribute.
Create Statuscreate_statusAdd a status to a status attribute.
Get Attributeget_attributeFetch a single attribute on an object or list.
List Select Optionslist_select_optionsList the select options of a select attribute.
List Statuseslist_statusesList the statuses of a status attribute.
Update Attributeupdate_attributeUpdate an attribute (title, slug, required/unique, archive, config).
Update Select Optionupdate_select_optionRename or archive a select option.
Update Statusupdate_statusRename, archive, or retime a status.

Comments

OperationIDDescriptionTrigger
Comment on List Entrycreate_entry_commentCreate a comment on a list entry (starts a new thread on that entry).
Comment on Recordcreate_commentCreate a comment on a record (starts a new thread on that record).
Delete Commentdelete_commentDelete a comment by ID.
Get Commentget_commentFetch a single comment by ID.
Get Threadget_threadFetch a single comment thread by ID.
List Threads on List Entrylist_entry_threadsList comment threads on a list entry.
List Threads on Recordlist_threadsList comment threads on a record.
Reply to Threadreply_to_threadReply to an existing comment thread.

Files

OperationIDDescriptionTrigger
Get Fileget_fileFetch a single file’s metadata by ID.
List Fileslist_filesList files attached to a record.

List entries

OperationIDDescriptionTrigger
Assert List Entry (by parent)assert_list_entryUpsert a list entry by its parent record (create if absent, else update).
Create List Entrycreate_list_entryAdd a record to a list (create an entry).
Delete List Entrydelete_list_entryRemove an entry from a list.
Get List Entryget_list_entryFetch a single list entry by ID.
List Entrieslist_entriesQuery entries in a list with filters, sorting, and pagination.
List Entry Attribute Valueslist_list_entry_attribute_valuesList the historical values of one attribute on a list entry.
Overwrite List Entryoverwrite_list_entryOverwrite a list entry (PUT replaces multiselect values).
Update List Entryupdate_list_entryUpdate a list entry’s attribute values.

Lists

OperationIDDescriptionTrigger
Create Listcreate_listCreate a new list.
Get Listget_listFetch a single list by slug or ID.
Update Listupdate_listUpdate a list’s name, slug, or access.

Meetings

OperationIDDescriptionTrigger
Get Meetingget_meetingFetch a single meeting by ID.
List Meetingslist_meetingsList meetings, optionally scoped to a linked record.

Notes

OperationIDDescriptionTrigger
Create Notecreate_noteCreate a note attached to a record.
Delete Notedelete_noteDelete a note by ID.
Get Noteget_noteFetch a single note by ID.
List Noteslist_notesList notes, optionally filtered by parent record/object.

Objects

OperationIDDescriptionTrigger
Create Objectcreate_objectCreate a new custom object.
Get Objectget_objectFetch a single object definition by slug or ID.
Update Objectupdate_objectUpdate a custom object’s slug or nouns.

Records

OperationIDDescriptionTrigger
Create Recordcreate_recordCreate a record on any object.
Delete Recorddelete_recordDelete a record by ID.
Get Recordget_recordFetch a single record by ID.
List Record Attribute Valueslist_record_attribute_valuesList the historical values of one attribute on a record.
List Record’s List Entrieslist_record_entriesList the list entries a record belongs to.
List Recordslist_recordsList/query records of an object with filtering, sorting, and pagination.
Overwrite Recordoverwrite_recordOverwrite a record (PUT replaces multiselect attribute values).
Search Recordssearch_recordsSearch records of an object by matching text against an attribute.
Update Recordupdate_recordUpdate a record (PATCH appends to multiselect attributes).
Upsert Recordupsert_recordCreate-or-update a record by a matching attribute (dedupe).

Schema

OperationIDDescriptionTrigger
List All Listslist_listsList all lists in the workspace.
List Attributeslist_attributesList attributes defined on an object or list.
List Objectslist_objectsList all objects (standard + custom) in the workspace.

Tasks

OperationIDDescriptionTrigger
Create Taskcreate_taskCreate a task with content, deadline, assignees, and linked records.
Delete Taskdelete_taskDelete a task by ID.
Get Taskget_taskFetch a single task by ID.
List Taskslist_tasksList tasks in the workspace.
Update Taskupdate_taskUpdate a task (e.g. mark complete, change deadline).

Workspace

OperationIDDescriptionTrigger
Get Workspace Memberget_workspace_memberFetch a single workspace member by ID.
Identify Selfidentify_selfIntrospect the current token: workspace + granted permissions.
List Workspace Memberslist_workspace_membersList workspace members (for assignment / actor lookup).

Other

OperationIDDescriptionTrigger
On Attio Event (Any)on_attio_eventCatch-all: fire on ANY Attio webhook event (including schema/admin events like list, attribute, call-recording, and workspace-member changes).Yes
On Comment Eventon_comment_eventFire when a comment is created, deleted, resolved, or unresolved.Yes
On List Entry Eventon_list_entry_eventFire when a list entry is created, updated, or deleted.Yes
On Note Eventon_note_eventFire when a note is created, updated, deleted, or its content changes.Yes
On Record Eventon_record_eventFire when a record is created, updated, deleted, or merged.Yes
On Task Eventon_task_eventFire when a task is created, updated, or deleted.Yes