retell_create_conversation_flow_component
Create reusable conversation flow components that can be embedded across multiple flows, simplifying agent design and ensuring consistency.
Instructions
Create a new shared Conversation Flow Component. Components are reusable sub-flows that can be embedded across multiple Conversation Flows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the component. | |
| nodes | Yes | Array of nodes that make up this component. Same node types as Conversation Flows: conversation, end, function, branch, transfer_call, etc. | |
| tools | No | Tool definitions available within this component. | |
| start_node_id | No | ID of the entry node of this component. |