Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions snippets/integrations/cards/botpress/hubspot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl

### Create Contact

<span>{"Create a contact in Hubspot"}</span>
<span>{"Create a contact in HubSpot"}</span>

<ResponseField
name="input"
Expand Down Expand Up @@ -343,7 +343,7 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl

### Create Ticket

<span>{"Create a ticket in Hubspot"}</span>
<span>{"Create a ticket in HubSpot"}</span>

<ResponseField
name="input"
Expand Down Expand Up @@ -508,7 +508,7 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl

### Delete Contact

<span>{"Delete a contact in Hubspot"}</span>
<span>{"Delete a contact in HubSpot"}</span>

<ResponseField
name="input"
Expand Down Expand Up @@ -671,7 +671,7 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl

### Get Contact

<span>{"Get a contact from Hubspot"}</span>
<span>{"Get a contact from HubSpot"}</span>

<ResponseField
name="input"
Expand Down Expand Up @@ -894,7 +894,7 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl

### List Contacts

<span>{"List contacts in Hubspot"}</span>
<span>{"List contacts in HubSpot"}</span>

<ResponseField
name="input"
Expand Down Expand Up @@ -1081,7 +1081,7 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl

### Search Contact

<span>{"Search for a contact in Hubspot"}</span>
<span>{"Search for a contact in HubSpot"}</span>

<ResponseField
name="input"
Expand Down Expand Up @@ -1405,7 +1405,7 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl

### Update Contact

<span>{"Update a contact in Hubspot"}</span>
<span>{"Update a contact in HubSpot"}</span>

<ResponseField
name="input"
Expand Down
4 changes: 2 additions & 2 deletions snippets/integrations/versions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ export const integrationVersions = {
"id": "intver_01JFAQXRQ8TADY78EBPBKSXFPC"
},
"hubspot": {
"version": "6.0.4",
"id": "intver_01KRM4SSMXK831MSBED5DX32CW"
"version": "6.0.5",
"id": "intver_01KRPJKZ1ER9XBZQC5QTXBRGND"
},
"hunter": {
"version": "1.0.2",
Expand Down
Loading