Key Features
- Push delivery: events are forwarded to your endpoint as they flow through the pipeline — no polling required.
- Flexible authentication: token sent as a Bearer header or as a URL query parameter.
- Configurable method: deliver events with
POST(payload in the body, recommended) orGET.
Prerequisites
- An HTTP(S) endpoint reachable from Popsink that accepts incoming requests.