Skip to content

DingTalk Group Notification

Function Description

TIP

Send content to DingTalk group

DingTalk Group Notification

Configuration Item Description

General

Command Input

  • Bot Addressstring: The bot's web address, i.e., WebHook, needs to be applied for separately

  • Secret Keystring: The string starting with SEC shown under the signature section on the bot security settings page

  • Message Format TypeInteger: Message type and data format

  • Text Contentstring: Text content

  • MarkDown Contentstring: MarkDown content

  • @SomeoneString: Enter the phone number bound to the member you want to @, for multiple members, switch to programming mode and input a list of numbers, like ['PhoneNumber1', 'PhoneNumber2']

  • @EveryoneBoolean: @Everyone

Command Output

No output for the current command

Advanced

  • Delay Before(milliseconds)Integer: The waiting time before instruction execution

Error Handling

  • Print Error LogsBoolean: Whether to print error logs to the "Logs" panel when the command fails. Default is checked.

  • Handling MethodInteger:

    • Terminate Process: If the command fails, terminate the process.

    • Ignore Exception and Continue Execution: If the command fails, ignore the exception and continue the process.

    • Retry This Command: If the command fails, retry the command a specified number of times with a specified interval between retries.

Usage Example

Process logic description:

Common Errors and Handling

None

Frequently Asked Questions

None