Skip to content

Hubspot

Reference


HubSpot is a CRM platform with all the software, integrations, and resources you need to connect marketing, sales, content management, and customer service.

Categories: [marketing-automation]

Version: 1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameTypeControl TypeDescription
Client IdSTRINGTEXT
Client SecretSTRINGTEXT
Hubspot API KeySTRINGTEXTAPI Key is used for registering webhooks.

Triggers

New Contact

Triggers when new contact is created.

Type: DYNAMIC_WEBHOOK

Properties

NameTypeControl TypeDescription
App IdSTRINGTEXTThe id of a Hubspot app used to register this trigger to.

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT

New Deal

Triggers when a new deal is added.

Type: DYNAMIC_WEBHOOK

Properties

NameTypeControl TypeDescription
App IdSTRINGTEXTThe id of a Hubspot app used to register this trigger to.

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT

New Ticket

Triggers when new ticket is created.

Type: DYNAMIC_WEBHOOK

Properties

NameTypeControl TypeDescription
App IdSTRINGTEXTThe id of a Hubspot app used to register this trigger to.

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT

Actions

Create Contact

Create a contact with the given properties.

Properties

NameTypeControl TypeDescription
Contact{{STRING(firstname), STRING(lastname), STRING(email), STRING(phone), STRING(company), STRING(website)}(properties)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(id), {STRING(firstname), STRING(lastname), STRING(email), STRING(phone), STRING(company), STRING(website)}(properties)}OBJECT_BUILDER

Delete Contact

Move Contact to the recycling bin.

Properties

NameTypeControl TypeDescription
ContactSTRINGSELECT

Get Contact

Get contact details.

Properties

NameTypeControl TypeDescription
ContactSTRINGSELECT

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(id), {STRING(firstname), STRING(lastname), STRING(email), STRING(phone), STRING(company), STRING(website)}(properties)}OBJECT_BUILDER

Update Contact

Update Contact properties.

Properties

NameTypeControl TypeDescription
ContactSTRINGSELECT
Contact{{STRING(firstname), STRING(lastname), STRING(email), STRING(phone), STRING(company), STRING(website)}(properties)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(id), {STRING(firstname), STRING(lastname), STRING(email), STRING(phone), STRING(company), STRING(website)}(properties)}OBJECT_BUILDER

Create Deal

Creates a new deal.

Properties

NameTypeControl TypeDescription
Deal{{STRING(dealname), NUMBER(amount), DATE(closedate), STRING(pipeline), STRING(dealstage), STRING(hubspot_owner_id)}(properties)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(id), {STRING(dealname), NUMBER(amount), DATE(closedate), STRING(pipeline), STRING(dealstage), STRING(hubspot_owner_id)}(properties)}OBJECT_BUILDER

Get Ticket

Gets ticket details.

Properties

NameTypeControl TypeDescription
Ticket IDSTRINGSELECT

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(id), {STRING(content), STRING(hs_object_id), STRING(hs_pipeline), STRING(hs_pipeline_stage), STRING(hs_ticket_priority), STRING(subject)}(properties)}OBJECT_BUILDER