For the complete documentation index, see llms.txt. This page is also available as Markdown.

UpdateContact

Updates a contact in HubSpot.

Task version: 1.0.0

Required Frends version: 5.7+

Required .NET version: 8.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

ContactId : String

The unique Id of the contact.

Default: - Example: 1234567890

UpdateData : String

Properties to update as a Json string.

Default: - Example: { "lastname": "Doe" }

Task Result

Name
Description

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 }

Task Changelog

Changelog for Task Frends.HubSpot.UpdateContact.

[1.0.0] - 2025-08-05

Added

  • Initial implementation

Last updated

Was this helpful?