urgent conversation can still be open, snoozed, or solved; the urgency describes
priority, not workflow state.
For exact request and response schemas, see
Get conversation details and
Update conversation in the API
Reference.
Urgency values
ProVision ships these platform default urgency levels:| Urgency | Business meaning |
|---|---|
low | Lower-priority work that can wait behind normal active conversations. |
normal | Standard priority. New conversations default to this urgency. |
urgent | High-priority work that should be handled ahead of normal conversations. |
life_safety | Highest-priority work involving life-safety or immediate safety concerns. |
Working with urgency in the API
- Read
urgencyfrom Get conversation details. - Update
urgencywith Update conversation when your API key hasconversation:write. - Treat the string values as stable ids for the platform defaults.
- Keep business rules for urgency separate from status rules. For example, changing urgency should not imply that a conversation has been solved, closed, or reopened.