Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates sending messages to Work WeChat for automated notifications and updates.
The work_wechat
node is designed to facilitate the sending of messages to Work WeChat, a popular enterprise communication tool. This node allows you to send messages in either text or markdown format, making it versatile for various communication needs. By integrating this node into your workflow, you can automate the process of sending notifications, updates, or any other important information directly to your Work WeChat channels. This can be particularly useful for AI artists who need to keep their teams informed about project progress, new developments, or any other relevant updates without having to manually send messages.
This parameter is a boolean that determines whether the node is active or not. If set to False
, the node will not execute any actions. This is useful for temporarily disabling the node without removing it from your workflow. 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 rich-text messages. Choosing text
will send plain text messages.
This optional parameter allows you to specify a custom webhook URL for sending the message. If not provided, the node will use the default URL configured in the API keys. This is useful if you have multiple Work WeChat channels or different webhook URLs for different purposes.
This required parameter is the actual message content that you want to send. It supports both plain text and markdown formats, depending on the msgtype
parameter. The default value is "hello world"
, but you can customize it to fit your specific needs.
This output parameter returns a JSON string that contains the function call details for sending the message. It includes the function name, description, and parameters used in the call. This can be useful for debugging or logging purposes to ensure that the correct message was sent.
is_enable
parameter is set to True
to activate the node.msgtype
parameter to choose between plain text and markdown formats based on your message content.url
parameter to specify the appropriate webhook URL for each message.content
parameter to include relevant information, updates, or notifications that you want to send to your team.content
and msgtype
parameters to ensure they are correctly formatted and valid. Also, verify that the webhook URL is correct.© Copyright 2024 RunComfy. All Rights Reserved.