retell_update_conversation_flow_component
Update an existing conversation flow component by changing its name, nodes, tools, or start node. Modify shared components to adjust agent behavior.
Instructions
Update an existing shared Conversation Flow Component's name, nodes, or tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New display name for the component. | |
| nodes | No | Updated array of nodes. | |
| tools | No | Updated tool definitions. | |
| start_node_id | No | Updated entry node ID. | |
| conversation_flow_component_id | Yes | The unique ID of the component to update. |