Fetch channels
Channel mapping
When Fire emits a publication event, the payload includes achannels array with Fire channel IDs. Use your stored mapping to resolve which aggregator each ID corresponds to.
When to re-fetch
Re-fetch the channel list:- On startup
- When you encounter an unknown
channel_idin a webhook event - On a scheduled interval (recommended: every 24 hours)

