Update lead CRM status
lead_crm_status_updateSet a manual CRM status for a lead or return it to automatic status tracking.
When to use it
Qualify one lead manually or restore automatic CRM progression.
linkedin:accesssalestouch:useRequirements
Example
Mark this lead as Interested.
{
"lead_id": "lead_example",
"crm_status": "Interested"
}{
"content": [
{
"type": "text",
"text": "{\n \"data\": { ... },\n \"meta\": null\n}"
}
],
"isError": false
}Expected: The complete updated lead status, including unchanged inbox status and tags.
Parameters
account_idstringConnected SalesTouch account id, username, email, handle, or account URL.
identifierstringLinkedIn member handle, public id, account id, or profile URL.
lead_idstringCanonical SalesTouch lead id returned by lead_status or leads_search.
crm_statusrequiredstringManual CRM status, or AUTO to resume the computed status.
Aliases are shown independently because MCP clients send a flat JSON object. Use one alias from each required group, not every alias.
Common errors
insufficient_scopeReconnect the MCP and approve the requested LinkedIn permission.
paid_plan_requiredUse a SalesTouch workspace with LinkedIn MCP access.
trial_payment_method_requiredAdd a payment method in SalesTouch billing to activate the trial and LinkedIn MCP access.