--- title: HubSpot Trigger node documentation description: Learn how to use the HubSpot Trigger node in n8n. Follow technical documentation to integrate HubSpot Trigger node into your workflows. contentType: [integration, reference] priority: medium --- # HubSpot Trigger node [HubSpot](https://www.hubspot.com/) provides tools for social media marketing, content management, web analytics, landing pages, customer support, and search engine optimization. ```{warning} Webhooks If you activate a second trigger, the previous trigger stops working. This is because the trigger registers a new webhook with HubSpot when activated. HubSpot only allows one webhook at a time. ``` ```{note} Credentials You can find authentication information for this node [here](/08-0-0-Workflow/integrations/builtin/credentials/hubspot.md). ``` ```{note} Examples and templates For usage examples and templates to help you get started, refer to n8n's [HubSpot Trigger integrations](https://n8n.io/integrations/hubspot-trigger/) page. ``` ## Events * Company * Created * Deleted * Property changed * Contact * Created * Deleted * Privacy deleted * Property changed * Conversation * Created * Deleted * New message * Privacy deletion * Property changed * Deal * Created * Deleted * Property changed * Ticket * Created * Deleted * Property changed ## Related resources n8n provides an app node for HubSpot. You can find the node docs [here](/08-0-0-Workflow/integrations/builtin/app-nodes/n8n-nodes-base.hubspot.md). View [example workflows and related content](https://n8n.io/integrations/hubspot-trigger/) on n8n's website. Refer to [HubSpot's documentation](https://developers.hubspot.com/docs/api/overview) for details about their API.