feishu_sync_config.example.json 390 B

123456789101112131415
  1. {
  2. "enabled": true,
  3. "spreadsheet_url": "https://example.feishu.cn/sheets/xxxxxx",
  4. "spreadsheet_token": "",
  5. "sync_scope": "summary_first",
  6. "summary_sheet_name": "客户信息汇总表",
  7. "channel_sheets": [
  8. "Facebook",
  9. "LinkedIn",
  10. "Google Maps",
  11. "汽车网站精选线索",
  12. "协会商会"
  13. ],
  14. "report_path": "runs/YYYYMMDD/<run_id>/feishu-sync-report.json"
  15. }