Topic
Topics in Qrambo are optional grouping identifiers that help organize and categorize tasks within queues. They provide a way to logically group related tasks together.
Using topics provides several advantages:
- Logical task grouping
- Easier task management
- Better work organization
- Simplified tracking
- Enhanced reporting
- Workload distribution
Use Cases
- Department-Based Distribution: Organize tasks across different teams or departments. For example, in customer support, you can set topic such as
technical-support
orsales
incustomer-support
queue. - Expertise-Based Routing: Direct tasks that require specific expertise to qualified reviewers. For instance, in medical support, certain cases may need review from specialized medical professionals so your topic may be
urgent-cases
inmedical-chat
queue. - User Segmentation: Track different user segments’ tasks separately using topics like
premium-users
andfree-users
to better manage your growth metrics. - Approval Thresholds: Create specialized topics for high-value transactions. For example, give a topic to refunds that exceeding $1,000 as
high-value-refund
to ensure C-level review inrefund-requests
queue.
Usage
Topics can be used in:
- During Task Creation:
{
"input_data": { ... },
"topic": "your_topic_name"
}
- Assignment:
{
// other assignment data
"topic": "your_topic_name"
}
Best Practices
- Avoid too many topics
- Use consistent naming conventions
- Keep topics meaningful
- Document topic purposes
- Regular topic cleanup
- Monitor topic usage
Last updated on