UpdateContact
Updates a contact in HubSpot.
Last updated
Was this helpful?
Updates a contact in HubSpot.
Task version: 1.0.0
Required Frends version: 5.7+
Required .NET version: 8.0
Compatible Agents: Crossplatform
Source code: https://github.com/FrendsPlatform/Frends.HubSpot/tree/main/Frends.HubSpot.UpdateContact
ContactId : String
The unique Id of the contact.
Default: -
Example: 1234567890
UpdateData : String
Properties to update as a Json string.
Default: -
Example: { "lastname": "Doe" }
🗝ApiKey : String
HubSpot Private App access token.
Default: -
Example: xxx-xxx-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
BaseUrl : String
Base Url for the Api.
Default: -
Example: https://api.hubapi.com.
CheckIfExists : Boolean
Optional. Check contact existence before updating. Default is false.
Default: False
Example: true
ThrowErrorOnFailure : Boolean
Whether to throw an error on failure. True by default.
Default: True
Example: false
ErrorMessageOnFailure : String
Overrides the error message on failure.
Default: -
Example: Failed to update contact.
Success : Boolean
Indicates whether contact creation was successful.
Example: true
Error : Error
Error that occurred during task execution.
Example: object { string Message, object { Exception Exception } AdditionalInfo }
Changelog for Task Frends.HubSpot.UpdateContact.
Initial implementation
Last updated
Was this helpful?
Was this helpful?

