@taskmagic/apps-fluid-crm
v0.1.1
Published
Work with [Fluid CRM](https://fluidcrm.io) — API docs: https://fluidcrm.io/api-docs
Downloads
297
Readme
Fluid CRM
Work with Fluid CRM — API docs: https://fluidcrm.io/api-docs
Create and update contacts, companies and deals, search records, ingest inbound leads in one
call, and trigger flows on new contacts or deal changes. Authentication uses an API key
(Settings → API, workspace owners only) sent as Authorization: Bearer fl_live_….
Note: Fluid CRM addresses a single record with ?id=<uuid> rather than a path segment, which
is why the update actions take an ID input rather than nesting it in the URL.
Custom-field objects are passed through with only undefined removed, so setting a key to
null or "" clears that field rather than being silently dropped.
No custom API call action: the shared helper accepts an absolute URL and merges the connection's auth headers into it, which would let a user-entered address receive the Fluid CRM key.
