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

CreateContact

Creates 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

ContactData : String

Key-value pairs representing contact properties as a JSON string.

Default: - Example: { "email": "john@example.com", "firstname": "John" }

Task Result

Name
Description

Success : Boolean

Indicates whether contact creation was successful. Example: true

ContactId : String

Unique Id of the created contact. Example: 123456789

Error : Error

Error that occurred during task execution. Example: object { string Message, object { Exception Exception } AdditionalInfo }

Task Changelog

Changelog for Task Frends.HubSpot.CreateContact.

[1.0.0] - 2025-07-25

Changed

  • Initial implementation

Last updated

Was this helpful?