hubspot
hubspot
Update Contact Property
Actualiza una propiedad de un contacto (por ID o email).
🔒 Endpoint Protegido: Requiere autenticación JWT y rol 'ui_hubspot', 'admin' o 'ui_citas'
patch/api/hubspot/contacts/{contact_identifier}/property
Path parameters
contact_identifierstring required
Request body
Example request
{
"property_name": "address",
"value": "Calle Falsa 123, 28080 Madrid"
}Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.