Nextiva Contact Center: Admin Functions
Functions are self-contained pieces of workflow that can be used in multiple campaigns. For example, if you have multiple campaigns that play different greeting prompts and then play the same menu with the same choices and actions, you can replace them with functions. This avoids having to create the same workflows repeatedly.
Creating/Modifying a Function
To create or modify a Function, search for the Function icon in the Options Menu.
Creating a Function
To create a new function, click plus (+) to the right of the Search field. The system will present an empty template to fill in. The template will have the following tabs:
The Information Tab
|
Field Name |
Description |
|---|---|
|
Name |
The name of the function. |
|
Description |
A description of the function. |
|
Show in dashboard option |
If enabled, and there is a transfer to a function configured in a dashboard, this function will be displayed in the dashboard. |
If this is a new Function, you must click the Save button at the top right of the screen before configuring the State Machine.
The Content Tab
The Content Tab is where the function will be configured.
Configure an ACD Voicemail Function
To use the ACD Voicemail function correctly, the following settings should be configured in the workflow that will use ACD Voicemail.
- In the Begin State, add a Save Variable action box as one of the first actions with the following parameters:
- Set the Variable Name to messageRecorded.
- Set the Expression to 0.
- In the End State, add an ACD Voicemail action box before the Terminate action box.
- Set the Condition Type to And.
- Set the Expression to workitem.data.messageRecorded.
- Set Sign set to ==.
- Set Value to 1.
- An Execute Function action box will need to be placed in the workflow at the point where the customer will be directed to leave the voicemail with the following parameters:
- Set the Function identifier to ACD Voicemail.
- Set the Workflow Option: Final State Customer Hangup to point to End State. This will allow the system to call the End State if the customer hangs up after recording the voicemail.