Webhook

Send Grometrics alerts through Webhook.

Last updated August 2026

Connect Webhook and verify alert delivery to your endpoint.

Prerequisites

  • An HTTPS endpoint that accepts POST requests with a JSON body
  • Owner access to the Grometrics workspace

Steps

1

Open the Webhook notification

Go to Dashboard → Integrations, find Webhook under Notifications, and click Connect.

2

Enter the Webhook destination

Enter your HTTPS endpoint. Add a signing secret if your receiver should verify that requests came from Grometrics.

3

Choose alert types

Select the events you want delivered. High-intent visitor sends once when a visitor reaches three saved-goal completions. New sale and Refund report payment activity.

4

Verify and save

Click Continue, run the test, and confirm your endpoint receives the test POST and returns a 2xx response. Save the connection after verification succeeds.

Webhook security

When a signing secret is configured, Grometrics sends an x-grometrics-signature HMAC-SHA256 header and identifies the algorithm with x-grometrics-signature-algorithm.

Troubleshooting

The endpoint returns an error

Confirm it accepts POST requests, parses application/json, and returns a 2xx response.

Signature verification fails

Calculate HMAC-SHA256 over the raw JSON request body with the same signing secret stored in Grometrics.

No high-intent webhook arrived

Confirm High-intent visitor (3 goals) is selected and review the integration card for its latest delivery error.

Was this page helpful?

Webhook — Grometrics Docs | Grometrics