Manage webhook subscriptions from Project Settings → Webhooks (one project) or Workspace Settings → Webhooks (all projects in the workspace). Both surfaces offer the same lifecycle; the workspace page adds a Project column and a project picker when creating.
Create a webhook
Section titled “Create a webhook”-
Open Webhooks in Project or Workspace settings and choose Add webhook.
-
Enter the Payload URL — the endpoint that will receive deliveries.
-
(Workspace level only) pick the Project whose events this webhook listens to.
-
Select one or more Events from the grouped checklist (Defects, Test runs, Requirements, Releases). See Events.
-
Create. Hawzu shows the signing secret once — copy and store it now; it can’t be retrieved later.
Send a test event
Section titled “Send a test event”Use the Send test event (paper-plane) action on a row to queue a synthetic webhook.test
delivery to the endpoint — a quick way to confirm the URL is reachable and your signature check
works. It appears in the row’s delivery history marked test.
Enable, disable, edit
Section titled “Enable, disable, edit”- Toggle the Active / Paused switch to stop or resume deliveries without deleting the webhook. A paused webhook receives nothing.
- Edit (pencil) to change the URL or the subscribed events. Editing does not rotate the signing secret.
- Delete (trash) removes the webhook and its delivery history. This can’t be undone.
Delivery history & redeliver
Section titled “Delivery history & redeliver”Expand a webhook row to see its recent deliveries — event, status (pending / success /
failed), HTTP response code, attempt count, and time. Failed deliveries are retried automatically
a few times. Use Redeliver (refresh) on any past delivery to replay it with the same payload —
handy after fixing your endpoint.
Next steps
Section titled “Next steps”- Webhooks overview — the delivery envelope and signature verification.
- Events — payload shapes for every event.