Frends.HubSpot.UpdateContact / 1.1.0
Summary
Updates the properties you supply on an existing contact and leaves the others alone.
Typical use — keeping contact details current from another source, field by field
Input parameters for updating a HubSpot contact.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| ContactId | String |
– | 1234567890 |
The unique Id of the contact. |
| UpdateData | String |
– | { "lastname": "Doe" } |
Properties to update as a Json string. |