Design a customer success pipeline
Alongside your onboarding pipeline, you'll likely need a customer success (CS) pipeline for managing at-risk accounts and escalations. This is a separate pipeline with its own set of stages:
At risk > Immediate action > Recovery in progress > Closed resolved > Closed churned
Both "Closed resolved" and "Closed churned" should be marked as closed statuses. For "Closed resolved", add a conditional status property requiring the "Resolution" field, so reps must document how the situation was addressed before closing the ticket.
This pipeline connects to health scores and automated escalation (covered in later articles). The key idea: when a customer's health score drops below a threshold, a workflow creates a ticket in this CS pipeline at the "At risk" stage, and it appears in the rep's workspace immediately.
Route tickets with workflows
Ticket routing determines who handles what. For onboarding tickets created from the sales-to-service handoff, routing happens in the deal or ticket workflow (covered in the previous article).
For support or CS tickets that come in through forms, email, or automation, you need separate routing logic. Create a ticket-based workflow with an enrollment trigger based on the pipeline and status (e.g. Status is "New" in your support pipeline, AND Ticket owner is unknown).
Your routing options:
Round-robin rotation: distribute tickets equally across team members. Simplest option, works when all reps handle all types.
Property-based branching: use an if/then branch based on product type, region, or company size to route to specialised reps.
Team-based rotation: rotate amongst a HubSpot team rather than individual users. Requires your teams to be configured under Settings > Users & Teams.
Understand ticket properties
HubSpot comes with default ticket properties (status, priority, source, category, etc.), but you'll likely need custom properties for your specific processes.
Go to Settings > Data Management > Properties, then filter by "Tickets" to see everything available. Default properties created by HubSpot are listed alongside custom properties created by your team.
Common custom properties for service teams: onboarding type, product purchased, service tier, escalation reason, health score at time of ticket creation. Create these before you build your pipelines so they're available for conditional status properties and workflow branches.