Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .changeset/th-crm-assoc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@smooai/smooth": minor
---

`th api crm assoc` — CRM entity associations from the CLI (SMOODEV-2644).
Adds `assoc link`/`unlink`/`list`/`set-type`/`set-label`, where entities are
given as `TYPE:REF` operands (e.g. `contact:jane@x.com`, `company:Acme`,
`deal:"Big Deal"`, or `task:<uuid>`) — contact/company/deal refs resolve by
name/email/title via the existing resolvers, other types accept a uuid.
Also adds thin sugar wrappers over the legacy FKs: `contacts set-company`,
`deals set-contact`, `deals set-company`, and `companies set-parent` (each
accepting `none`/`-` to clear). Backed by the native api-prime associations
endpoints from SmooAI/smooai#3068; the commands 404 against prod until that
deploys.
Loading
Loading