Runs a background task that constantly monitors for users handling conversationss. When an interaction is assigned to a user, the user enteres after-call work (acw or wrapup), or the user parks or unparks an email, the corresponding record will be updated in the user_conversation table.
The user_conversation table is used to track the current status of the user's conversations.
This background task needs the user table to have been populated, via the users() action. CX Vizz automatically stops monitoring users that are deleted and starts monitoring users that are added, whenever the users() action is run.
Tables Affected
Permissions needed
No permissions needed.
Examples
- realtime_user_conversations
