hot.dev/attio — Attio CRM bindings for Hot. Records (query/create/upsert/delete), object configuration, notes, tasks, comments, lists, and workspace members on Attio's v2 API.
"hot.dev/attio": "0.1.0"
Add this to your deps in hot.hot
Namespaces
| Namespace | Functions | Types | Description |
::attio | 0 | — | Attio CRM bindings. |
| Namespace | Functions | Types | Description |
::api | 1 | 1 | Make an authenticated Attio request and unwrap: the decoded JSON body on 2xx (Attio wraps payloads in `data`), or an Err carrying `HttpError`. |
::comments | 3 | — | Build the create-comment payload. |
::lists | 4 | — | GET /lists - The workspace's lists (pipelines, curated collections). |
::notes | 4 | — | Build the create-note payload (plaintext format). |
::records | 9 | — | GET /objects - The workspace's objects (system `people`/`companies`/`deals` and custom ones) with their slugs. |
::tasks | 5 | — | Build the create-task payload. |
::workspace | 2 | — | GET /self - The token's own metadata (`active`, `scope`, workspace id/name/slug). |