Visit ComfyUI Online for ready-to-use ComfyUI environment
Automate sending messages to Dingding for efficient team communication and collaboration.
The Dingding_tool node is designed to facilitate the sending of messages to Dingding, a popular enterprise communication and collaboration platform. This tool allows you to automate the process of sending notifications or updates directly to Dingding, supporting both text and markdown message formats. By integrating this node into your workflow, you can ensure that important information is promptly communicated to your team, enhancing collaboration and efficiency. The primary goal of this node is to streamline the communication process by leveraging Dingding's messaging capabilities, making it an essential tool for maintaining seamless and effective team interactions.
This parameter determines whether the Dingding_tool node is active or not. When set to True
, the node will execute and send messages to Dingding. If set to False
, the node will not perform any actions. The default value is True
.
This parameter specifies the type of message to be sent to Dingding. It supports two options: text
and markdown
. The text
option sends plain text messages, while the markdown
option allows for more formatted messages using Markdown syntax. The default value is markdown
.
This parameter allows you to set a wake word or keyword that will be included in the message. If provided, this keyword will be prepended to the message content. This can be useful for highlighting or categorizing messages. The default value is an empty string.
This optional parameter allows you to specify a custom Dingding webhook URL. If not provided, the node will use the default URL configured in the API keys. This parameter is useful if you need to send messages to different Dingding channels or groups.
This parameter contains the actual message content that you want to send to Dingding. It supports both plain text and Markdown formatted text, depending on the msgtype
parameter. The default value is "hello world".
This output parameter returns a JSON string that represents the configuration and execution details of the Dingding_tool node. It includes information about the function being executed and the parameters used. This output can be useful for debugging or logging purposes.
is_enable
parameter is set to True
to activate the node and send messages.msgtype
parameter to choose between plain text and Markdown formats based on your message requirements.key_word
parameter to add a wake word or keyword to your messages for better categorization and emphasis.url
if you need to send messages to different Dingding channels or groups, otherwise, the default URL will be used.content
parameter carefully, especially when using Markdown, to ensure that the message is formatted correctly and conveys the intended information.http://
or https://
.content
parameter is empty or not provided.content
parameter contains the message you want to send. It should not be empty.msgtype
parameter contains an unsupported value.msgtype
parameter is set to either text
or markdown
. Other values are not supported.url
parameter or ensure that the default URL is correctly configured in the API keys.© Copyright 2024 RunComfy. All Rights Reserved.