Flowiseai
flowiseaiFlowiseAI is an open-source generative AI development platform for building AI Agents and LLM workflows.
Acciones disponibles (14)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Clone ChatflowFLOWISEAI_CLONE_CHATFLOWAcciónTool to clone an existing chatflow. Use when you need to duplicate a chatflow by its ID.
FLOWISEAI_CLONE_CHATFLOWAcciónTool to clone an existing chatflow. Use when you need to duplicate a chatflow by its ID.
Parámetros de entrada
idstringObligatorioUUID of the chatflow to clone
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ChatflowFLOWISEAI_CREATE_CHATFLOWAcciónTool to create a new chatflow in FlowiseAI. Use when you need to programmatically set up chatflows with custom configuration. Call after preparing the chatflow parameters.
FLOWISEAI_CREATE_CHATFLOWAcciónTool to create a new chatflow in FlowiseAI. Use when you need to programmatically set up chatflows with custom configuration. Call after preparing the chatflow parameters.
Parámetros de entrada
idstringUUID of the chatflow. Generated by server if omitted.
namestringName for the chatflow.
typestringenumType of chatflow.
CHATFLOWMULTIAGENTanalyticstringJSON string for analytics settings.
apikeyidstringAPI key identifier to attach to this chatflow.
categorystringSemicolon-delimited categories, e.g., 'support;sales'.
deployedbooleanWhether the chatflow should be deployed immediately.
flowDatastringJSON string representing the flow definition.
isPublicbooleanMake the chatflow public if true.
apiConfigstringJSON string for external API configuration.
createdDatestringdate-timeISO 8601 timestamp for creation; server overrides if omitted.
updatedDatestringdate-timeISO 8601 timestamp for last update; server overrides if omitted.
speechToTextstringJSON string for speech-to-text configuration.
chatbotConfigstringJSON string for chatbot-specific configuration.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ChatflowFLOWISEAI_DELETE_CHATFLOWAcciónTool to delete a chatflow by its ID. Use after confirming the chatflow ID is correct.
FLOWISEAI_DELETE_CHATFLOWAcciónTool to delete a chatflow by its ID. Use after confirming the chatflow ID is correct.
Parámetros de entrada
idstringObligatorioChatflow ID to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Chat MessagesFLOWISEAI_DELETE_CHAT_MESSAGESAcciónTool to delete chat messages for a specific chatflow. Use when you need to remove messages based on optional filters. Use after confirming the chatflow ID.
FLOWISEAI_DELETE_CHAT_MESSAGESAcciónTool to delete chat messages for a specific chatflow. Use when you need to remove messages based on optional filters. Use after confirming the chatflow ID.
Parámetros de entrada
idstringObligatorioChatflow ID to delete messages from
chatIdstringFilter by specific chat ID
endDatestringISO-8601 end timestamp, e.g., 2025-01-13T11:28:36.000Z
chatTypestringenumFilter by chat type
INTERNALEXTERNALsessionIdstringFilter by session ID
startDatestringISO-8601 start timestamp, e.g., 2025-01-01T11:28:36.000Z
hardDeletebooleanWhether to perform hard delete including third-party storage
memoryTypestringFilter by memory type, e.g., 'Buffer Memory'
feedbackTypestringenumFilter by feedback type
THUMBS_UPTHUMBS_DOWN
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Tool By IDFLOWISEAI_DELETE_TOOL_BY_IDAcciónTool to delete a specific FlowiseAI tool by ID. Use after confirming the tool ID is correct.
FLOWISEAI_DELETE_TOOL_BY_IDAcciónTool to delete a specific FlowiseAI tool by ID. Use after confirming the tool ID is correct.
Parámetros de entrada
idstringObligatorioTool ID to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Export ChatflowFLOWISEAI_EXPORT_CHATFLOWAcciónTool to export a chatflow by its ID. Use after confirming the chatflow exists.
FLOWISEAI_EXPORT_CHATFLOWAcciónTool to export a chatflow by its ID. Use after confirming the chatflow exists.
Parámetros de entrada
idstringObligatorioUnique identifier of the chatflow to export
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All ChatflowsFLOWISEAI_GET_ALL_CHATFLOWSAcciónTool to retrieve all chatflows. Use when you need to list existing chatflows after authentication.
FLOWISEAI_GET_ALL_CHATFLOWSAcciónTool to retrieve all chatflows. Use when you need to list existing chatflows after authentication.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Single ChatflowFLOWISEAI_GET_SINGLE_CHATFLOWAcciónTool to retrieve a chatflow by its ID. Use when you have a chatflow ID and need its full details.
FLOWISEAI_GET_SINGLE_CHATFLOWAcciónTool to retrieve a chatflow by its ID. Use when you have a chatflow ID and need its full details.
Parámetros de entrada
idstringObligatorioUnique identifier of the chatflow to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Tool By IDFLOWISEAI_GET_TOOL_BY_IDAcciónTool to retrieve a specific FlowiseAI tool by its ID. Use when you need detailed metadata of a tool before interacting with it.
FLOWISEAI_GET_TOOL_BY_IDAcciónTool to retrieve a specific FlowiseAI tool by its ID. Use when you need detailed metadata of a tool before interacting with it.
Parámetros de entrada
idstringObligatorioUnique identifier of the tool to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Import ChatflowFLOWISEAI_IMPORT_CHATFLOWAcciónTool to import a chatflow from an exported JSON file. Use after obtaining the exported chatflow data.
FLOWISEAI_IMPORT_CHATFLOWAcciónTool to import a chatflow from an exported JSON file. Use after obtaining the exported chatflow data.
Parámetros de entrada
contentstringObligatorioJSON string content of the exported chatflow
filenamestringObligatorioName of the JSON file to import, e.g., 'chatflow.json'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All ToolsFLOWISEAI_LIST_ALL_TOOLSAcciónTool to retrieve a list of all tools. Use when you need to list every tool available after authentication.
FLOWISEAI_LIST_ALL_TOOLSAcciónTool to retrieve a list of all tools. Use when you need to list every tool available after authentication.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Chat MessagesFLOWISEAI_LIST_CHAT_MESSAGESAcciónTool to list chat messages of a chatflow. Use after selecting a chatflow when you need to view its messages.
FLOWISEAI_LIST_CHAT_MESSAGESAcciónTool to list chat messages of a chatflow. Use after selecting a chatflow when you need to view its messages.
Parámetros de entrada
idstringObligatorioChatflow ID to retrieve messages for
orderstringenumSort order of messages. Values: ASC or DESC
ASCDESCchatIdstringFilter by specific chat session ID
endDateanydate-timeFilter messages created on or before this ISO 8601 date-time
chatTypestringenumFilter by chat type. Values: INTERNAL or EXTERNAL
INTERNALEXTERNALfeedbackbooleanFilter by whether feedback was provided
sessionIdstringFilter by session identifier
startDateanydate-timeFilter messages created on or after this ISO 8601 date-time
memoryTypestringFilter by memory type, e.g., 'Buffer Memory'
feedbackTypestringenumFilter by type of feedback when feedback=true. Values: THUMBS_UP or THUMBS_DOWN
THUMBS_UPTHUMBS_DOWN
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Chatflow DetailsFLOWISEAI_UPDATE_CHATFLOW_DETAILSAcciónTool to update details of an existing chatflow. Use when you have confirmed the chatflow ID and want to modify its fields.
FLOWISEAI_UPDATE_CHATFLOW_DETAILSAcciónTool to update details of an existing chatflow. Use when you have confirmed the chatflow ID and want to modify its fields.
Parámetros de entrada
idstringObligatorioUnique identifier of the chatflow to update
namestringNew name for the chatflow
typestringenumType of the chatflow
CHATFLOWMULTIAGENTanalyticstringJSON string for analytics settings
apikeyidstringIdentifier of the API key associated with the chatflow
categorystringSemicolon-delimited categories for grouping
deployedbooleanDeployment status of the chatflow
flowDatastringJSON string representing the flow graph/configuration
isPublicbooleanWhether the chatflow is publicly accessible
apiConfigstringJSON string for API connection/configuration details
createdDatestringISO-8601 timestamp of creation (server-managed)
updatedDatestringISO-8601 timestamp of last update (server-managed)
speechToTextstringJSON string for speech-to-text configuration
chatbotConfigstringJSON string for chatbot-specific configuration
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Tool By IDFLOWISEAI_UPDATE_TOOL_BY_IDAcciónTool to update a specific tool by its ID. Use when you need to modify existing tool metadata after retrieval. Call after confirming the fields you want to change.
FLOWISEAI_UPDATE_TOOL_BY_IDAcciónTool to update a specific tool by its ID. Use when you need to modify existing tool metadata after retrieval. Call after confirming the fields you want to change.
Parámetros de entrada
idstringObligatorioUnique identifier of the tool to update
funcstringFunctionality description or code for the tool, if any
namestringName of the tool
colorstringHexadecimal color code for the tool
schemastringJSON schema associated with the tool, if any
iconSrcstringURL for the tool's icon, if available
createdDatestringISO 8601 timestamp when the tool was created
descriptionstringDescription of the tool
updatedDatestringISO 8601 timestamp when the tool was last updated
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not