HealthSync: n8n
Triggers n8n workflows via webhook with raw or aggregated batches to handle bursty data.
n8n Configuration
- Create a new or edit an existing workflow.
- Add a 'on webhook call'.
- Copy the Production URL for the HealthSync App Configuration.
HealthSync App Configuration
- Paste the Production URL from your n8n Webhook node into the n8n integration.
- Optional: add an auth header for your workflow.
- Choose delivery mode (realtime or batched), batch interval, and payload mode (raw or aggregated).
Payload options
- Realtime: sends samples as they arrive.
- Batched: includes
batch_id, window, and aggregated metrics for high-volume bursts.