Upsert a single cell value for a company row and column. Used for manual overrides.
list_company_cells, keyed by (columnId, companyRowId). If a cell already exists for that pair, its value is overwritten; otherwise a new row is inserted. Status is forced to complete — this endpoint is for manual edits, not for programmatic enrichment (enrichment cells are written by Trigger.dev tasks).
An empty string or omitted value is stored as NULL. There is no server-side type coercion — the value is stored as-is regardless of the column’s responseType.
columnId is a company-subject column with matching list ownership. Supplying a stale or foreign columnId will insert a dangling cell row that the UI won’t render. Always discover columnId via listListCompanies first.No partial cell updates. This replaces value wholesale. To clear a cell, pass value: null (or omit the field).Reasoning and error are untouched. If the cell was previously produced by an enrichment run with reasoning or error set, those fields stay. Status is forced to complete regardless of prior state.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List UUID
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Company row UUID
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Upsert a single cell. If a cell already exists for (columnId, companyRowId) it is updated; otherwise a new one is inserted. Status is forced to complete.
The company-subject column this cell belongs to. Must exist on the list.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$New cell value. Empty string or omitted is written as NULL. Arbitrary text — no server-side schema validation at this endpoint.
Cell upserted successfully.
true