Playbook
HubSpot CRM - Agent Guidance
Quick Reference
Practical Notes
- HubSpot normalizes most writes to CRM property names such as
firstname,lastname,hubspot_owner_id, anddealstage. - For object-heavy workflows, prefer
search_objectsover broad listing when you need filters or quick lookup by email/domain. - The
list_objectsandget_objecthelpers work for standard objects and custom objects when you know the object type. - When using notes or tasks, add associations up front so the activity lands on the right record timeline.
- For support workflows, prefer the ticket-specific tools over generic object calls:
hubspot_search_tickets/hubspot_list_ticketsfor dedupe and SLA sweeps, batch ticket tools for backfills and sync repairs,hubspot_transition_ticket_stagefor status moves,hubspot_associate_ticket/hubspot_remove_ticket_associationfor contact/company/GitHub-sync linkage, andhubspot_add_ticket_note/hubspot_pin_ticket_activityfor timeline updates.