Contact Status Changed
Origin: Cases or Contacts
This trigger fires when the status of a case changes.
Contact center administrator Mowgli Kipling wants to automatically change the status of a case to Closed if it meets certain criteria. The criteria he decides on is a case that has been resolved with no additional messages from the contact after one day (24 hours).
To accomplish this automated process, Mowgli creates a contact status changed trigger. In the Delayed execution field, he enters 86400 , the number of seconds in a day, to let the contact stay open for one day after it's been resolved. After he saves the trigger he applies the following conditions:
- Contact status: Allows him to specify the current status of cases that should be changed. In this case, he specifies Resolved. Mowgli creates one Contact status condition under Conditions, then he creates a second one under Delayed conditions with the same configurations.
- Contact status update time: Allows him to specify how long the case should be Resolved without additional messages from the contact. He adds this under Delayed conditions. He selects Is older, then enters 1, so that the status of the contact can remain resolved for one day, or 24 hours, before it's closed. The time set here in this condition cannot exceed the time set in the Delayed execution field for the trigger.
Then, he creates the change case status job and adds it to the trigger. Under Parameters, he specifies that the job should change the cases to closed.
Once this trigger is activated, any case that has been Resolved with no additional messages from the contact in the past 24 hours is changed to Closed.
Contact center administrator Mowgli Kipling wants to create a time limit for ACW State that allows an agent to complete work requirements after finishing an interaction (After contact work). To do this he wants to automatically unassign cases from the digital inbox when they have been marked Closed for a certain length of time.
To accomplish this automated process, Mowgli creates a case status changed trigger. In the Delayed execution field, he enters 300 to create a five-minute time limit for ACW. After he saves the trigger he applies the following conditions:
- Case status: Allows him to specify the current status Result assigned by the agent or system at the end of a voice (disposition) or digital (status) interaction. of cases that should be changed. In this case, he specifies Closed.
- Routing queues: Allows him to specify which routing queues or digital skills he wants this time limit to apply to. He adds this under Delayed conditions.
Then, he creates the unassign case from inbox job and adds it to the trigger.
Once this trigger is activated, cases are unassigned from an agent's digital inbox after they have been marked Closed for five minutes. This means agents must complete any ACW within that time period.
Create This Trigger
- Click the app selector and select ACD.
-
Go to Digital > Automation Triggers.
-
Click Add trigger.
- Enter a Name for the trigger. Since you can assign multiple jobs to the same trigger, use a name based on the event or conditions rather than an associated job.
-
From the Event drop-down, select Case status changed.
- In the Delayed execution field, enter the number of seconds that Digital Experience should wait after the selected event occurs before firing the trigger. If you want it to happen immediately, enter 0.
- If you have folders that organize your triggers, you can select which folder to put this trigger in from the Folder drop-down.
- Click Save.
- From the detail page, click Activate when your trigger is completely configured.
Add a Condition
If you entered a value in the Delayed execution field when you created a trigger, make sure your condition configurations do not exceed that time. For example, if you set the Delayed execution time to 86400 seconds, or 24 hours, you cannot add a Contact status update time condition with a time period greater than 1 day.
- From the detail page, click Add Condition.
- Use the drop-down to select the condition you want. Refer to the table below for a list of conditions available for what you just created.
- Click Select.
- Some conditions require additional configuration. Refer to the table below for instructions.
Available Conditions
Condition Type | Details and Instructions |
---|---|
Contact direction |
Execute jobs according to whether the case is inbound or outbound. Inbound is when the contact initiates the interaction. Outbound is when the agent or system initiates the interaction.
|
Contact inbox assignee |
Execute jobs if the case is assigned to the specified member of your team.
|
Contact status |
Execute jobs if the contact has any of the selected statuses.
|
Contact status update time |
Execute jobs if the time when the case status was updated fits into the defined timeframe.
|
Contact time in routing queue |
Execute jobs based on how long a contact has been in the queue waiting to be assigned to an agent. Can be used with jobs to assign the contact to a different queue after a specified amount of time.
|
Contact waiting time |
Execute jobs if the contact has been waiting without an agent response for the defined length of time.
|
Chat Is Active |
Execute jobs if the chat window displays an online status.
|
Count of inbound messages in the contact |
Execute jobs if the number of inbound messages in the case matches the set criteria.
|
Count of outbound messages in the contact |
Execute jobs if the number of outbound messages in the case matches the set criteria.
|
Current contact assignment |
Execute jobs based on if the case is assigned to an agent or if it's still waiting in the queue.
|
Custom condition |
Execute jobs based on the response from the specified URL endpoint. The response from the endpoint should return boolean (true or false). This condition works for contact center triggers, proactive triggers, and schedulers.
|
Custom script |
Execute jobs based on the script you write in Primi language. This condition works for contact center triggers, proactive triggers, and schedulers. |
Date and time |
Executes jobs during or outside of specified time frames.
Jobs can process up to 500 contacts at a time. If you need to process more, have the job run more than once per day at different times. |
Exclude based on Post IDs |
Executes jobs excluding all cases that originate from a specific post ID. This is useful to filter out comments on a post that you want to route to a different queue.
|
Excluded tags condition |
Executes jobs based on tags on cases. Any case that does not have the tags you specify triggers the job.
|
Include based on Post IDs |
Executes jobs based on a specified post ID. In this case, any case that includes at least one specified post ID is included.
|
Included channels condition |
Checks whether the chat window that is on the website belongs to specific channel. This trigger works for both contact center triggers and proactive triggers.
|
Included tags condition |
Executes jobs based on tags on cases. Any case that has the tags you specify triggers the job.
|
Last message sent |
Executes jobs based on the direction of the last message and how long ago it was sent. You can set this up to look at only the last message from the contact (inbound), only the last message from the agent (outbound), or both.
|
Probability of Execution |
Executes jobs based on a probability percentage. This condition works for contact center triggers, proactive triggers, and schedulers.
|
Routing queue limit |
Executes jobs based on the size of the routing queue.
|
Routing queues |
Executes jobs based on the routing queue.
|
Satisfaction Survey Grace Period |
Executes jobs based on the last time a satisfaction survey was sent. Any jobs in this workflow that would be run during this time frame are skipped.
|
Add a Job
-
From the detail page, click either Add new job or Add existing job, depending on if the job you want already exists.
- If you clicked Add new job, follow the steps to create the job you want. These steps can be found on the individual help page for that job, located in the menu on the left of this page.
- If you clicked Add existing job:
- Use the drop-down to select the job you want.
- Click Add.