UiPath Documentation
maestro
latest
false
Maestro 用户指南
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Create Outgoing Call

Node that places an outbound call from a connected phone number and waits for it to be answered.

操作

Dials an outbound phone call and waits until the call is answered by a human or voicemail. Debug runs place real calls, billed by your provider like any other.

The node is labeled Create outgoing call in the Tool > Voice tools category of the node palette. An outbound Flow runs Create outgoing callVoice AgentEnd Call.

配置参考

字段必填默认描述
来源The originating number. The picker lists connected numbers with a direction of Outgoing or Both. See Deployment on how to configure a phone number.
目标The destination number, in E.164 format — for example, +12025551234. The field opens in fixed-value mode; switch it to expression mode to bind a variable.

If either field is empty, the run fails with From number is required or Destination phone number is required.

输出变量

路径类型描述
output.callContext.type字符串Call medium: phone or web. Only phone is supported today.
output.callContext.id字符串The provider-side call identifier.
output.callContext.conversationId字符串The UUID of the conversation associated with this call.
errorobjectPopulated on failure. Refer to Error handling.

Bind $vars.<node>.output.callContext to the Call context field on the Voice Agent and End Call nodes. For example, use $vars.createOutgoingCall1.output.callContext.

  • 操作
  • 配置参考
  • 输出变量
  • 相关页面

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新