diff --git a/snippets/integrations/cards/botpress/hubspot.mdx b/snippets/integrations/cards/botpress/hubspot.mdx
index fa9d7764..39efa1b9 100644
--- a/snippets/integrations/cards/botpress/hubspot.mdx
+++ b/snippets/integrations/cards/botpress/hubspot.mdx
@@ -146,7 +146,7 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl
### Create Deal
-{"Create a deal in Hubspot"}
+{"Create a deal in HubSpot"}
{"Create a lead in Hubspot"}
+{"Create a lead in HubSpot"}
{"Delete a deal in Hubspot"}
+{"Delete a deal in HubSpot"}
{"Delete a lead in Hubspot"}
+{"Delete a lead in HubSpot"}
{"Get a company from Hubspot by ID"}
+{"Get a company from HubSpot by ID"}
{"Get a deal from Hubspot"}
+{"Get a deal from HubSpot"}
{"Get a lead from Hubspot"}
+{"Get a lead from HubSpot"}
{"Search for a company in Hubspot"}
+{"Search for a company in HubSpot"}
{"Search for a deal in Hubspot"}
+{"Search for a deal in HubSpot"}
{"Search for a lead in Hubspot"}
+{"Search for a lead in HubSpot"}
{"Update a company in Hubspot"}
+{"Update a company in HubSpot"}
{"Update a deal in Hubspot"}
+{"Update a deal in HubSpot"}
{"Update a lead in Hubspot"}
+{"Update a lead in HubSpot"}
{"Create an Odoo contact."}
+
+
+
+
+ {"Odoo field values keyed by field name."}
+
+
+ {"Optional Odoo context values to pass with the request."}
+
+
+
+
+
+
+
+ {"ID of the created Odoo contact."}
+
+
+
+
+### Delete Contacts
+
+{"Delete one or more Odoo contacts owned by the specified Odoo user."}
+
+
+
+
+ {"Odoo contact record IDs."}
+
+
+ {"Odoo user ID that must match each contact owner before the contact is deleted."}
+
+
+ {"Optional Odoo context values to pass with the request."}
+
+
+
+
+
+
+
+ {"Whether all requested contacts were deleted."}
+
+
+ {"Odoo contact record IDs that were deleted."}
+
+
+ {"Odoo contacts that could not be deleted, with the reason for each contact."}
+
+
+
+ {"Odoo contact record ID."}
+
+
+ {"Odoo contact display name."}
+
+
+ {"Why the contact could not be deleted."}
+
+
+
+
+
+
+### Get Odoo Contact Fields
+
+{"Get available fields for Odoo contacts."}
+
+
+
+
+ {"Odoo field names to include in the response."}
+
+
+ {"Field metadata attributes to return, such as string, type, and required."}
+
+
+ {"Optional Odoo context values to pass with the request."}
+
+
+
+
+
+
+
+ {"Field metadata keyed by Odoo field name."}
+
+
+
+
+### Get Contacts
+
+{"Read Odoo contacts by ID."}
+
+
+
+
+ {"Odoo contact record IDs."}
+
+
+ {"Odoo field names to include in the response."}
+
+
+ {"Optional Odoo context values to pass with the request."}
+
+
+
+
+
+
+
+ {"Requested Odoo contact records."}
+
+
+
+
+### Get Current User
+
+{"Get the Odoo user ID associated with the configured API key."}
+
+
+ This Card has no input fields.
+
+
+
+
+
+ {"Odoo user ID associated with the configured API key."}
+
+
+
+
+### Search Contacts
+
+{"Search Odoo contacts using an Odoo domain and optional read parameters."}
+
+
+
+
+ {"Odoo domain filters, such as [[\"id\", \"in\", [1, 2, 3]]]."}
+
+
+ {"Odoo field names to include in the response."}
+
+
+ {"Number of matching contacts to skip."}
+
+
+ {"Maximum number of contacts to return."}
+
+
+ {"Odoo order expression, such as \"name asc\"."}
+
+
+ {"Optional Odoo context values to pass with the request."}
+
+
+
+
+
+
+
+ {"Matching Odoo contact records."}
+
+
+
+
+### Update Contacts
+
+{"Update one or more Odoo contacts."}
+
+
+
+
+ {"Odoo contact record IDs."}
+
+
+ {"Odoo field values keyed by field name."}
+
+
+ {"Optional Odoo context values to pass with the request."}
+
+
+
+
+
+
+
+ {"Whether Odoo accepted the contact update."}
+
+
+
+
+
+{/* vale on */}
\ No newline at end of file
diff --git a/snippets/integrations/triggers/botpress/hubspot.mdx b/snippets/integrations/triggers/botpress/hubspot.mdx
index 99865d45..35fef7ca 100644
--- a/snippets/integrations/triggers/botpress/hubspot.mdx
+++ b/snippets/integrations/triggers/botpress/hubspot.mdx
@@ -11,7 +11,7 @@ You can access data returned from any of these Triggers by reading `event.payloa
### Company Created
-{"A new company has been created in Hubspot."}
+{"A new company has been created in HubSpot."}
{"A company has been deleted in Hubspot."}
+{"A company has been deleted in HubSpot."}
{"A new contact has been created in Hubspot."}
+{"A new contact has been created in HubSpot."}
{"A contact has been deleted in Hubspot."}
+{"A contact has been deleted in HubSpot."}
{"A new ticket has been created in Hubspot."}
+{"A new ticket has been created in HubSpot."}
{"A ticket has been deleted in Hubspot."}
+{"A ticket has been deleted in HubSpot."}