Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates sending messages to Feishu via webhook URL for automated notifications and updates.
The feishu
node is designed to facilitate the sending of messages to Feishu, a popular collaboration and messaging platform. This node allows you to send text or image messages directly to Feishu using a webhook URL. It is particularly useful for integrating automated notifications or updates into your workflows, ensuring that important information is communicated efficiently. By leveraging this node, you can automate the process of sending messages, thereby saving time and reducing the need for manual intervention. The node supports both text and image message types, making it versatile for various use cases.
This parameter specifies the content of the message you want to send. For text messages, it should be the text you wish to send. For image messages, it should be the key of the image. The default value is "hello world".
This boolean parameter determines whether the node is enabled or not. If set to False
, the node will not execute. The default value is True
.
This parameter specifies the type of message to be sent. It supports two options: "text" and "image". The default value is "text".
This optional string parameter allows you to specify a keyword that will be prepended to the message content. The default value is an empty string.
This optional string parameter allows you to specify a custom webhook URL for sending the message. If not provided, the node will use a default URL from the API keys.
This optional string parameter is used to specify the Feishu application ID, which is required for obtaining a tenant access token when sending image messages.
This optional string parameter is used to specify the Feishu application secret, which is required for obtaining a tenant access token when sending image messages.
This optional parameter allows you to specify an image to be sent. The image will be processed and uploaded to Feishu, and its key will be used as the content for the message.
This output parameter returns a string indicating the status of the operation. It helps in understanding whether the message was successfully sent or if there were any issues during the process.
is_enable
parameter is set to True
to activate the node.msgtype
parameter to switch between text and image messages based on your needs.feishu_app_id
and feishu_app_secret
to obtain the necessary access token.key_word
parameter to prepend important keywords to your messages for better context and visibility.feishu_app_id
and feishu_app_secret
are correctly provided and valid.url
parameter is correctly set and points to a valid Feishu webhook URL.content
parameter is empty or not provided.content
parameter is populated with the text or image key you wish to send.msgtype
parameter.© Copyright 2024 RunComfy. All Rights Reserved.