Update Digital Contact Status
This help page is for Desktop Studio. This information is also available for CXone Studio.
Updates the status of a digital contact. |
Dependencies
- This action requires Digital Experience.
- Before working with digital scripts, learn about the differences between traditional ACD scripts and digital scripts.
Supported Script Types
|
Digital |
Input Properties
These properties define data that the action uses when executing.
Property |
Description |
---|---|
Caption |
Enter a short phrase that uniquely identifies this action in the script. The caption appears on the script canvas under the action icon. |
ContactId |
The contact ID A unique numerical identifier assigned to each contact for which you want to obtain details. |
UpdateContactStatus |
Select the new status you want the contact to have. Options are Open, Pending, Escalated, Resolved, and Closed. |
Result Branch Conditions
Result branch conditions allow you to create branches in your script to handle different outcomes when an action executes.
Condition |
Description |
---|---|
Default | Path taken unless the script meets a condition that requires it to take one of the other branches. It is also taken if the action's other branches are not defined. |
OnError |
The path taken when the action doesn't execute properly. For example, when there's an unexpected problem, such as |
OnInvalidContactId | Path taken if the system couldn't find a call with the specified contact ID. |
OnInvalidStatus |
The path taken when the specified status is not valid. |