Webhooks
This admin page lets you register endpoints that receive a POST request whenever chosen events happen in your community.
Open it from Admin -> Webhooks (the route is /admin/webhooks).
What you can do here
- Add an endpoint with Add Endpoint, entering the URL and ticking which events to subscribe to.
- Choose from events such as member joined/left, post created/deleted, message sent, course enrolled/completed, payment received, subscription created/cancelled, level up, and badge earned.
- View each endpoint's status dot, subscribed events, signing secret, created date, last-triggered date, and failure count.
- Reveal, hide, or copy the signing secret used to verify incoming requests.
- Enable or disable an endpoint with the power button, or delete it.
Tips
- Webhooks are a Business-plan feature; if it's locked, upgrade your plan to use them.
- A new signing secret is generated for each endpoint — use it to verify the payloads you receive.
Related
- The admin panel overview