PipedreamHQ / PipedreamHQ/pipedream
[Components] lark
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# lark
## URLs
- https://open.larksuite.com/document/home/index
## Polling Sources
### receive-message-in-lark-group-chat
#### Prompt
Emits an event when a new message is received in a Lark group chat (Bot and user have to be in the group already)
#### URLs
- https://open.larksuite.com/document/server-docs/im-v1/message/list
### new-user-added-to-group-chat
#### Prompt
Emits an event when a new user is added to a group chat (Bot has to be in the group already)
#### URLs
- https://open.larksuite.com/document/server-docs/group/chat-member/get?appId=cli_a8d1c50fd1b9d029
## Actions
### create-new-base-table-record
#### Prompt
Create a new record in a Base table.
#### URLs
- https://open.larksuite.com/document/server-docs/docs/bitable-v1/app-table-record/create
### create-new-lark-document
#### Prompt
Create a new Lark Document.
#### URLs
- https://open.larksuite.com/document/server-docs/docs/docs/docx-v1/document/create
### create-lark-spreadsheet
#### Prompt
Create a new Spreadsheet in Lark.
#### URLs
- https://open.larksuite.com/document/server-docs/docs/sheets-v3/spreadsheet/create
### add-user-to-lark-group-chat
#### Prompt
Add a user to a Lark Group Chat.
#### URLs
- https://open.larksuite.com/document/server-docs/group/chat-member/create
### update-base-table-record
#### Prompt
Update an existing record in a Base table.
#### URLs
- https://open.larksuite.com/document/server-docs/docs/bitable-v1/app-table-record/update
### create-new-lark-folder
#### Prompt
Create a new, empty Lark folder.
#### URLs
- https://open.larksuite.com/document/server-docs/docs/drive-v1/folder/create_folder
### create-new-lark-task
#### Prompt
Create a new task in Lark.
#### URLs
- https://open.larksuite.com/document/uAjLw4CM/ukTMukTMukTM/task-v2/task/create
### create-new-lark-calendar-event
#### Prompt
Create a new Lark Calendar event.
#### URLs
- https://open.larksuite.com/document/server-docs/calendar-v4/calendar-event/create
Contributor guide
Assessment
This issue has not been assessed yet.