NAiOS IconNAiOS Logo
Volver al catálogo

Flowiseai

flowiseai

FlowiseAI is an open-source generative AI development platform for building AI Agents and LLM workflows.

Acciones
14
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool to clone an existing chatflow. Use when you need to duplicate a chatflow by its ID.

Parámetros de entrada

  • idstringObligatorio

    UUID of the chatflow to clone

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create ChatflowFLOWISEAI_CREATE_CHATFLOWAcción

Tool 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

  • idstring

    UUID of the chatflow. Generated by server if omitted.

  • namestring

    Name for the chatflow.

  • typestringenum

    Type of chatflow.

    CHATFLOWMULTIAGENT
  • analyticstring

    JSON string for analytics settings.

  • apikeyidstring

    API key identifier to attach to this chatflow.

  • categorystring

    Semicolon-delimited categories, e.g., 'support;sales'.

  • deployedboolean

    Whether the chatflow should be deployed immediately.

  • flowDatastring

    JSON string representing the flow definition.

  • isPublicboolean

    Make the chatflow public if true.

  • apiConfigstring

    JSON string for external API configuration.

  • createdDatestringdate-time

    ISO 8601 timestamp for creation; server overrides if omitted.

  • updatedDatestringdate-time

    ISO 8601 timestamp for last update; server overrides if omitted.

  • speechToTextstring

    JSON string for speech-to-text configuration.

  • chatbotConfigstring

    JSON string for chatbot-specific configuration.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ChatflowFLOWISEAI_DELETE_CHATFLOWAcción

Tool to delete a chatflow by its ID. Use after confirming the chatflow ID is correct.

Parámetros de entrada

  • idstringObligatorio

    Chatflow ID to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Chat MessagesFLOWISEAI_DELETE_CHAT_MESSAGESAcción

Tool 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

  • idstringObligatorio

    Chatflow ID to delete messages from

  • chatIdstring

    Filter by specific chat ID

  • endDatestring

    ISO-8601 end timestamp, e.g., 2025-01-13T11:28:36.000Z

  • chatTypestringenum

    Filter by chat type

    INTERNALEXTERNAL
  • sessionIdstring

    Filter by session ID

  • startDatestring

    ISO-8601 start timestamp, e.g., 2025-01-01T11:28:36.000Z

  • hardDeleteboolean

    Whether to perform hard delete including third-party storage

  • memoryTypestring

    Filter by memory type, e.g., 'Buffer Memory'

  • feedbackTypestringenum

    Filter by feedback type

    THUMBS_UPTHUMBS_DOWN

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Tool By IDFLOWISEAI_DELETE_TOOL_BY_IDAcción

Tool to delete a specific FlowiseAI tool by ID. Use after confirming the tool ID is correct.

Parámetros de entrada

  • idstringObligatorio

    Tool ID to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Export ChatflowFLOWISEAI_EXPORT_CHATFLOWAcción

Tool to export a chatflow by its ID. Use after confirming the chatflow exists.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the chatflow to export

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get All ChatflowsFLOWISEAI_GET_ALL_CHATFLOWSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Single ChatflowFLOWISEAI_GET_SINGLE_CHATFLOWAcción

Tool to retrieve a chatflow by its ID. Use when you have a chatflow ID and need its full details.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the chatflow to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Tool By IDFLOWISEAI_GET_TOOL_BY_IDAcción

Tool 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

  • idstringObligatorio

    Unique identifier of the tool to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Import ChatflowFLOWISEAI_IMPORT_CHATFLOWAcción

Tool to import a chatflow from an exported JSON file. Use after obtaining the exported chatflow data.

Parámetros de entrada

  • contentstringObligatorio

    JSON string content of the exported chatflow

  • filenamestringObligatorio

    Name of the JSON file to import, e.g., 'chatflow.json'

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All ToolsFLOWISEAI_LIST_ALL_TOOLSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Chat MessagesFLOWISEAI_LIST_CHAT_MESSAGESAcción

Tool to list chat messages of a chatflow. Use after selecting a chatflow when you need to view its messages.

Parámetros de entrada

  • idstringObligatorio

    Chatflow ID to retrieve messages for

  • orderstringenum

    Sort order of messages. Values: ASC or DESC

    ASCDESC
  • chatIdstring

    Filter by specific chat session ID

  • endDateanydate-time

    Filter messages created on or before this ISO 8601 date-time

  • chatTypestringenum

    Filter by chat type. Values: INTERNAL or EXTERNAL

    INTERNALEXTERNAL
  • feedbackboolean

    Filter by whether feedback was provided

  • sessionIdstring

    Filter by session identifier

  • startDateanydate-time

    Filter messages created on or after this ISO 8601 date-time

  • memoryTypestring

    Filter by memory type, e.g., 'Buffer Memory'

  • feedbackTypestringenum

    Filter by type of feedback when feedback=true. Values: THUMBS_UP or THUMBS_DOWN

    THUMBS_UPTHUMBS_DOWN

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Chatflow DetailsFLOWISEAI_UPDATE_CHATFLOW_DETAILSAcción

Tool 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

  • idstringObligatorio

    Unique identifier of the chatflow to update

  • namestring

    New name for the chatflow

  • typestringenum

    Type of the chatflow

    CHATFLOWMULTIAGENT
  • analyticstring

    JSON string for analytics settings

  • apikeyidstring

    Identifier of the API key associated with the chatflow

  • categorystring

    Semicolon-delimited categories for grouping

  • deployedboolean

    Deployment status of the chatflow

  • flowDatastring

    JSON string representing the flow graph/configuration

  • isPublicboolean

    Whether the chatflow is publicly accessible

  • apiConfigstring

    JSON string for API connection/configuration details

  • createdDatestring

    ISO-8601 timestamp of creation (server-managed)

  • updatedDatestring

    ISO-8601 timestamp of last update (server-managed)

  • speechToTextstring

    JSON string for speech-to-text configuration

  • chatbotConfigstring

    JSON string for chatbot-specific configuration

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Tool By IDFLOWISEAI_UPDATE_TOOL_BY_IDAcción

Tool 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

  • idstringObligatorio

    Unique identifier of the tool to update

  • funcstring

    Functionality description or code for the tool, if any

  • namestring

    Name of the tool

  • colorstring

    Hexadecimal color code for the tool

  • schemastring

    JSON schema associated with the tool, if any

  • iconSrcstring

    URL for the tool's icon, if available

  • createdDatestring

    ISO 8601 timestamp when the tool was created

  • descriptionstring

    Description of the tool

  • updatedDatestring

    ISO 8601 timestamp when the tool was last updated

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not