Firehose integration
Use Firehose when you want high-volume notification events streamed to your own endpoint.
Setup
- Create a scalable HTTPS ingestion endpoint.
- Paste the endpoint URL into ThisIsDown.
- Optionally add an API key used as a bearer token.
- Send a test and save.
Recommended endpoint behavior
- Return a 2xx response quickly.
- Queue work internally instead of processing synchronously.
- Treat duplicate events as possible during retries.