Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates sending messages to Dingding platform, supports text/markdown, automates notifications, useful for AI artists.
Dingding is a node designed to facilitate the sending of messages to the Dingding platform, a popular communication and collaboration tool. This node allows you to send messages in either text or markdown format, making it versatile for various types of content. By integrating this node into your workflow, you can automate the process of sending notifications, updates, or any other information directly to Dingding, enhancing your communication efficiency. The node is particularly useful for AI artists who need to keep their teams informed or share updates without leaving their creative environment. It leverages a webhook URL to send POST requests to Dingding's servers, ensuring that your messages are delivered promptly and reliably.
This parameter specifies the message content that you want to send to Dingding. It supports Markdown format, allowing you to include rich text elements such as headers, lists, and links. The content parameter is crucial as it defines the actual message that will be delivered to the recipients. There is no strict minimum or maximum length, but it should be concise enough to convey your message effectively. The default value is "hello world".
This boolean parameter determines whether the node is active or not. If set to False, the node will not execute and no message will be sent. This is useful for conditionally enabling or disabling the node based on your workflow requirements. The default value is True.
This parameter defines the type of message you want to send. It supports two options: "text" and "markdown". The choice of msgtype affects how the content is rendered in Dingding. Text messages are plain text, while markdown messages can include formatting elements. The default value is "markdown".
This optional string parameter allows you to include a wake word or keyword in your message. If provided, this keyword will be included in the message content or title, depending on the msgtype. This can be useful for highlighting or categorizing messages. The default value is an empty string.
This optional string parameter specifies the webhook URL to which the message will be sent. If not provided, the node will use a default URL from the configuration. This parameter is essential for directing the message to the correct Dingding instance. There is no default value for this parameter, and it should be set according to your Dingding webhook configuration.
This output parameter returns a JSON string that represents the function call to send a message to Dingding. It includes all the necessary details such as the message content, type, and any additional parameters. This output is useful for debugging or logging purposes, as it provides a clear representation of the action taken by the node.
© Copyright 2024 RunComfy. All Rights Reserved.