跳到主要内容

Lark

Use the Lark source to replicate Approval, Base, Attendance, and Contact data from a customer-managed Lark tenant into Daspire.

Lark and Feishu appear as separate source entries in Daspire because customers configure them in different Open Platform environments. They share the same connector implementation under the hood.

Supported modules

ModuleStatusOutput
ApprovalSupportedRaw approval instance payloads, approval instance base records, approval field key/value rows, task details, and timeline details
BaseSupportedBase record metadata plus raw fields JSON
AttendanceSupportedCheck-in flow records for all visible users by default, with optional employee ID filters
ContactSupportedUsers under the root department by default, with optional department filters

Authentication modes

Current public setup uses BYOA / custom app credentials. Daspire does not currently provide a public Lark marketplace app that customers can install from the Lark app directory for this source.

BYOA / custom app credentials

Use this mode when the customer creates and owns the Lark Open Platform app.

Required fields:

FieldDescription
App IDLark Open Platform app ID
App SecretLark Open Platform app secret

To get these values:

  1. Sign in to the Lark Developer Console.
  2. Create or open a customer-owned custom app for the Lark tenant.
  3. Open the app credentials page and copy the App ID and App Secret. Lark documents this as the custom-app tenant_access_token flow: custom app tenant access token.
  4. Grant the app the permissions required by the modules you plan to sync.
  5. Publish or enable the custom app for the tenant after the tenant administrator approves the permissions.
  6. Paste the App ID and App Secret into Daspire.

Daspire exchanges the app ID and app secret for a tenant access token with:

POST https://open.larksuite.com/open-apis/auth/v3/tenant_access_token/internal

The app secret is stored as an encrypted connector secret.

Store app / marketplace-ready

This mode is reserved for a Daspire-managed Lark marketplace app or private marketplace deployment. Do not choose it for normal customer-created custom apps.

Daspire does not currently expose a self-service Lark marketplace app installation flow for this source. A usable store-app setup requires:

  • A Daspire-owned Lark marketplace app that has passed the Lark app directory or private deployment review.
  • A tenant administrator installing that app.
  • A Daspire installation callback that receives the tenant key.
  • Daspire-managed app ticket, app access token, and tenant access token lifecycle automation.

Lark explains the difference between custom apps and store apps in self-built apps and store apps. The token exchange for store apps is documented in store app tenant access token.

Reserved fields:

FieldDescription
Tenant KeyTenant key received by Daspire from a completed marketplace app installation callback
App Access TokenApp-level token generated by the Daspire-managed marketplace app token flow
Tenant Access TokenOptional pre-minted tenant token from a Daspire-managed marketplace app deployment

Customers cannot obtain these values from a BYOA/custom app in the Lark developer console. Use BYOA unless Daspire has explicitly provided marketplace installation details for your tenant.

Required permissions

Grant only the permissions required by the modules you enable.

ModuleRequired Open Platform access
ApprovalRead approval definitions, query approval instances, and read approval instance details
BaseRead Base apps, tables, views, records, and automatic record metadata
AttendanceExport attendance/check-in data for the configured employee ID type. Default all-user sync also needs enough Contact access to enumerate visible users.
ContactRead basic contact information and the user fields you intend to sync

If the customer uses a custom app, the app must be published or enabled for the tenant after permissions are approved.

Set up Lark in Daspire

  1. Select Lark from the source catalog.
  2. Enter a source name.
  3. Choose the authentication mode.
  4. For BYOA, enter the Lark App ID and App Secret.
  5. Select Approval, Bitable/Base, Attendance, Contact, or any combination.
  6. For Approval, enter one or more approval codes and a rolling lookback window in days.
  7. For Base, enter the app token, table ID, and optional view ID.
  8. For Attendance, optionally enter employee IDs or employee numbers to filter the sync. Leave empty to scan all users visible to the app, and choose the matching ID type.
  9. For Contact, optionally enter department IDs to filter the sync. Leave empty to scan from the root department, and choose the matching department and user ID types.
  10. Save and test the source.

Notes

  • Approval sync uses an incremental cursor where Lark supports time-window filtering. A rolling lookback is used to catch updates when the upstream API does not expose a reliable updated timestamp.
  • Base records preserve table fields as raw JSON. Daspire does not hardcode table-specific field names.
  • Attendance and Contact are opt-in modules. When selected, they default to scanning all users and departments visible to the app; filters can narrow the scope.
  • Contact enrichment is available as a connector helper for future stream enrichment. The Contact module itself emits user rows only when selected.