CreateContact
Creates a contact in HubSpot.
Last updated
Was this helpful?
Creates 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.CreateContact
ContactData : String
Key-value pairs representing contact properties as a JSON string.
Default: -
Example: { "email": "john@example.com", "firstname": "John" }
🗝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.
ValidateEmail : Boolean
Optional. Validate email format before sending. 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 create contact.
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 }
Changelog for Task Frends.HubSpot.CreateContact.
Initial implementation
Last updated
Was this helpful?
Was this helpful?

