Skip to content

WeCom Group Notification

Function Description

TIP

Send content to WeCom group

WeCom Group Notification

Configuration Item Description

General

Command Input

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

  • Message Format TypeInteger: Message type and data format

  • Text Contentstring: Text content, up to 2048 bytes

  • MarkDown Contentstring: MarkDown content, up to 4096 bytes

  • File Pathstring: The file size should be between 5B and 20MB

  • Image Pathstring: Should not exceed 2MB, supports JPG and PNG formats

  • @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