Integrations / CRM
Attio
Look up and search people, companies and other records, upsert records, add notes and tasks, and trigger workflows from Attio events.
Tools
attio.search_records
Fuzzy search records by name, domain, email, phone or social handle across one or more objects, returning record IDs (UUIDs).
attio.query_records
List records of an object, optionally filtered and sorted with Attio's filter syntax, returning record IDs (UUIDs), links and attribute values.
attio.get_record
Get a record with all its attribute values by object and record ID (a UUID).
attio.list_notes
List notes, optionally only those on one record, with their note IDs (UUIDs), titles and plaintext content.
attio.assert_record writes
Create a record, or update the one whose unique matching attribute has the same value, e.g. a person by email address or a company by domain.
attio.create_note writes
Add a note to a record.
attio.create_task writes
Create a task, optionally assigned to workspace members and linked to people and companies by email address or domain.
attio.api_get
Send a GET request to any Attio API path under https://api.attio.com and return the response. For endpoints the named tools don't cover.
attio.api_request writes
Send a POST, PUT, PATCH or DELETE request to any Attio API path under https://api.attio.com.
Tick Allow raw writes on the connection to add api_request, which can send POST, PUT, PATCH and DELETE requests to any Attio API path.
Connect
- In Attio, open Workspace settings → Developers and click New access token.
- Give it the scopes your workflows need: record_permission and object_configuration for records, note for notes and task for tasks.
- Paste the token on the connection.
- To trigger workflows, add a webhook under Workspace settings → Developers with the URL shown on the connection page, subscribe it to the events you need, and paste its webhook secret on the connection.
Credentials
Triggers
In Attio, go to Workspace settings → Developers, add a webhook with this URL and the events your workflows use, and paste the webhook's secret on this connection.
Events
triggerkind: attio connection: attio events: [record.created] objects: [...] lists: [...] actors: [...]
Your next automation is one sentence away.
14-day free trial with $5 of built-in AI included. Cancel anytime.