diff --git a/integrations/hubspot/hub.md b/integrations/hubspot/hub.md index 3d1d34d185c..72f9e30ce64 100644 --- a/integrations/hubspot/hub.md +++ b/integrations/hubspot/hub.md @@ -1,4 +1,4 @@ -The Hubspot integration allows you to connect your Botpress chatbot with Hubspot, a leading CRM and marketing automation platform. With this integration, your chatbot can manage contacts, tickets, and more directly within Hubspot, enabling seamless automation of sales, marketing, and support workflows. +The HubSpot integration allows you to connect your Botpress chatbot with HubSpot, a leading CRM and marketing automation platform. With this integration, your chatbot can manage contacts, tickets, and more directly within HubSpot, enabling seamless automation of sales, marketing, and support workflows. ## Configuration diff --git a/integrations/hubspot/integration.definition.ts b/integrations/hubspot/integration.definition.ts index 3eb77476afd..9286fab854d 100644 --- a/integrations/hubspot/integration.definition.ts +++ b/integrations/hubspot/integration.definition.ts @@ -3,7 +3,7 @@ import { actions } from './definitions' export default new IntegrationDefinition({ name: 'hubspot', - title: 'Hubspot', + title: 'HubSpot', description: 'Manage contacts, tickets and more from your chatbot.', version: '1.0.0', readme: 'hub.md',