Skip to Content
ResourcesIntegrationsSalesHubSpot Events API

HubSpot Events API

HubSpot Events API icon
Arcade Unoptimized

Tools that enable LLMs to interact directly with the Hubspot Events API

Author:Arcade
Version:0.2.1
Auth:User authorization via the Hubspot auth provider
6tools

HubSpot Events API Toolkit

Provides LLM-accessible tools for managing HubSpot custom event definitions via the HubSpot Events API. Enables reading, creating, updating, and deleting custom event schemas programmatically.

Capabilities

  • Event definition discovery — list all visible event types and retrieve full details for any custom event definition by name
  • Event definition lifecycle management — create, update, and delete custom event definitions to keep your HubSpot schema organized
  • Property management — remove individual properties from existing custom event definitions

OAuth

This toolkit authenticates via OAuth 2.0 with HubSpot. See the Arcade HubSpot auth provider docs for setup details.

Available tools(6)

6 of 6 tools
Tool nameDescriptionSecrets
Delete a custom event definition by name. Use this tool to delete a specified custom event definition in HubSpot by providing the event name. It is useful for managing and organizing event definitions that are no longer needed.
Delete a property from a custom event definition. Use this tool to remove an existing property from a specific custom event definition in Hubspot.
Fetch details of a custom event definition by name. Use this tool to retrieve the definition and details of a specific custom event by providing its name.
Retrieve a list of visible event type names. This tool retrieves a list of event type names that are visible to the user, which can be used to query specific event instances.
Retrieve existing custom event definitions from Hubspot. Use this tool to obtain the current list of custom event definitions stored in Hubspot. It helps in understanding or displaying existing events configured within your system.
Update a specific custom event definition by name. Use this tool to update the definition of a specific custom event in Hubspot by specifying the event name.
Last updated on