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

property_namestring required
{"stackTrail":"components:schemas:UpdatePropertyRequest:properties:value","oasType":"schema","type":"unknown","title":"Value"}

Example request

{
  "property_name": "address",
  "value": "Calle Falsa 123, 28080 Madrid"
}

Response

Successful Response

okboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.