After Conversation Work

After Conversation Work (ACW) gives reps a set amount of time after a customer conversation to wrap up their work before making themselves available for new work to be received. Follow these steps to support the After Conversation Work feature for Bring Your Own Channel for CCaaS.

  1. To trigger After Conversation Work for a rep’s AgentWork, call the Interaction Service Remove Participant API (POST /api/v1/participant).

  2. If the rep wraps up their work before the After Conversation Work period runs out, they can select All Done or close the record tab in the console to show they're ready to help the next customer. If that happens, use the closeAgentWork() method of the Lightning Console JavaScript API (omniToolkitAPI) to change the work item status to Closed and remove it from the list of work items in the Omni-Channel utility. Otherwise, After Conversation Work times out based on the Max Time in seconds specified by the Salesforce admin.

Use the Interaction Service Remove a Participant API for messaging sessions only. To control After Conversation Work for Voice, see Service Cloud Voice for Partner Telephony Developer Guide: After Conversation Work.

See Also