Skip to main content

Playbook

HubSpot CRM - Agent Guidance

Quick Reference

Practical Notes

  • HubSpot normalizes most writes to CRM property names such as firstname, lastname, hubspot_owner_id, and dealstage.
  • For object-heavy workflows, prefer search_objects over broad listing when you need filters or quick lookup by email/domain.
  • The list_objects and get_object helpers 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_tickets for dedupe and SLA sweeps, batch ticket tools for backfills and sync repairs, hubspot_transition_ticket_stage for status moves, hubspot_associate_ticket/hubspot_remove_ticket_association for contact/company/GitHub-sync linkage, and hubspot_add_ticket_note/hubspot_pin_ticket_activity for timeline updates.