JavaScript SDKModulesCRM
Options
Options for planned CRM SDK methods.
CRM uses the crm feature flag.
const model = karybase.crm.model;Planned methods accept minimal options and use the organization scoped to the API key. They currently reject with status 501.
await karybase.crm.list();
await karybase.crm.get({ id: "contact_123" });