Source Types
SaaS (Live)
Humm queries the Attio API directly in real time. Data is never stored by Humm.
Sync
Humm syncs your Attio data into your warehouse via Airbyte, then queries the copy. Better performance and lets you join CRM data with everything else in your warehouse.
Tools
| Tool | Description |
|---|---|
ATTIO_LIST_RECORDS | List records for an object type (people, companies, deals) with filtering and sorting |
ATTIO_READ_RECORD | Get a record by ID and object type |
ATTIO_LIST_WORKSPACE_MEMBERS | List all members of the Attio workspace |
Filter and Sort Examples
Humm uses Attio’s filter syntax to query records. Here are common patterns:Object Types
Attio supports querying different object types:- people - Contact records with names, emails, and custom fields
- companies - Organization records with company details
- deals - Deal/opportunity records for pipeline tracking
"people", "companies", "deals") or UUID to specify which object type to query.
Authentication
OAuth
Connect securely via Attio OAuth. Authorize Humm to access your Attio workspace.