DNC Add Via Skill

透過與群組關聯並貢獻該群組的 ACD 技能Closed 用於基於客服專員技能、能力和知識的互動的自動化傳遞將電話號碼新增至 DNC 群組。

Supported Script Types

The icon for the Phone script type - an old-style phone handset with curved lines indicating sound coming out of it.

電話

Input Properties

這些屬性定義了動作執行時使用的資料。

屬性

描述

Caption

輸入在指令碼中唯一標識此操作的短語。標題出現在指令碼畫布上的動作圖示下。The default is the action name.

Skill 選擇一項ACD技能Closed 用於基於客服專員技能、能力和知識的互動的自動化傳遞。如果您選擇了Default,則指令碼將使用指派給關聯聯絡點的預設技能。您可以在此屬性中使用變數。
PhoneNumber 您想使用的特定電話號碼。
AgentNo 指定發起動作的客服專員 ID。此屬性中無輸入表示系統使用 0 作為客服專員編號。要將此屬性設定為目前聯絡中的客服專員,可使用 {global:__AgentID}
ExpirationDate 群組的到期日期。此到期日期僅適用於該群組。此欄位中沒有輸入表示群組不會過期。僅可以輸入當前日期或未來日期。

Result Branch Conditions

結果分支條件允許您在指令碼中建立分支,以處理執行動作時的不同結果。

條件

描述

Default

指令碼未能滿足需要它採用其中一個分支的條件時採用的路徑。如果沒有定義動作的其他分支,也會採用該路徑。

OnError

動作未能正確執行時採用的路徑。例如,當出現連接不良、語法錯誤等意外問題時。_ERR變數(帶有一個下畫線字元)應填入針對問題的簡要說明。

Tips & Tricks

  • 使用 _err 變數在發生錯誤時取得訊息。
  • 如要新增全域 DNC 編號,請使用 DNC Add Via Group
  • Skill 屬性的預設值取決於您在 CXone 的選擇。透過開啟 CXone中的 Personal Connection 技能更改預設值,點擊Do Not Call標籤,然後修改預設貢獻 DNC 群組部分。
  • 透過點擊Manage和選擇DNC,指派CXone中的技能。您可以開啟任何群組並為該組指派技能。

Script Example

此範例不是一個完整的指令碼。使用此動作時需要額外的指令碼編寫工作。

In this script example, Begin triggers the script, and DNC Lookup checks to see if a phone number is included in the DNC list assigned to the skillClosed 用於基於客服專員技能、能力和知識的互動的自動化傳遞. If the number is not on a DNC list, then a menu provides options for the user. They can click 1 to request an agent, or they can click 2 to be added to the DNC list that is assigned to the skill. A message will then play, telling them they have been added to the list and will not be contacted again.

Would you like to download this script?