n8n-nodes-lark-webhook
# 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)