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.

構成のリファレンス

フィールドRequired既定 (Default)説明
はいなし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.typestringCall medium: phone or web. Only phone is supported today.
output.callContext.idstringThe provider-side call identifier.
output.callContext.conversationIdstringThe 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 アカデミー

質問する UiPath フォーラム

最新情報を取得