Update lead
Update custom column data for a lead in the campaign. By default the identifier is treated as a platform ID. Use the by query parameter to look up by username or external ID instead.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the campaign.
^[0-9a-z]+$The identifier of the lead. Interpreted based on the by parameter.
1"44196397"
Body
Custom column values to update, keyed by column ID. Set a value to null to clear it.
{
"custom_q5cktl47a6pqa74eu06fz89v": "Acme Corp",
"custom_m8r2xj93hd5bk0atcw7oe4fp": null
}How to interpret the identifier in the URL path. Defaults to 'platformId'.
platformId, username, externalId "platformId"
The platform for the identifier. Required when by is 'platformId' or 'username'. Defaults to 'twitter'. Ignored when by is 'externalId'.
twitter Response
OK
A lead 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"
}Campaign stage for this lead. Only present when querying leads on a campaign list. Null for regular lists.
pending, ready, ongoing, replied, unresponsive, failed, canceled The account link ID assigned to contact this lead. Only present for campaign lists. Null for regular lists or if not yet assigned.
The thread ID of the conversation with this lead. Only present for campaign lists. Null for regular lists or if no conversation exists yet.