eavz
Attio

Attio

Modern, collaborative CRM platform built to be fully customizable and real-time.

7 actions
4 triggers

Actions

Name
create_record

Creates a new record such as peron,company or deal.

update_record

Update an existing record with new attribute values.

find_record

Search for records in Attio using filters and return matching results.

create_entry

Add a record to a specified list.

update_entry

Update the attributes of an existing entry in a list.

find_list_entry

Search for entries in a specific list in Attio using filters and return matching results.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
record_created

Triggers when a new record such as person,company or deal is created.

record_updated

Triggers when an existing record is updated (people, companies, deals, etc.).

list_entry_created

Triggers when a new entry is added.

list_entry_updated

Triggers when an existing entry is updated.

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'attio',
  actionName: 'create_record',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Attio to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Attio support?

Attio supports 7 actions including Create Record, Update Record, Find Record, Create List Entry, Update List Entry, and more.

Can I use Attio with AI agents?

Yes. Add Attio to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Attio use?

Attio uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Attio integration cost?

The Attio integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Attio support?

Attio supports 4 triggers including Record Created, Record Updated, List Entry Created, List Entry Updated.

Connect Attio in 2 minutes

Get 1,000 free actions every month. No credit card required.