Guides
End-to-end walkthroughs. Pick a use case; follow it once and you've got a working integration. Each guide flags the difficulty, the rough time investment, and the XP reward when you finish.
Set Up Ticket Notifications in Slack
Create a webhook endpoint that sends a Slack message whenever a new ticket is created. Covers webhook setup, signature verification, and Slack formatting.
Build a Ticket Dashboard with Next.js
Build a simple ticket list dashboard using the cStar SDK and Next.js App Router. Covers server-side API calls, ticket listing, and status updates.
Build an Analytics Dashboard
Use the analytics and CSAT endpoints to build a team performance dashboard showing ticket metrics, agent stats, and customer satisfaction.
Automate Ticket Routing with Rules
Set up automation rules that auto-assign urgent tickets, tag billing issues, and send notifications — all via the API.
Test Mode vs Live Mode
Use a separate data scope for development without polluting your live help center. Covers the four key prefixes, how the SDK and dashboard signal mode, and the common pitfalls.