Lark Messenger
Last updated
Last updated
The Lark Messenger node allows you to automate work in Lark Messenger, and integrate Lark Messenger with other applications. N8N has built-in support for a wide range of Lark Messenger features, including such as:
Send different types of messages via Lark, such as text, rich text, images, files, interactive , videos, audios, and emojis.
Manage Lark groups, such as creating a group and adding a user or a bot to a group.
On this page, you'll find a list of operations the Lark Messenger node supports and links to more resources.
Message management
Send message
Reply message
Edit Message
Recall message
Forward a message
Merge forward messages
Query the read status of message
Get chat history
Obtain resource files in messages
Obtain the content of the specified message
Buzz message
Send buzz messages in apps
Batch message
Send messages in batches
Recall messages in batches
Query the number of pushers and readers of batch messages
Query the overall progress of a batch message
Message reaction
Add a reaction for a message
Delete a reaction for a message
List message reactions
Pin
Pin a message
Unpin a message
Get pins in group
1. Start node
The start node exists by default when you create a new workflow.
2. Lark Authentication node
We will use the Lark Authentication node to get the values of the tenant access token.
Click on the Add node or drag to connect button and enter Lark Authentication in the search nodes box.
Select Create New Credential from the dropdown list.
Enter your app ID in the App ID field.
Enter your app secret in the App Secret field.
Click on Save to save credentials.
Turn off the popup and click on Execute Node to run a node.
Lark Messenger node (Append)
We will use the send message and card action in the Lark Messenger node to set the values for needed fields.
Click on the Add node or drag to connect button and enter Lark Messenger in the search nodes box.
Search send message and card in search Lark Messenger Actions box.
Enter your tenant access token in the Tenant Access Token field.
Enter your app token in the App Token field.
Enter your Receive ID Type in the Receive ID Type field.
Enter your Receive ID in the Receive ID field.
Select the type of message(text or interactive) from the Message Type dropdown list.
Select text type
Select interactive type
This workflow enables you to send a message to a designated recipient. This example usage workflow would use the following nodes. - – Lark Authentication – Lark Messenger.