- Integrations
- /
- HubSpot
HubSpot
Drive your HubSpot CRM from every workflow on Tiny Command
HubSpot on Tiny Command is your CRM, wired into every workflow on your account. Use HubSpot as a trigger source by listening for Contact Created, Deal Updated, Ticket Created, Company Property Changed, or any of 18 lifecycle events. Use HubSpot as an action target by running Create Contact, Update Deal, Create Note, Search Companies, List Tickets, or any of 23 actions that read and write the records you already keep there. Authorize HubSpot once through OAuth and the connection becomes available everywhere on Tiny Command, with no per-workflow setup. Most teams use this combination to enrich new contacts from a Typeform submission, log Gmail replies as Notes on a Deal, fan out high-intent Stripe customers into a sales sequence, or push Calendly bookings into the right rep's pipeline. HubSpot brings 18 real-time triggers and 23 actions to the canvas, all built on HubSpot's official CRM v3 API.
Workflows start when HubSpot does.
18 real-time triggers, each backed by a webhook subscription. Events arrive within seconds and you don't have to set up polling.
Fires when a new company is created in HubSpot. Use to enrich the company with firmographic data, mirror to your data warehouse, or run account-matching against parent records.
Fires when a company is deleted in HubSpot. Useful for audit logs or for tearing down related records in other systems.
Fires when a specific company property changes in HubSpot. Use a property filter to react only on changes you care about (e.g. lifecycle stage).
Fires when a new contact is created in HubSpot. The standard inbound hook for routing, enrichment, and welcome flows.
Fires when a contact is deleted in HubSpot. Useful for audit logs or for tearing down related records in other systems.
Fires when a contact is permanently deleted for GDPR/privacy reasons in HubSpot. Use to propagate the deletion to your other systems for compliance.
Fires when a specific contact property changes in HubSpot. The classic hook for reacting to lifecycle-stage transitions (MQL to SQL, SQL to Opportunity).
Fires when a new conversation thread is created in HubSpot Conversations Inbox. Use to AI-triage, auto-assign, or pipe inbound messages elsewhere.
Fires when a conversation thread is deleted in HubSpot Conversations Inbox. Useful for audit/compliance logs.
Fires when a conversation is permanently deleted for GDPR/privacy reasons in HubSpot. Use to propagate the deletion to your downstream systems.
Fires when a conversation property changes in HubSpot Conversations Inbox (status, assignee, priority). Use to log SLA events or react to handoffs.
Fires when a new deal is created in HubSpot. Common use: celebrate new pipeline in Slack, enrich the account, or auto-assign the deal owner.
Fires when a deal is deleted in HubSpot. Useful for audit logs or to keep pipeline reports clean.
Fires when a deal stage is changed in HubSpot. Use to celebrate Closed Won, drop into a churn-saver flow on Closed Lost, or trigger contract generation.
Fires when a new message is posted to a conversation thread in HubSpot Conversations Inbox. The hook for chatbots, auto-replies, or routing on inbound replies.
Fires when a new ticket is created in HubSpot. Use for AI triage, SLA-aware notification, or routing to the right team.
Fires when a ticket is deleted in HubSpot. Useful for audit/compliance logs.
Fires when a ticket property changes in HubSpot. Combine with a property filter to react only on key transitions (e.g. pipeline stage to Closed).
Do anything HubSpot can do, from a workflow.
Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.
| Action | What it does |
|---|---|
| Create Company | Creates a new company in HubSpot CRM with name, domain, industry, owner, and any custom properties. Used to mirror your CRM accounts into HubSpot. |
| Create Contact | Creates a new contact in HubSpot CRM with email, name, phone, company, lifecycle stage, owner, and any custom properties. Default write for inbound lead-gen. |
| Create Deal | Creates a new deal in the HubSpot CRM pipeline with name, amount, pipeline, stage, close date, owner, and associated company/contact. Entry point for SQL/handoff automation. |
| Create Note | Creates a note in HubSpot CRM associated with one or more records (contact, company, deal, ticket). Used for AI summary notes or for pulling context from external systems. |
| Create Task | Creates a task in HubSpot CRM with subject, body, due date, assignee, and associated record. Used to nudge reps on follow-ups or to convert other events into trackable to-dos. |
| Create Ticket | Creates a support ticket in HubSpot with subject, content, pipeline, stage, priority, owner, and associated contact/company. The default write for converting external alerts into tracked tickets. |
| Archive Contact | Archives (soft-deletes) a contact in HubSpot CRM. Recoverable from the recycle bin for 90 days; for GDPR-style hard delete, use the GDPR-delete endpoint instead. |
| Delete Ticket | Deletes a HubSpot support ticket by ID. Archived tickets are recoverable from the recycle bin for 90 days. |
| Get Company | Retrieves a company by ID from HubSpot CRM with all of its standard and custom properties. The standard read after a trigger fires with a company ID. |
| Get Contact | Retrieves a HubSpot contact by ID with all of its standard and custom properties. The standard read after a trigger fires with a contact ID. |
| Get Deal | Retrieves a deal by ID from HubSpot CRM with all of its standard and custom properties. Used to enrich a deal trigger or render deal UI. |
| Get Ticket | Gets a HubSpot support ticket by ID with all of its standard and custom properties. The standard read after a ticket trigger fires. |
| List Companies | Lists companies from HubSpot CRM with optional property selection. For complex filters use Search Companies; this is the simple paginated read. |
| List Contacts | Lists contacts from HubSpot CRM with optional property selection. For complex filters use Search Contacts; this is the simple paginated read. |
| List Deals | Lists deals from HubSpot CRM with optional property selection. For complex filters use Search Deals; this is the simple paginated read. |
| List Tickets | Lists HubSpot support tickets with optional property selection. For complex filters use Search; this is the simple paginated read. |
| Search Companies | Searches for companies in HubSpot CRM using HubSpot's filter-group syntax (property + operator + value). The right tool for complex upsert lookups. |
| Search Contacts | Searches for contacts in HubSpot CRM using filters (groups of property + operator + value). The de-facto upsert lookup: search first, then create or update. |
| Search Deals | Searches deals in HubSpot CRM by name, stage, amount, owner, or custom property. Powers pipeline reports and complex upsert lookups. |
| Update Company | Updates an existing HubSpot company's properties. Only the properties you pass are changed; others are preserved. |
| Update Contact | Updates properties of an existing HubSpot contact. Only the properties you pass are changed; commonly used to push enrichment data into HubSpot. |
| Update Deal | Updates a deal's properties in HubSpot CRM (stage, amount, close date, owner, custom). Only the properties you pass are changed. |
| Update Ticket | Updates a HubSpot support ticket: pipeline stage, priority, owner, or custom properties. The standard hook to reflect downstream actions back into HubSpot. |
Pre-built HubSpot workflows.
Clone any recipe and customize it in one click. Every recipe is fully editable.
Three things worth knowing.
Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.
Connect HubSpot once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.
Every HubSpot field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.
Questions about the HubSpot integration.
If we missed yours, ping support. We usually reply within an hour.
How do I connect HubSpot to Tiny Command?
What HubSpot triggers does Tiny Command support?
What HubSpot actions can I run from a workflow?
Is the HubSpot integration real-time?
Do I need to write code to use HubSpot with Tiny Command?
How much does the HubSpot integration cost?
More crm & sales apps people connect.
Same category as HubSpot, ordered by how often teams pair them. Hover the carousel to pause.
Do more with HubSpot.
Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.