Supported Targets
notion: sync to a Notion database or pageobsidian: write to Obsidian after explicitly choosingREST APIorfilemoderss: expose reports as an RSS feed
Key Capabilities
- Keep per-target configuration
- Enable or disable each destination independently
- Bind one or more destinations to a monitor
- Let Obsidian choose an explicit mode and run a connectivity test
How to Use It
- Open the Destinations page
- Fill in the config for your target
- For Obsidian, explicitly choose
REST APIorfilemode - Run the connectivity test
- Enable the destination
- Select that destination in a monitor
- Run the monitor and verify the output
Configuration Notes
- Notion: confirm token plus database ID or parent page ID
- Obsidian
REST API: confirm the local plugin is reachable and the API key is valid - Obsidian
file: confirmvault_pathpoints to a writable vault directory - RSS: confirm consumers use the right feed URL
Related API
- List:
GET /api/v1/destinations - Update:
PATCH /api/v1/destinations/{destination_id} - Test connectivity:
POST /api/v1/destinations/{destination_id}/test - RSS feed:
GET /api/v1/feed.xml