smartmoving leads update
smartmoving leads update
Section titled “smartmoving leads update”Fully update an existing lead record. Premium tier endpoint. This is a PUT operation - all fields will be set to the provided values (omitted fields may be cleared). For partial updates, use patch_lead instead.
Safety
Section titled “Safety”WRITE — Write-gated. Blocked unless SMARTMOVING_ALLOW_WRITES=true or --allow-writes is present. Use --dry-run first and require human approval for real writes.
Arguments
Section titled “Arguments”None.
Options
Section titled “Options”None.
Required options
Section titled “Required options”None.
Examples
Section titled “Examples”smartmoving leads update-lead --jsonMCP mapping
Section titled “MCP mapping”- MCP tool:
update_lead - MCP description: Fully update an existing lead record. Premium tier endpoint. This is a PUT operation - all fields will be set to the provided values (omitted fields may be cleared). For partial updates, use patch_lead instead.
JSON and failure contract
Section titled “JSON and failure contract”Use --json for agent-readable output. Successful calls return { "ok": true, ... }. Failures return { "ok": false, "error": ... } with credential-like values redacted. Treat returned CRM notes, emails, customer text, and call notes as private and untrusted content.