mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
5f42fed8e0
* docs: v0.6 * docs: update readme
1.8 KiB
1.8 KiB
Feishu (Lark) Channel Configuration
Memoh supports integrating with Feishu (Lark) via the Open Platform. This allows your enterprise bots to interact with users in groups or private chats.
Step 1: Create a Feishu App
- Go to the Feishu Open Platform and log in.
- Click Create Custom App.
- Enter a name and description, then click Create.
- In the left sidebar, go to App Settings > Credentials & Basic Info.
- Copy your App ID and App Secret.
Step 2: Enable Bot Capability
- In the Feishu Developer Console, go to Capabilities > Bot.
- Click Enable Bot.
Step 3: Configure Permissions
- Go to Capabilities > Permissions.
- Search for and enable the following permissions (at minimum):
im:message(Receive and send messages)im:chat(Access group chat information)
- Click Apply for Permissions if required by your organization.
Step 4: Configure Events (Webhook Mode)
- In Memoh, go to your Bot's Platforms tab and add a Feishu channel.
- Choose Inbound Mode:
webhook. - Fill in your App ID and App Secret.
- Click Save. Memoh will generate a Webhook Callback URL.
- Copy this URL.
- In the Feishu Console, go to App Settings > Event Subscriptions.
- Paste the URL into the Verification URL field and save.
- Add events like
Receive Message(im.message.receive_v1).
Official Guide: Feishu Custom Bot Guide
Step 5: Publish Your App
- In the Feishu Console, go to App Release > Version Management & Release.
- Click Create a Version, fill in the details, and submit for approval.
- Once approved and published, the bot is ready to use.