Output Blocks#
Output blocks determine where your processed intelligence is delivered. HubFeed supports multiple output methods.
RSS Output#
Generates a custom RSS feed from your processed data.
Configuration#
| Field | Description |
|---|---|
| Feed Title | Title for the generated feed |
| Feed Description | Description of the feed content |
| Max Items | Maximum items in the feed |
Usage#
Once configured, your RSS output is accessible at:
https://hubfeed.io/feeds/{workflow_id}/rss
Subscribe to this feed in any RSS reader to receive updates.
JSON Output#
Exports data in JSON format for programmatic access.
Configuration#
| Field | Description |
|---|---|
| Include Fields | Which fields to include |
| Format | Pretty or compact JSON |
API Access#
Access your JSON output via the API:
bash
curl -H "Authorization: Bearer {token}" \
https://hubfeed.io/api/v1/workflows/{id}/outputNote: JSON output requires API authentication.
Multiple Outputs#
You can send processed data to multiple outputs simultaneously:
Best Practices#
- Use RSS output for human monitoring
- Use JSON for integration with other systems
Next Steps#
- BYOD Agent — Run your own agent for private sources