ReferenceMCP

Create Or Update Lead

Create a lead when no match exists, or update the existing lead matched by any unique identifier.

leadsmutate
Create Or Update Lead

Create a lead when no match exists, or update the existing lead matched by any unique identifier.

JSON-RPC

json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "lead.upsert",
    "arguments": {
      "lead_id": "<string>",
      "prospect_id": "<string>",
      "email": "<string>"
    }
  }
}

Inspector

pnpm salestouch mcp serve
  • lead.upsert

On this page