maestro
latest
false
Maestro 用户指南
- 简介
- 入门指南
- 使用 Maestro BPMN 进行构建
- 使用 Maestro Case 构建
- Maestro Case 简介
- Maestro BPMN 与 Maestro Case 对比:何时使用 Case Management
- Maestro 案例生命周期:从事件触发到应用体验
- 使用 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 进行构建
- 集成
- 运营
- 监控
- 正在优化
- 参考信息
重要 :
新发布内容的本地化可能需要 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.
配置参考
| 字段 | 必填 | 默认 | 描述 |
|---|---|---|---|
| 来源 | 是 | 无 | 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. |
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.