feishu_sync_config.example.json 507 B

123456789101112131415161718
  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. "conversation_sheet_name": "Facebook对话记录",
  8. "sync_conversation_sheet": true,
  9. "channel_sheets": [
  10. "Facebook",
  11. "Facebook对话记录",
  12. "LinkedIn",
  13. "Google Maps",
  14. "汽车网站精选线索",
  15. "协会商会"
  16. ],
  17. "report_path": "runs/YYYYMMDD/<run_id>/feishu-sync-report.json"
  18. }