Actualizar Lead
Update any field on an existing lead. Metadata updates use shallow merge semantics: existing keys are preserved, new keys are added, and matching keys are overwritten. Non-metadata fields (first_name, phone, campaign_id, etc.) are replaced directly.
Autorizaciones
API key for authentication. Keys are prefixed with nxr_live_.
Parámetros de ruta
Lead ID
Cuerpo
Any lead field can be updated. Metadata is shallow-merged with existing values (other keys preserved). All other fields are replaced directly.
Lead's first name
"Carlos"
Lead's last name
"Rodriguez"
Lead's email address
"carlos@example.com"
Lead's phone number
"+56987654321"
Lead's company name
"Stark Industries"
Lead's job title
"Manager"
Lead source
"website"
Campaign ID to tag the lead with. Set to null to remove campaign assignment.
"123e4567-e89b-12d3-a456-426614174001"
Key-value pairs to merge into the lead's existing metadata. Existing keys not included in this object are preserved. New keys are added. Matching keys are overwritten with the new value.
{
"estado_lead": "calificado",
"broker_asociado": "Maria Gonzalez"
}