hubspot
hubspot
Update Contact Properties Batch
Actualiza múltiples propiedades de un contacto de forma optimizada.
Solo actualiza las propiedades que realmente cambiaron (1 GET + 0-1 PATCH).
🔒 Endpoint Protegido: Requiere autenticación JWT y rol 'ui_hubspot', 'admin', 'ui_citas' o 'ui_mantenimiento'
patch/api/hubspot/contacts/{contact_identifier}/properties
Path parameters
contact_identifierstring required
Request body
Example request
{
"properties": {
"firstname": "Juan",
"lastname": "García",
"phone": "+34612345678",
"zip": "28001"
}
}Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.