Output Blocks

Output blocks for delivering processed intelligence

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#

FieldDescription
Feed TitleTitle for the generated feed
Feed DescriptionDescription of the feed content
Max ItemsMaximum 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#

FieldDescription
Include FieldsWhich fields to include
FormatPretty 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}/output

Note: JSON output requires API authentication.

Multiple Outputs#

You can send processed data to multiple outputs simultaneously:

Best Practices#

  1. Use RSS output for human monitoring
  2. Use JSON for integration with other systems

Next Steps#

  • BYOD Agent — Run your own agent for private sources