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.

Version: 0.1.0

Author: Hot Dev

License: Apache-2.0

Add to your project

"hot.dev/attio": "0.1.0"

Add this to your deps in hot.hot

Namespaces

NamespaceFunctionsTypesDescription
::attio0Attio CRM bindings.

::attio

NamespaceFunctionsTypesDescription
::api11Make an authenticated Attio request and unwrap: the decoded JSON body on 2xx (Attio wraps payloads in `data`), or an Err carrying `HttpError`.
::comments3Build the create-comment payload.
::lists4GET /lists - The workspace's lists (pipelines, curated collections).
::notes4Build the create-note payload (plaintext format).
::records9GET /objects - The workspace's objects (system `people`/`companies`/`deals` and custom ones) with their slugs.
::tasks5Build the create-task payload.
::workspace2GET /self - The token's own metadata (`active`, `scope`, workspace id/name/slug).