Update a record
Update CRM record field values. Multiselect fields append by default; pass multiselectMode: “replace” to set them to exactly the provided options (omitted options are removed, [] clears the field). Identity-field changes may start workspace-configured automatic enrichment, and matching active webhooks receive field-update events at their external URLs. Permanent delete is not available in v1.
| Token cost | Rate limit |
|---|---|
| 40 tokens | 120 requests/min per route/org |
Authorizations
Breakcold public API key, for example Bearer bc_live_....
Headers
Breakcold organization ID. API keys already carry their organization, so most API-key requests do not need this header. Use it only when Breakcold asks you to choose an organization for a signed-in user token.
Path Parameters
Body
Map of field slug to value. Values follow the field type: strings for text/social fields, numbers for numeric/date fields, booleans for checkbox, { amount, currencyCode } for currency, { optionId } for select, arrays for multi-value fields. Multiselect fields accept an array of raw option ids or { optionId } objects.
How multiselect field values are written. "append" (default) adds the provided options to existing ones. "replace" sets the field to exactly the provided options (omitted options removed; [] clears the field).
append, replace Response
Success