maestro
latest
false
Maestro ユーザー ガイド
- はじめに
- スタート アップ ガイド
- Maestro の BPMN を使用した構築
- Maestro Case を使用した構築
- Maestro Case について
- Maestro BPMN と Maestro Case の比較: ケース管理を使用すべき状況
- Maestro Case のライフサイクル: イベント トリガーからアプリのエクスペリエンスまで
- Maestro Case を使用して最初のケースを構築する
- Build a Maestro Case with a coding agent (preview)
- ケース キーを定義する (システムと外部)
- タスクの I/O と書き戻しの契約を確立する
- 終了ルールと早期終了
- プライマリ ステージとセカンダリ ステージをモデリングする
- Data Fabric からケースをトリガーする
- ステージレベルのペルソナと権限を実装する
- SLA と自動エスカレーション ルールを設定する
- 再作業によるループ (再エントリ) を設定する
- Configuring and testing the Case Manager Agent (preview)
- ケース マネージャーの入力および出力コントラクト
- Maestro Case コンポーネント ディクショナリ
- Maestro Flow を使用した構築
- Integrations
- オペレーティング
- 監視
- 最適化中
- 参考情報
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
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 call → Voice Agent → End 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.type | string | Call medium: phone or web. Only phone is supported today. |
output.callContext.id | string | The provider-side call identifier. |
output.callContext.conversationId | string | The UUID of the conversation associated with this call. |
error | object | Populated 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.
関連ページ
- Voice
- Incoming Call — inbound counterpart.
- Voice Agent
- End Call
- Deployment — connecting an outbound number.