支持的目标
notion:同步到 Notion database 或 pageobsidian:显式选择REST API或本地文件模式后写入 Obsidianrss:将报告暴露为 RSS feed
关键能力
- 为每个目标维护独立配置
- 单独启用或停用某个 destination
- 在 monitor 上绑定多个 destination
- 为 Obsidian 提供显式模式切换与测试连接
如何使用
- 进入 Destinations 页面
- 填写对应目标的 config
- 如果是 Obsidian,先显式选择
REST API或本地文件模式 - 建议先执行一次“测试连接”
- 启用 destination
- 在 monitor 中选择要使用的 destination
- 运行任务并检查落盘结果
配置建议
- Notion:优先确认 token、database ID 或 parent page ID
- Obsidian
REST API:确认本地插件可访问,api_url与api_key正确 - Obsidian
本地文件:确认vault_path指向 vault 根目录,目标目录可写 - RSS:确认前端或消费端使用正确的 feed URL
相关接口
- 列表:
GET /api/v1/destinations - 更新:
PATCH /api/v1/destinations/{destination_id} - 测试连接:
POST /api/v1/destinations/{destination_id}/test - RSS feed:
GET /api/v1/feed.xml