Handle webhooks in your backend
Mythex does not provide a hosted “webhooks product.” You add an HTTP endpoint in your backend (often via a Dockerfile API) and point the provider at your published URL.Starter prompt
Tips
- Webhooks need a public URL — publish first (or use a tunnel only if you know what you are doing)
- Store signing secrets in Secrets
- See REST API backend and API backends