Set Up a Transcript Subscription for an Application
A transcript subscription subscribes a CXone Mpowerapplication to receive transcripts from your transcription service. When a subscription is in place, the transcript is generated, then shared with the subscribed application. The subscribed application receives the transcript and uses it for its intended purpose.
This option requires custom Studio scripting.
Complete each of these tasks in the order given.
Create a Transcript Subscription
Required permissions:
-
In CXone Mpower, click the app selector
and select Automation & AI. -
Click Subscriptions > Transcript Subscription.
-
Click Add Subscription.
-
Enter a Subscription Name. The name should indicate the CXone Mpower application the subscription applies to.
-
Click Next.
-
On the Configuration page, select a connector and request if you want to export transcripts from CXone Mpower. This is optional and requires additional setup.
-
Click Next.
- Under Applications, click the application you want for this subscription. Currently, CXone Mpower Supervisor is the only available application.
-
Click Add.
Set Up Subscription in a Script
Required permissions:
If you cannot find the CONFIGURE Transcript SUBSCRIPTION action in Studio, contact your CXone Mpower Account Representative. If transcript subscriptions is not enabled for your CXone Mpower system, the action will not be visible in Studio.
-
In Studio, open the script you want to work with.
-
Add the CONFIGURE Transcript SUBSCRIPTION action to the script:
-
In Desktop Studio, the action is located on the Framework tab.
-
In Studio, the action is located on the Actions palette.
-
-
Place the CONFIGURE Transcript SUBSCRIPTION action after one of the following actions, depending on the media type of the script:
-
In digital scripts, place it after the ONASSIGNMENT action.
-
In voice scripts, place it after the ONANSWER action but before the CONTINUOUS TRANSCRIPTION action.
-
-
If you haven't created your subscription yet, you can do so now. If you're using Studio, click Open Editor on the CONFIGURE Transcript SUBSCRIPTION action to open the Transcript Subscription page. If you're using Desktop Studio, double-click CONFIGURE Transcript SUBSCRIPTION. Then:
-
Click Add Subscription.
-
Enter a Subscription Name. The name should indicate the CXone Mpower application the subscription applies to.
-
Click Next.
-
On the Configuration page, select a connector and request if you want to export transcripts from CXone Mpower. This is optional and requires additional setup.
-
Click Next.
- Under Applications, click the application you want for this subscription. Currently, CXone Mpower Supervisor is the only available application.
-
Click Add.
-
Click the circle icon
next to the subscription you just created, then click Yes to confirm. This adds the name of the subscription to the TranscriptSubscriptionConfigName property of the CONFIGURE Transcript SUBSCRIPTION action. No other configuration is required. -
Complete your script. Additional work may be required to configure your script.