CreateDeal
Creates a deal in HubSpot.
Last updated
Was this helpful?
Creates a deal in HubSpot.
Task version: 1.1.0
Required Frends version: 5.7+
Required .NET version: 8.0
Compatible Agents: Crossplatform
DealData : String
Deal properties such as amount, dealname, dealstage, pipeline.
Default: -
Example: { "amount": "5000", "dealname": "Enterprise Deal", "dealstage": "presentation scheduled", "pipeline": "default" }
🗝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.
AssociateWithContactId : String
Optional. Contact Id to associate the deal with.
Default: -
Example: 1234567890
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 the deal.
Success : Boolean
Indicates whether deal creation was successful.
Example: true
Id : String
Unique Id of the created deal.
Example: 1234567890
Error : Error
Error that occurred during task execution.
Example: object { string Message, object { Exception Exception } AdditionalInfo }
Changelog for Task Frends.HubSpot.CreateDeal.
Fixed a bug with the display format
Initial implementation
Last updated
Was this helpful?
Was this helpful?

