Skip to content

FeiShu Group Notification

Function Description

TIP

Send content to FeiShu group

FeiShu Group Notification

Configuration Item Description

General

Command Input

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

  • Signature Verificationstring: Signature verification in bot security settings; no input is needed if signature verification is not set

  • Message Format TypeInteger: Message type and data format

  • app_idstring: Obtain tenant_access_token, used in rich text messages and message cards

  • app_secretstring: Obtain tenant_access_token, used in rich text messages and message cards

  • Text Contentstring: Text content

  • Rich Text Contentstring: Supports using FeiShu's original format content. Refer to FeiShu's message documentation. If you need to @ someone using a phone number or email, you must be able to obtain the corresponding user_id based on the phone number or email

  • Message Card Contentstring: Message cards are FeiShu's unique message format. You can use FeiShu's official message card builder tool to edit message cards

  • Image Pathstring: Must not exceed 10MB, supports JPG and PNG formats

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