Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates seamless communication with Feishu platform by sending messages directly, supporting text and image messages for AI artists.
The feishu_tool
node is designed to facilitate seamless communication with the Feishu platform by sending messages directly to Feishu servers. This tool is particularly useful for AI artists who need to automate notifications or share updates within their team using Feishu. The node supports sending both text and image messages, making it versatile for various communication needs. By leveraging this tool, you can ensure that important information is promptly delivered to your Feishu channels, enhancing collaboration and workflow efficiency.
This parameter determines whether the Feishu tool is active. When set to True
, the tool is enabled and will send messages to Feishu. If set to False
, the tool is disabled and will not perform any actions. The default value is True
.
This parameter specifies the webhook URL for the Feishu server. If provided, the tool will use this URL to send messages. If not provided, it will use a default URL from the configuration. This parameter is optional and can be left empty if a default URL is configured.
This parameter allows you to set a wake word that will be included in the message content. If provided, the wake word will be prepended to the message text. This can be useful for triggering specific actions or highlighting important messages. The default value is an empty string.
The output parameter tool
returns a JSON string that describes the function to be executed. This JSON includes details about the function name, description, and required parameters for sending a message to Feishu. This output is essential for integrating the Feishu tool into larger workflows and ensuring that the correct function is called with the appropriate parameters.
is_enable
parameter is set to True
to activate the tool and allow it to send messages.url
parameter to specify the Feishu webhook URL. If you have a default URL configured, you can leave this parameter empty.key_word
parameter to include a wake word in your messages, which can help in categorizing or triggering specific actions based on the message content.image_key
is valid.is_enable
parameter is set to False
, preventing the tool from sending messages.is_enable
parameter to True
to enable the tool and allow it to send messages.© Copyright 2024 RunComfy. All Rights Reserved.