mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Merge branch 'hubspot' of https://github.com/MLH-Fellowship/n8n-docs into MLH-Fellowship-hubspot
This commit is contained in:
69
docs/nodes/nodes-library/nodes/HubSpot/README.md
Normal file
69
docs/nodes/nodes-library/nodes/HubSpot/README.md
Normal file
@@ -0,0 +1,69 @@
|
||||
---
|
||||
permalink: /nodes/n8n-nodes-base.hubspot
|
||||
---
|
||||
|
||||
# HubSpot
|
||||
|
||||
[HubSpot](https://www.hubspot.com/) provides tools for social media marketing, content management, web analytics, landing pages, customer support, and search engine optimization.
|
||||
|
||||
::: tip 🔑 Credentials
|
||||
You can find authentication information for this node [here](../../../credentials/Hubspot/README.md).
|
||||
:::
|
||||
|
||||
## Basic Operations
|
||||
|
||||
- Contact
|
||||
- Create/Update a contact
|
||||
- Delete a contact
|
||||
- Get a contact
|
||||
- Get all contacts
|
||||
- Get recently created/updated contacts
|
||||
|
||||
- Company
|
||||
- Create/Update a company
|
||||
- Delete a company
|
||||
- Get a company
|
||||
- Get all companies
|
||||
- Get recently created/updated company
|
||||
|
||||
- Deal
|
||||
- Create/Update a deal
|
||||
- Delete a deal
|
||||
- Get a deal
|
||||
- Get all deals
|
||||
- Get recently created deals
|
||||
- Get recently modified deals
|
||||
- Update a deal
|
||||
|
||||
- Form
|
||||
- Get all fields from a form
|
||||
- Submit data to a form
|
||||
|
||||
- Ticket
|
||||
- Create/Update a ticket
|
||||
- Delete a ticket
|
||||
- Get a ticket
|
||||
- Get all tickets
|
||||
- Update a ticket
|
||||
|
||||
## Example Usage
|
||||
|
||||
This workflow allows you to retrieve a contact from HubSpot. You can also find the [workflow](https://n8n.io/workflows/466) on the website. This example usage workflow would use the following two nodes.
|
||||
- [Start](../../core-nodes/Start/README.md)
|
||||
- [HubSpot]()
|
||||
|
||||
The final workflow should look like the following image.
|
||||
|
||||

|
||||
|
||||
### 1. Start node
|
||||
|
||||
The start node exists by default when you create a new workflow.
|
||||
|
||||
### 2. HubSpot node
|
||||
|
||||
1. First of all, you'll have to enter credentials for the HubSpot node. You can find out how to do that [here](../../../credentials/Hubspot/README.md).
|
||||
2. Select the 'Contact' option under the *Resource* field.
|
||||
3. Select the 'Get' option under the *Operation* field.
|
||||
4. Enter the 'Contact ID' under the *Contact ID* field.
|
||||
3. Click on *Execute Node* to run the workflow.
|
||||
BIN
docs/nodes/nodes-library/nodes/HubSpot/workflow.png
Normal file
BIN
docs/nodes/nodes-library/nodes/HubSpot/workflow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 290 KiB |
Reference in New Issue
Block a user