https://github.com/bestony/n8n-nodes-lark-webhook
It lets you use Lark Custom Bot in your n8n workflows.
https://github.com/bestony/n8n-nodes-lark-webhook
n8n n8n-community-node-package n8n-node n8n-nodes
Last synced: 6 months ago
JSON representation
It lets you use Lark Custom Bot in your n8n workflows.
- Host: GitHub
- URL: https://github.com/bestony/n8n-nodes-lark-webhook
- Owner: bestony
- License: mit
- Created: 2025-04-05T00:54:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T11:51:55.000Z (6 months ago)
- Last Synced: 2025-04-19T18:52:04.349Z (6 months ago)
- Topics: n8n, n8n-community-node-package, n8n-node, n8n-nodes
- Language: TypeScript
- Homepage:
- Size: 180 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# n8n-nodes-lark-webhook
This is an n8n community node. It lets you use Lark Custom Bot in your n8n workflows.
*Lark Open Platform's custom robot is a powerful intelligent tool that can achieve functions such as message pushing. It is deeply integrated with Lark and runs based on Lark's architecture, helping teams collaborate efficiently and improve work efficiency.*
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
[Installation](#installation)
[Operations](#operations)
[Credentials](#credentials)
[Usage](#usage)
[Resources](#resources)## Installation
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
### TL;DR
1. login into your n8n;
2. enter settings - community-nodes
3. install nodes via npm package name `n8n-nodes-lark-webhook`## Operations
- Send Text Message
- Send Markdown Message (via card)
- Send Post
- Send Card## Credentials
1. create a new Custom bot in group
2. copy Webhook URL an paste in n8n credential page## Usage
_This is an optional section. Use it to help users with any difficult or confusing aspects of the node._
_By the time users are looking for community nodes, they probably already know n8n basics. But if you expect new users, you can link to the [Try it out](https://docs.n8n.io/try-it-out/) documentation to help them get started._
### Send Plain Text
Config example

Lark preview

### Send Post
Config example

Lark preview

### Send Card
Config example
Lark preview

### Send Markdown
Config example
Lark preview
## Resources
* [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)
* [Lark custom bot documentation](https://open.larksuite.com/document/client-docs/bot-v3/add-custom-bot?lang=en-US)## LICENSE
[MIT](LICENSE.md)