
HubSpot has become indispensable for businesses aiming to improve marketing, sales, and customer service. Recently, it has taken a significant leap forward by integrating AI tools designed to automate and refine work processes, elevating efficiency to new heights.
However, the business landscape demands solutions beyond the ‘one size fits all’ approach. Each business has unique needs, and while HubSpot’s AI is adept at handling various standard tasks, its capacity to fully address these bespoke needs is limited. So, we need Custom AI tailored to our context.
This article outlines connecting your Custom GPT to HubSpot via Runbear. Runbear is a no-code/low-code AI to Workflow linking solution that provides a straightforward and user-friendly way to integrate your GPTs into Workflows.
Let’s look at how to create a custom GPT and connect it to HubSpot to generate automated AI responses to tickets.
Building an OpenAI Assistant App
Before integrating GPT with HubSpot, you must build your own Custom GPT. You can develop a robust, customized GPT using OpenAI Assistant. Here’s an example of creating an Assistant that generates a simple email draft.
- Visit OpenAI Assistants page and click on the Create button.
- Enter a name for your assistant, e.g., Ticket Response Generator.
- Add the following example instructions to the Instructions section. You can adjust the instructions to fit your needs.
Sample Instruction
Goal: create draft responses for customer support tickets Steps: 1. Read Ticket: Understand the customer's issue. 2. Knowledge Base Lookup: Attempt to find a relevant solution in the knowledge base. If no knowledge base is available or no relevant information is found, skip this step. 3. Draft Response: Write a clear, concise answer. Avoid guessing on unknowns.- Click the Model combobox and select gpt-4–1106-preview.
- If you need to train a knowledge base, tick the Retrieval checkbox, click the Add button next to the Files label, and Upload your knowledge files.
You have created an assistant. Next, let's look at how to make this app accessible to users.





