WebAgent for Dynamics 365 CIF Activity Followup Actions
Note
Additional AnywhereNow WebAgent and CTI Integration license required.
Important
Only available in combination with Dynamics 365 Channel Integration Framework v1.0
Introduction
When a WebAgent creates an activity in Dynamics 365 (CRM Activity), it adds a unique correlation ID in the "Activity Additional Parameters" field (field name: activityadditionalparams). This correlation ID is used as the unique identifier for a conversation in the UCC A Unified Contact Center, or UCC, is a queue of interactions (voice, email, IM, etc.) that are handled by Agents. Each UCC has its own settings, IVR menus and Agents. Agents can belong to one or several UCCs and can have multiple skills (competencies). A UCC can be visualized as a contact center “micro service”. Customers can utilize one UCC (e.g. a global helpdesk), a few UCC’s (e.g. for each department or regional office) or hundreds of UCC’s (e.g. for each bed at a hospital). They are interconnected and can all be managed from one central location. software. With the ability to link the newly created activity in Dynamics 365 with data in AnywhereNow, there are many possibilities to enhance the system. Here are some of the use cases:
-
Extend the activity with the recording URL/file
As the recording is processed and saved after the agent handles the conversation, the data is not available when the activity is created. However, by listening for the event of a saved recording (in Dialogue Studio), you can trigger the addition of the recording URL or file directly into the activity.
-
Extend the actvity with the transcript
If you are using Dialogue Studio to transcribe audio conversations, having that data available directly in your CRM system can be a powerful tool. By extending your Dialogue Studio flow, you can write directly to the Dynamics 365 API to extend the activity with the transcript.
-
Extend the activity with the Qualilty monitoring
Because the customer is asked for Quality Monitoring feedback after the agent disconnects, the data is not available when the activity is created. However, by listening for the event of a given Quality Monitoring feedback (or creating a custom Quality Monitoring flow directly in Dialogue Studio), you can trigger the addition of the Quality Monitoring directly into the activity.
By utilizing these possibilities, you can enhance your Dynamics 365 and AnywhereNow system, improving your ability to monitor and improve customer interactions.
How to View CorrelationId in Dynamics 365 UI:
To quickly validate whether an Activity was created by the AnywhereNow WebAgent in Dynamics 365, you can follow these simple steps:
-
Open Dynamics 365 and select the desired app, for example, the CSH app.
-
Navigate to the Activity View.
-
(Optional) Switch to the All Activities view if you do not have any activities.
-
By default, the "Activity Additional Parameters" column is not visible. To add it, click on "Edit Columns."
-
In the "Edit Columns" menu, select "Add Columns."
-
In the next menu, select "Activity Additional Parameters."
-
Click "Apply" to save the changes.
-
Once the view refreshes, you should be able to see the "correlationId" column, which displays the unique identifier for activities created by the AnywhereNow WebAgent.
By following these steps, you can quickly validate whether a specific activity was created by the AnywhereNow WebAgent in Dynamics 365.