Thanks to visit codestin.com
Credit goes to docs.stackone.com

Skip to main content
Attio
Attio
58 actions · 2 auth methods
PreviewCRM

Authentication

OAuth 2.0

Requires registering an OAuth app in Attio.Guides: Connector Profile, Link Account

API Key

Best for single-workspace integrations and internal tools. Provides full API access scoped to your workspace.Guides: Connector Profile, Link Account
Actions
|
58 actions
Action
Description
Required scopes
List Attributes
List all attributes defined on a specific object or list
Get Attribute
Get information about a single attribute on an object or list
Create Attribute
Create a new attribute on an object or list
Update Attribute
Update a single attribute on an object or list
List Statuses
List all statuses for a status attribute
Create Status
Add a new status to a status attribute
Update Status
Update a status on a status attribute
Get Comment
Get a single comment by ID
Create Comment
Create a new comment on a thread, record, or list entry
Delete Comment
Delete a comment by ID
List Companies
Retrieve a paginated list of all companies in the workspace
Get Company
Retrieve a specific company by its record ID
Create Company
Create a new company record in Attio. This endpoint will throw on conflicts of unique attributes like domains
Update Company
Update an existing company record. Multiselect attribute values supplied will be created and prepended to existing value…
Delete Company
Delete a company record from Attio. Deletes should be handled extremely carefully
List Lists
Retrieve all lists in the workspace
Get List
Retrieve a specific list by its ID or slug
Create List
Create a new list in the workspace
Update List
Update an existing list’s name, slug, or access permissions
List List Entries
Retrieve all entries (records) in a specific list
Get List Entry
Retrieve a specific list entry by its ID
Create List Entry
Add a record to a list
Update List Entry
Update an existing list entry’s attribute values
Delete List Entry
Remove a record from a list
List Notes
List notes for all records or for a specific record
Get Note
Retrieve a specific note by its ID
Create Note
Create a new note for a given record
Delete Note
Delete a single note by ID
List Objects
List all system-defined and user-defined objects in the workspace
Get Object
Get a single object by its ID or slug
Create Object
Create a new custom object in the workspace
Update Object
Update an existing object’s configuration
List People
Retrieve a paginated list of all people (contacts) in the workspace
Get Person
Retrieve a specific person by their record ID
Create Person
Create a new person (contact) record in Attio. This endpoint will throw on conflicts of unique attributes like email_add…
Update Person
Update an existing person record. Multiselect attribute values supplied will be created and prepended to existing values
Delete Person
Delete a person record from Attio
List Records
List people, company or other records, with the option to filter and sort results
Get Record
Get a single person, company or other record by its record_id
Create Record
Create a new person, company or other record. This endpoint will throw on conflicts of unique attributes
Update Record
Update an existing record. Multiselect attribute values supplied will be created and prepended to existing values
Delete Record
Delete a single record (e.g., a company or person) by ID
Search Records
Fuzzy search for records across one or more objects by name, email, domain, phone, or social handles
List Tasks
Retrieve all tasks in the workspace, sorted by creation date from oldest to newest
Get Task
Retrieve a specific task by its ID
Create Task
Create a new task with plaintext content, optional deadline, linked records, and assignees
Update Task
Update an existing task’s deadline, completion status, linked records, or assignees
Delete Task
Delete a task from Attio
List Threads
List threads of comments on a record or list entry
Get Thread
Get all comments in a thread by thread ID
List Webhooks
List all webhooks in the workspace
Get Webhook
Get a single webhook by ID
Create Webhook
Create a new webhook
Update Webhook
Update a webhook by ID
Delete Webhook
Delete a webhook by ID
List Workspace Members
Retrieve all workspace members (users) in the workspace
Get Workspace Member
Retrieve a specific workspace member by their ID
Identify Current Workspace
Get information about the current access token, the workspace it is linked to, and its permissions

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See the Projects Guide.
2

Configure the Connector

Enable the connector and set up a connector profile in your project. See Managing Connectors.
https://stackone-logos.com/api/attio/filled/png

Connector Profile

Attio - OAuth 2.0
https://stackone-logos.com/api/attio/filled/png

Connector Profile

Attio - API Key
3

Link an Account

Connect an account using StackOne Hub or Auth Link.
https://stackone-logos.com/api/attio/filled/png

Link Account

Attio - OAuth 2.0
https://stackone-logos.com/api/attio/filled/png

Link Account

Attio - API Key
4

Use Actions

Invoke actions using one of the methods below: