- List all attributes defined on a specific object or list
- Get information about a single attribute on an object or list
- Create a new attribute on an object or list
- Update a single attribute on an object or list
- List all statuses for a status attribute
- Add a new status to a status attribute
- Update a status on a status attribute
- Get a single comment by ID
- Create a new comment on a thread, record, or list entry
- Delete a comment by ID
- Retrieve a paginated list of all companies in the workspace
- Retrieve a specific company by its record ID
- Create a new company record in Attio. This endpoint will throw on conflicts of unique attributes like domains
- Update an existing company record. Multiselect attribute values supplied will be created and prepended to existing values
- Delete a company record from Attio. Deletes should be handled extremely carefully
- Retrieve all lists in the workspace
- Retrieve a specific list by its ID or slug
- Create a new list in the workspace
- Update an existing list's name, slug, or access permissions
- Retrieve all entries (records) in a specific list
- Retrieve a specific list entry by its ID
- Add a record to a list
- Update an existing list entry's attribute values
- Remove a record from a list
- List notes for all records or for a specific record
- Retrieve a specific note by its ID
- Create a new note for a given record
- Delete a single note by ID
- List all system-defined and user-defined objects in the workspace
- Get a single object by its ID or slug
- Create a new custom object in the workspace
- Update an existing object's configuration
- Retrieve a paginated list of all people (contacts) in the workspace
- Retrieve a specific person by their record ID
- Create a new person (contact) record in Attio. This endpoint will throw on conflicts of unique attributes like email_addresses
- Update an existing person record. Multiselect attribute values supplied will be created and prepended to existing values
- Delete a person record from Attio
- List people, company or other records, with the option to filter and sort results
- Get a single person, company or other record by its record_id
- Create a new person, company or other record. This endpoint will throw on conflicts of unique attributes
- Update an existing record. Multiselect attribute values supplied will be created and prepended to existing values
- Delete a single record (e.g., a company or person) by ID
- Fuzzy search for records across one or more objects by name, email, domain, phone, or social handles
- Retrieve all tasks in the workspace, sorted by creation date from oldest to newest
- Retrieve a specific task by its ID
- Create a new task with plaintext content, optional deadline, linked records, and assignees
- Update an existing task's deadline, completion status, linked records, or assignees
- Delete a task from Attio
- List threads of comments on a record or list entry
- Get all comments in a thread by thread ID
- List all webhooks in the workspace
- Get a single webhook by ID
- Create a new webhook
- Update a webhook by ID
- Delete a webhook by ID
- Retrieve all workspace members (users) in the workspace
- Retrieve a specific workspace member by their ID
- Get information about the current access token, the workspace it is linked to, and its permissions
No matching actions