Configure HubSpot Service Hub ticket pipelines and automate ticket status transitions via the CRM Tickets API

domain: developers.hubspot.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Authenticate with a HubSpot Private App access token (Bearer) against https://api.hubapi.com
  2. GET /crm/v3/pipelines/tickets to list all ticket pipelines and capture the pipelineId and stage IDs (hs_pipeline_stage values) needed for status transitions
  3. POST /crm/v3/objects/tickets with properties including subject, hs_pipeline, hs_pipeline_stage, hs_ticket_priority, and any custom properties to create a new ticket
  4. PATCH /crm/v3/objects/tickets/{ticketId} with updated hs_pipeline_stage to move the ticket to the next pipeline stage (e.g., from 'New' to 'Waiting on customer')
  5. POST /crm/v3/objects/tickets/{ticketId}/associations/contacts/{contactId}/ticket_to_contact to associate the ticket with the customer contact record
  6. GET /crm/v3/objects/tickets/{ticketId}?properties=hs_pipeline_stage,hs_ticket_priority,createdate,closed_date to retrieve ticket details for SLA reporting

Known gotchas

Related routes

Create and manage HubSpot ticket pipelines and pipeline stages via the CRM Pipelines API
developers.hubspot.com · 5 steps · unrated
Manage HubSpot deal pipeline stages via API
hubspot.com · 4 steps · unrated
Create a HubSpot workflow with a CRM object enrollment trigger and a webhook action using the Automation API
developers.hubspot.com · 6 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans