Visit ComfyUI Online for ready-to-use ComfyUI environment
Automate sending messages to WeChat Work channels for streamlined communication and efficient notifications.
The work_wechat_tool
is designed to facilitate the sending of messages to WeChat Work, a popular enterprise communication platform. This tool allows you to automate the process of sending notifications or updates directly to your WeChat Work channels, making it an invaluable asset for maintaining seamless communication within your organization. By leveraging this tool, you can send messages in either text or markdown format, ensuring that your content is both flexible and visually appealing. The primary goal of this node is to streamline the communication process, reduce manual effort, and ensure that important information is promptly delivered to the intended recipients.
This parameter is a boolean that determines whether the tool is active or not. When set to True
, the tool will execute and send the message to WeChat Work. If set to False
, the tool will not perform any action. The default value is True
.
This parameter specifies the type of message to be sent. It supports two options: text
and markdown
. The default value is markdown
, which allows for more formatted and visually rich messages. Choosing text
will send plain text messages.
This optional parameter allows you to specify a custom webhook URL for WeChat Work. If not provided, the tool will use the default URL configured in the API keys. This parameter is useful if you need to send messages to different WeChat Work channels or accounts.
This required parameter is a string that contains the message content you wish to send. It supports markdown formatting, allowing you to create rich text messages with various styles and elements. The default value is "hello world"
.
This output parameter is a string that represents the result of the tool's execution. It typically contains a JSON-formatted string that includes the function call details and parameters used during the execution. This output can be used for logging or further processing within your workflow.
is_enable
parameter is set to True
to activate the tool and send messages.msgtype
parameter to choose between plain text and markdown messages based on your needs. Markdown is ideal for more formatted and visually appealing messages.url
parameter to specify the appropriate webhook URL.content
parameter, taking advantage of markdown formatting to enhance readability and engagement.msgtype
parameter is set to an unsupported value.msgtype
parameter is set to either text
or markdown
.is_enable
parameter is set to False
, preventing the tool from executing.is_enable
parameter to True
to enable the tool and allow it to send messages.© Copyright 2024 RunComfy. All Rights Reserved.