Update custom column data for a lead in a list. Only list-scoped column values can be modified here. For CRM context (tags, status, notes, valuation), use the prospects API.
Documentation Index
Fetch the complete documentation index at: https://docs.inboxapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the list.
^[0-9a-z]+$The platform user ID of the lead.
1"44196397"
Custom column values to update, keyed by column ID (not column name). Set a value to null to clear it. Column must already exist on the list.
{
"custom_q5cktl47a6pqa74eu06fz89v": "Acme Corp",
"custom_m8r2xj93hd5bk0atcw7oe4fp": null
}
OK
A lead in the list with full prospect profile, CRM context, and custom column data.
Full prospect profile data.
CRM context for this prospect (tags, status, valuation, notes).
Custom column values for this lead. Keys are column IDs (not column names). Use the columns API to look up column IDs.
{
"custom_q5cktl47a6pqa74eu06fz89v": "Acme Corp",
"custom_m8r2xj93hd5bk0atcw7oe4fp": "CEO"
}