Attio integration (Productivity, Data). Imported from open-connector.
https://api.attio.com/v2/self
/v2/objects
/v2/objects/{object}
| Param | Type | Required | Description |
|---|---|---|---|
| object | string | required | The object ID or API slug, such as people or companies. |
/v2/{target}/{identifier}/attributes
| Param | Type | Required | Description |
|---|---|---|---|
| target | string | required | Whether to list attributes for an Attio object or list. |
| identifier | string | required | The object or list ID, or object/list API slug. |
| limit | integer | optional | The maximum number of attributes to return. |
| offset | integer | optional | The zero-based pagination offset. |
| showArchived | boolean | optional | Whether to include archived attributes. |
/v2/objects/{object}/records/{recordId}
| Param | Type | Required | Description |
|---|---|---|---|
| object | string | required | The object ID or API slug, such as people or companies. |
| recordId | string | required | The Attio record UUID. |
/v2/objects/{object}/records
| Param | Type | Required | Description |
|---|---|---|---|
| object | string | required | The object ID or API slug, such as people or companies. |
| values | object | optional | Record values keyed by Attio attribute API slug or attribute ID. Values are for… |
/v2/objects/{object}/records
| Param | Type | Required | Description |
|---|---|---|---|
| object | string | required | The object ID or API slug, such as people or companies. |
| matchingAttribute | string | optional | The unique attribute API slug or ID used to find matches. |
| values | object | optional | Record values keyed by Attio attribute API slug or attribute ID. Values are for… |
/v2/objects/{object}/records/{recordId}
| Param | Type | Required | Description |
|---|---|---|---|
| object | string | required | The object ID or API slug, such as people or companies. |
| recordId | string | required | The Attio record UUID. |