create_chatflow
Create a Flowise chatflow with custom nodes and edges. Specify name, type, and flow data to build the chatbot flow programmatically.
Instructions
Create a new chatflow in Flowise with specified nodes and edges configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the chatflow | |
| type | No | Type of chatflow | CHATFLOW |
| flowData | Yes | The flow configuration with nodes and edges | |
| chatbotConfig | No | Optional chatbot configuration |