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:

  1. Stand up an always-on server that can receive webhook POST requests.
  2. Expose a public HTTPS endpoint reachable from the internet.
  3. Verify the webhook signature on production deliveries.
  4. Parse the webhook payload and process the alert data.
  5. Acknowledge quickly with a 2xx response after the event is durably accepted.
  6. Avoid polling or expecting OpenFunnel to hold messages for later pickup.
Installs
1
GitHub Stars
7
First Seen
May 3, 2026
live-view-alert-webhooks — openfunnel/openfunnel-skills