Use the Flowise AI connector to build AI workflows with visual tools.
Integrating your application with Flowise AI lets you use these operations in an automation. It exposes 29 actions, listed below. Add the connector from the Connections area, authenticate, then select its operations in the automation builder. Capabilities: actions.
Authentication
Before you begin, make sure you have the following information:
Connection Name: Choose a meaningful name for your connection. This name helps you identify the connection within your application or integration settings.
Authentication Type: The authentication method for this connector is defined in the connection setup. Select the connector in the Connections area to see the fields it requires.
Obtaining Your API Key
Log in to your Flowise dashboard.
In the left-hand navigation, open the API Keys section.
Use the key labeled DefaultKey, or add a new key and give it a name.
Copy the generated API key value.
Store the key securely - you'll use it as a Bearer token to authenticate API requests.


Actions
Action Name | Description |
|---|---|
Create a new assistant | Create a new assistant with the provided details in Flowise AI |
Create a new chatflow | Create a new chatflow with the provided details in Flowise AI |
Create a new document store | Creates a new document store with the provided details in Flowise AI |
Create a new lead in a chatflow | Create a new lead associated with a specific chatflow in Flowise AI |
Create a new prediction | This action creates a new prediction in Flowise AI |
Create a new tool | This action creates a new tool in Flowise AI |
Create a new variable | This action creates a new variable in Flowise AI |
Create new chat message feedback | Creates a new feedback for a specific chat flow in Flowise AI |
Delete a chatflow | Delete a chatflow by ID in Flowise AI |
Delete a specific document store | Deletes a document store by its ID in Flowise AI |
Delete a variable by ID | Delete a specific variable by ID in Flowise AI |
Delete an assistant | Delete an assistant by ID in Flowise AI |
Get a specific document store | Retrieves details of a specific document store by its ID in Flowise AI |
Get a tool by ID | Retrieve a specific tool by ID in Flowise AI |
Get all leads for a specific chatflow | Retrieve all leads associated with a specific chatflow in Flowise AI |
Get assistant by ID | Retrieve a specific assistant by ID in Flowise AI |
Get chatflow by ID | Retrieve a specific chatflow by ID in Flowise AI |
List all assistants | Retrieve a list of all assistants in Flowise AI |
List all chat message feedbacks for a chatflow | Retrieve all feedbacks for a chatflow in Flowise AI |
List all chatflows | Retrieve a list of all chatflows in Flowise AI |
List all document stores | Retrieves a list of all document stores in Flowise AI |
List all tools | Retrieve a list of all tools in Flowise AI |
List all variables | Retrieve a list of all variables in Flowise AI |
Update a specific document store | Updates the details of a specific document store by its ID in Flowise AI |
Update a tool by ID | Update a specific tool by ID in Flowise AI |
Update a variable by ID | Update a specific variable by ID in Flowise AI |
Update assistant details | Update the details of an existing assistant in Flowise AI |
Update chat message feedback | Update a specific feedback in Flowise AI |
Update chatflow details | Update the details of an existing chatflow in Flowise AI |