How to use AI agents in 2026: A step-by-step HubSpot guide

Kurnia Kharisma Agung Samiadjie
Written by

Kurnia Kharisma Agung Samiadjie

Katelin Teen
Reviewed by

Katelin Teen

Last edited September 8, 2026

Expert Verified
Illustration of a person holding the orange HubSpot logo

I would start a HubSpot AI rollout with one question: what should the agent be allowed to do on the first ticket? A useful draft and an automatically sent reply are different outcomes. So are reading a help article and searching your customer database.

This guide walks through an eesel support pilot you can prepare from the terminal, with HubSpot's native customer agent as another setup option. It describes proposed tests, not a completed production deployment.

First, choose the route

HubSpot's customer agent setup begins under Service > Customer Agent. You name the agent, choose its personality and content, configure permissions and actions, then test it. Content can include HubSpot material and external public URLs, so it is inaccurate to describe the native option as limited to content inside HubSpot.

The setup requires customer-agent editor permissions and an assigned seat. Check the subscriptions and credits listed for your account. The native preview offers source and trigger insights; use those to inspect an answer before deployment.

HubSpot Create Customer Agent form with name and personality fields
HubSpot Create Customer Agent form with name and personality fields
The native creation form in HubSpot's documentation. This is HubSpot's customer agent, not the eesel setup below.

HubSpot's channel deployment guide lets you configure working hours, coverage, and handoff. Save as a draft until those settings are reviewed. Turning off new assignment does not immediately stop work in existing conversations, so include ongoing threads in a rollback check.

The rest of this walkthrough uses eesel. Its HubSpot integration brings an AI support teammate into the existing inbox, with knowledge and actions configured in eesel. Using eesel CLI does not edit HubSpot's native customer-agent settings.

Step 1: Pick a task and its review boundary

Start with a support question whose answer your team can check against an approved policy. For example, a customer asks what information to provide when a course publication is stuck. The first job can be to draft a troubleshooting response, not to modify the course or promise a completion time.

Do not classify password resets or order updates as inherently low-risk. They can require identity checks, current data, or actions that affect an account. Evaluate the requested operation, not just the topic's familiarity.

First-pilot decisionExample boundary
TopicTroubleshooting a reported publishing delay
KnowledgeCurrent publishing guide and escalation policy
OutputInternal comment for a support agent to review
Excluded workCustomer sending, account changes, unsupported deadlines
Stop conditionMissing source, unclear identity, or a request outside the pilot

Use a dedicated test inbox or conversation with fictional customer details. Document what success means before creating the automation: the right event runs, the draft cites the right policy, and no customer reply is sent.

Step 2: Inspect your HubSpot teammate through eesel CLI

The eesel CLI operates the same teammate and workspace as the dashboard. JSON output lets a script or coding agent such as Claude Code, Cursor, or Codex collect configuration evidence instead of relying on screenshots alone.

With Node.js 18.17 or newer:

Bash
npx @eesel/cli login
npx @eesel/cli whoami
npx @eesel/cli agents
npx @eesel/cli integrations --agent TEST_AGENT_ID
npx @eesel/cli status --agent TEST_AGENT_ID
npx @eesel/cli instructions --agent TEST_AGENT_ID
npx @eesel/cli automations --agent TEST_AGENT_ID

Replace TEST_AGENT_ID with your intended teammate. Selecting it does not isolate it from the connected workspace. Check existing automations and action permissions before connecting HubSpot or running a test chat.

A useful coding-agent brief is: inspect the selected teammate's HubSpot connection and standing instructions, identify missing knowledge and enabled writes, and propose a pilot without changing settings. Ask it to stop for approval before connecting accounts, importing data, running billed chats, or enabling an automation.

Step 3: Connect HubSpot with the data scope understood

Before authorization, read the HubSpot integration guide. Connection starts indexing a batch of recently closed tickets and copying permitted CRM records. Do not approve a production portal merely to see what the setup screen looks like.

If the integration is absent and the data access is approved:

Bash
npx @eesel/cli integrations connect hubspot --agent TEST_AGENT_ID

A person follows the authorization link, selects the right HubSpot account, and reviews the requested permissions. They need App Marketplace Access; super admins already have it. Browser authorization is not something to replace by pasting a password into a coding-agent prompt.

The integration can read HubSpot knowledge-base articles natively, including non-public content. Add outside help content through the Website integration separately. HubSpot message templates are not synced; add an approved template as a file or put the relevant guidance in instructions.

There are two distinct CRM checks. The account grants the access that allows records to be copied. Then Deals, Contacts, and Companies must be enabled in that agent's knowledge settings before it can search those copies. Leave unnecessary sources off, and separately review live CRM lookup actions and what the requester is allowed to learn.

eesel HubSpot integration showing source counts with Deals, Contacts, and Companies switched off
eesel HubSpot integration showing source counts with Deals, Contacts, and Companies switched off
The eesel documentation shows copied CRM records with their knowledge toggles off. Counts and permission to search are separate; this example also shows zero knowledge-base documents.

A customer asking about their own issue is not authorization to disclose another contact's details or a deal's commercial terms. Keep that distinction explicit in instructions and tests.

After connection, inspect source readiness:

Bash
npx @eesel/cli integrations download list --agent TEST_AGENT_ID
npx @eesel/cli status --agent TEST_AGENT_ID

Copied records have a sync date. When the answer depends on a current deal stage or amount, verify the authorized live lookup rather than treating the indexed copy as current.

Step 4: Test the answer before posting a comment

Disable ticket-changing and customer-sending actions in the dashboard before a fictional test, including Add internal comment. The following commands do not disable permissions.

Bash
npx @eesel/cli new --name "hubspot-publishing-pilot" --agent TEST_AGENT_ID
npx @eesel/cli chat "Fictional support request: my course still shows Processing two hours after I clicked Publish. What should I check? Use the approved publishing guide to propose a response for human review. Cite the source and identify missing information. Do not inspect real customer records, post a comment, send a message, change a record, or invent a completion time." --agent TEST_AGENT_ID
npx @eesel/cli chat "The customer says a class starts tomorrow, but the request does not establish their account identity or whether a system incident exists. Revise the draft to preserve those uncertainties and explain the approved escalation path. Do not claim that the problem has been fixed." --agent TEST_AGENT_ID

The follow-up continues the same CLI conversation. Check whether urgency changes the wording without turning missing evidence into certainty. If the necessary policy is absent, add or correct the source and test again.

CLI chats are billed work. This is an answer rehearsal, not a simulation of HubSpot's event delivery or a guarantee of future accuracy. The CLI's --dry-run flag previews a server call; it does not score answer quality.

Step 5: Choose the event that really happens

HubSpot distinguishes tickets from conversations. Select the event before creating the eesel automation:

EventUse it forImportant distinction
Customer sends a messageAn inbound inbox conversation messageCreating a ticket directly in CRM is not this event
New ticket createdA new HubSpot ticket, however createdA CRM-only ticket may have no conversation to reply on
@eesel in an inbox commentHelp requested by a teammateA note on a ticket record does not fire this trigger

For an on-demand first pilot, configure the Call @eesel in an inbox comment trigger and a narrow AI filter identifying the approved test conversations. Review the scope before requesting creation: chat-created automations are enabled when created. Different trigger events require separate automations.

Keep Reply to customer off. Set Add internal comment to ask for approval, and leave unrelated write actions disabled. Once the configuration is checked, mention @eesel in a new comment on the test conversation in the inbox. Do not put it in a CRM ticket-record note and expect the same result.

A directly created CRM ticket requires its own new-ticket test. Without an attached conversation, there is no customer thread to reply on; eesel can leave findings as an internal comment instead. Do not treat that as a failed email send.

Step 6: Verify the comment and measure the pilot

Inspect the run and any held actions:

Bash
npx @eesel/cli activity --agent TEST_AGENT_ID
npx @eesel/cli approvals --agent TEST_AGENT_ID
npx @eesel/cli billing --agent TEST_AGENT_ID

A held comment has not been posted. Review its target and text, approve that one action, then open HubSpot to confirm the internal comment exists. Check that no customer reply or unrelated record change occurred. Avoid Always allow during the pilot: that changes future approval behavior.

HubSpot support ticket about a course publishing delay with an internal note headed Draft reply for team review
HubSpot support ticket about a course publishing delay with an internal note headed Draft reply for team review
An existing example from the eesel documentation shows the private draft inside HubSpot. It is not evidence that the proposed CLI test was executed.

Track correct drafts, required edits, missed triggers, skipped tickets, and unexpected writes. eesel's Activity view records filtered-out tickets, which helps distinguish an intentional skip from a broken connection.

Use actual usage to budget the rollout. eesel is pay-as-you-go, and HubSpot's native customer agent uses its own credits. Neither an attractive unit price nor a successful rehearsal establishes the total cost or quality at production volume.

Expand only after the workflow works

The first useful outcome is not “AI connected.” It is a reviewed answer attached to the right conversation, with the right sources and no unintended customer message.

Try eesel to prepare a HubSpot support teammate through the CLI. Keep the initial job narrow, verify its internal comments, and authorize customer replies only after the pilot earns that step.

Frequently asked questions

How do I start using AI agents in HubSpot?
Choose one support task, the knowledge it needs, and the action a person will review. You can configure HubSpot's native customer agent or connect an eesel teammate. Their settings and billing are separate.
What does eesel CLI do for a HubSpot team?
It operates the same eesel teammate and workspace as the dashboard. A person, script, or coding agent can inspect connections, knowledge readiness, instructions, automations, activity, and approvals, and run billed chats.
Does connecting HubSpot copy CRM records into eesel?
Yes, when the required permissions are granted. Connection copies CRM records and indexes recently closed tickets. Deals, Contacts, and Companies must also be enabled for that agent to search the copied records. Review data access before authorizing the connection.
Does @eesel work in a note on a HubSpot ticket record?
No. Use an inbox conversation comment for the @eesel trigger. HubSpot does not send that trigger event for a note on a ticket record.
Why does a CRM-created ticket have no customer reply?
A ticket created directly in the CRM may have no attached conversation thread. There is no recipient thread to reply on, so eesel leaves an internal comment with its findings instead. Use the new-ticket trigger for that path.
Is a CLI test a safe simulation of the live inbox?
Not automatically. Agent selection does not isolate the workspace, and CLI chats are billed. Disable writes before a fictional answer test, then verify the selected trigger and internal comment separately on an authorized test conversation.
How do I prevent eesel from sending unreviewed replies?
Keep Reply to customer disabled and use Add internal comment with approval required for the pilot. Review the held text before approving it, then confirm the private comment in HubSpot. A comment approval does not authorize a customer email.

Share this article

Kurnia Kharisma Agung Samiadjie

Article by

Kurnia Kharisma Agung Samiadjie

Kurnia is a software engineer and writer at eesel AI with two years of SEO experience, writing about AI tools, helpdesk software, and customer support. He pairs a developer's understanding of how these products are built with search-driven research into what actually ranks and resonates with the people searching for them.

Related Posts

All posts →
Illustration of a person holding the orange HubSpot logo
Guides

HubSpot AI agents: Features, pricing, and limits in 2026

Compare HubSpot AI agent roles and deployment limits, then use eesel CLI to inspect and test a connected support teammate.

Alicia Kirana UtomoAlicia Kirana UtomoJun 9, 2025
A practical guide to HubSpot's Breeze Studio Agents and Assistants (2026)
Guides

A practical guide to HubSpot's Breeze Studio Agents and Assistants (2026)

Thinking about using HubSpot's Breeze Studio Agents and Assistants? This guide breaks down what they are, how they work, and how to maximize their value. Discover how they fit into your team's workflow and how complementary AI solutions can support your growth.

Kenneth PanganKenneth PanganOct 15, 2025
How to connect HubSpot to ChatGPT: A step-by-step guide
Guides

How to connect HubSpot to ChatGPT: A step-by-step guide

Ready to unlock AI-driven insights from your CRM? This guide shows you exactly how to connect HubSpot to ChatGPT, with practical steps, advanced tips, and prompt examples to get you started.

Stevia PutriStevia PutriOct 7, 2025
How to setup a HubSpot chatbot: A step-by-step guide
Guides

How to setup a HubSpot chatbot: A step-by-step guide

Ready to automate your customer support and lead generation? This comprehensive guide provides a step-by-step walkthrough on how to setup a HubSpot chatbot. Discover the process, from initial setup to advanced customization, and learn how to elevate your bot with powerful AI integrations for a smarter customer experience.

Kenneth PanganKenneth PanganOct 7, 2025
How to create ServiceNow AI agents: A step-by-step guide
Guides

How to create ServiceNow AI agents: A step-by-step guide

Wondering how to create ServiceNow AI agents? This practical guide breaks down the process, from setting up agentic workflows to equipping agents with tools. We'll explore the complexities and introduce a simpler, more powerful way to automate your IT and customer support.

Stevia PutriStevia PutriOct 7, 2025
How to measure AI deflection vs human deflection in support: A step-by-step guide
Guides

How to measure AI deflection vs human deflection in support: A step-by-step guide

Tired of high deflection rates but swamped support queues? This guide shows you how to properly measure AI deflection vs. human self-service success, focusing on true resolution.

Stevia PutriStevia PutriOct 27, 2025
Illustration of the best AI tools for HubSpot Service Hub, with the HubSpot logo
Guides

The 7 best AI tools for HubSpot Service Hub in 2026

We compared the best AI for HubSpot Service Hub, from HubSpot's own Breeze Customer Agent to third-party layers that plug straight in. Here's who each one is for.

Riellvriany IndriawanRiellvriany IndriawanJun 11, 2026
How to set up webhooks: A step-by-step guide for 2025
Guides

How to set up webhooks: A step-by-step guide for 2026

Tired of manual data entry between your helpdesk and other tools? This guide shows you how to set up webhooks to create powerful, real-time automations that free up your support team.

Stevia PutriStevia PutriOct 27, 2025
Hero illustration for the best Tidio alternatives in 2026, showing eight chat and AI support platforms compared in a flat editorial style with the Tidio logo as the anchor brand.
Guides

The 9 best Tidio alternatives for 2026 (live chat, helpdesks, and AI agents compared)

Nine Tidio alternatives in 2026 - Gorgias, Chatim, Re:amaze, Help Scout, Zoho SalesIQ, Chatbase, Zendesk, Freshdesk, and eesel.ai - with pricing, pros, cons, and who each one is actually for.

Alicia Kirana UtomoAlicia Kirana UtomoJun 14, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free