How do I create a webhook?
Add, configure, and manage a webhook in a few steps.
- Go to Settings → Webhooks.
- Click Add webhook.
- Fill in the fields:
- Name — a label to recognize this webhook later.
- URL — your HTTPS endpoint (must start with
https://). - Signature secret (optional, recommended) — a secret used to sign each request so you can confirm it came from AwareGO. See "How do I verify that a webhook came from AwareGO?".
- Event types — choose which events to receive, or select All webhook types to receive everything, including events we add in the future.
- Enabled — turn delivery on or off without deleting the webhook.
- Click Save.
The list of available events is always shown here in the setup screen, so you can see exactly what you can subscribe to. You can edit, disable, or delete a webhook at any time.
Note: The URL must be a public HTTPS address. http://, localhost, and private/internal addresses are rejected for security reasons.