Post a Note to Customer Card

This help page is for Desktop Studio.This information is also available for CXone Studio.

Icon for the Post a Note to Customer Card Digital action

客户卡 添加备注。

Dependencies

Supported Script Types

The icon for the Digital script type - a computer monitor with a smartphone next to it.

数字

Input Properties

这些属性定义操作在执行时使用的数据。

属性

说明

Caption

输入在脚本中唯一标识此操作的短语。标题显示在脚本画布上的操作图标下方。The default is the action name.

CustomerId

CRM关闭 管理联系人、销售信息、支持详细信息和案例历史记录等事项的第三方系统。 中保存联系人客户 ID 的变量。The default is {CustomerId}.

Note

您要添加到 客户卡 的备注。您可以使用此字段中的变量。

Result Branch Conditions

结果分支条件允许您在脚本中创建分支,以在执行操作时处理不同的结果。

条件

说明

Default 除了脚本满足条件要求其接受其他分支的情况之外,所要采用的路径。如果未定义操作的其他分支,也会执行此操作。
OnError

操作无法正确执行时所采用的路径。例如,当出现意外问题时,如连接不良、语法错误、HTTP 错误代码等。ERR 变量中应填入对问题的简明解释。

OnInvalidCustomerId

客户 ID 无效时所采用的路径。

OnSuccess

完成操作而无错误,且 API 调用或数据返回全部成功时所采用的路径(2xx 响应代码)。