Skip to content

Feishu sends messages

Function Description

TIP

Sending messages through Feishu application

Configuration Item Description

General

Command Input

  • Feishu Application ObjectTFeiShu: The Feishu application object created using the Feishu application scope

  • Receive ID typeInteger: Feishu accepts message ID types, which can be selected from 【 open_id, union-id, user_id, email, chat_id 】

  • Message typeInteger: Feishu receives message types

  • Receive IDString: The ID used by Feishu to receive information, combined with the type of ID received

  • Message contentString: The content of the message sent is usually a JSON string

  • UUIDString: A custom set unique string sequence used to request deduplication when sending messages

Command Output

  • Message IDString: The message ID returned after successfully sending the message

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