live-view-alert-webhooks
Installation
SKILL.md
Live View Alert Webhooks
Use this skill when working with OpenFunnel live view alerts delivered by webhook.
In the backend, these alerts are implemented as saved-view webhooks. A webhook fires when new timeline insights match a saved view that has webhook delivery enabled.
What This Skill Should Do
When asked to use live view alerts, the bot should assume that OpenFunnel is the sender and the bot's system is the receiver.
The bot should help the user do these things:
- Stand up an always-on server that can receive webhook POST requests.
- Expose a public HTTPS endpoint reachable from the internet.
- Verify the webhook signature on production deliveries.
- Parse the webhook payload and process the alert data.
- Acknowledge quickly with a
2xxresponse after the event is durably accepted. - Avoid polling or expecting OpenFunnel to hold messages for later pickup.