Connect your Lark workspace to Docaflex for seamless document automation and workflow integration.
Docaflex integrates deeply with Lark (Feishu) to provide comprehensive document automation capabilities. This integration allows you to:
Enable the following scopes for your Lark application:
bitable:app
- Base accesscontact:user.id:readonly
- User infoim:message
- Send messagesapproval:approval
- Approval workflowsdocs:doc
- Document creationtask:task
- Task managementcalendar:calendar
- Calendar eventsvc:meeting
- Video conferencesAdd your Lark credentials to your environment variables:
LARK_APP_ID=your_app_id_here
LARK_APP_SECRET=your_app_secret_here
Automatically generate documents when Base records are created or updated.
Generate documents instantly from Lark form submissions.
Create sophisticated approval processes for your documents.
Send rich notifications and interactive cards to Lark chats.
Use these endpoints to interact with Lark integrations:
POST /api/lark/webhook
Receives events from Lark applications
POST /api/larkbase/connect
Establish connection to Lark Base
Verify your App ID and App Secret are correct and the app is published.
Check that your webhook URL is publicly accessible and returns a 200 status.
Ensure all required scopes are enabled and the user has granted permissions.