Skip to content

Notify_feishu

Chris Caron edited this page Apr 10, 2024 · 1 revision

Feishu Notifications

  • Source: https://open.feishu.cn/
  • Icon Support: No
  • Message Format: Text
  • Message Limit: 19985 Characters per message

Account Setup

Register your account with Feishu and then follow these instructions to create a custom bot (and acquire the token you need).

Syntax

Valid syntax is as follows:

  • feishu://{token}

Parameter Breakdown

Variable Required Description
token Yes The token you generated as part of your Fieshu Custom Bot Creation (via your account)

Example

Send a notification to your Feishu account:

# Assuming our {token} is token
apprise -vv --body="Test Message" \
   "feishu://token"
Clone this wiki locally