Documentation Index
Fetch the complete documentation index at: https://docs.tembo.io/llms.txt
Use this file to discover all available pages before exploring further.

- HubSpot Triggers — webhook-driven CRM events that start Tembo sessions
- HubSpot MCP — an MCP server agents use to query HubSpot data during sessions
Features
- 14 webhook triggers across contacts, companies, deals, tickets, and tasks
- HubSpot MCP server for in-session CRM queries
- Workflow templates for common CRM patterns
- Signed webhooks with HubSpot’s v3 signature scheme
Installation
Install HubSpot Triggers
Go to Integrations and click Install next to HubSpot Triggers. Authorize Tembo in the HubSpot OAuth flow.
Install HubSpot MCP
From the same page, install HubSpot MCP. This is a separate authorization for the MCP server agents use during sessions.
Configure agents
On the Agents page, pick which HubSpot trigger events should start sessions.
Usage
- An event happens in HubSpot — a new ticket, a deal stage change, a contact deletion.
- HubSpot sends a signed webhook to Tembo.
- Tembo verifies the signature, matches the portal to your workspace, and evaluates triggers.
- Matching triggers start sessions according to your agent configuration.
Triggers
Three event families across four CRM objects, plus two specialized events:Creation
contact.creation,company.creation,deal.creation,ticket.creation,task.creation
Property change
contact.propertyChange,company.propertyChange,deal.propertyChange,ticket.propertyChange
Deletion
contact.deletion,company.deletion,deal.deletion,ticket.deletion
Specialized
deal.associationChange— fires when a deal’s associations to other objects change
Workflow templates
Three HubSpot-centric templates ship with Tembo:- HubSpot Call Task Coach (Productivity) — on a new CALL task, posts a pre-call brief to Slack with context pulled from the related contact, deal, and recent engagements.
- HubSpot Email Task Drafter (Productivity) — on a new EMAIL task, drafts a personalized outreach email and saves it as a draft. Never sends automatically.
- HubSpot Ticket → Linear Bug (Management) — triages new HubSpot tickets and files Linear bugs with customer context when engineering action is needed.
Advanced
HubSpot Triggers vs HubSpot MCP
HubSpot Triggers vs HubSpot MCP
HubSpot exposes triggers and MCP as two separate apps in their marketplace, so Tembo installs them separately too. Triggers deliver CRM events into Tembo as session starts. MCP lets agents query HubSpot live during a running session. Install both for full coverage.
Triggers not firing
Triggers not firing
Verify the HubSpot portal is connected on the Integrations page. Triggers fire per workspace agent config — double-check your Agents settings.
Signature verification failures
Signature verification failures
Tembo validates
X-HubSpot-Signature-v3 with a 5-minute timestamp window. If events are silently dropped, check that your system clock and HubSpot’s are in sync.Asymmetric trigger coverage
Asymmetric trigger coverage
Not every object has every event. Tasks only emit creation; only deals emit association change. If you need a trigger that isn’t listed, let us know.