Skip to main content

Webhooks

Preview

This API is in active development. Shapes and URLs are illustrative and may change before GA.

Send GTM Clarity events to your own systems in real time.

Configure

Settings → Integrations → Webhooks → Add endpoint. Provide a URL and select events.

Events

  • conversation.started
  • conversation.ended
  • identity.resolved
  • handoff.requested
  • conversion.recorded

Payload

{
"event": "conversion.recorded",
"created_at": "2026-06-20T18:00:00Z",
"data": {
"visitor_id": "vis_123",
"goal": "booked_demo",
"company": "Acme",
"conversation_id": "cnv_456"
}
}

Each request is signed with X-GTMC-Signature (HMAC-SHA256 of the body using your endpoint secret). Verify it before trusting the payload.