# Using ClickHouse as a webhook endpoint with HMAC verification

DevFeed: [Using ClickHouse as a webhook endpoint with HMAC verification](<https://devfeed.tech/articles/using-clickhouse-as-a-webhook-endpoint-with-hmac-verification-5163.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/clickhouse-webhook-endpoint>)

Author: Mark Needham

Published: 2026-03-03T00:00:00Z

Content type: tutorial

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [FIRST](<https://devfeed.tech/topics/first.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [data](<https://devfeed.tech/tags/data.md>), [github](<https://devfeed.tech/tags/github.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [production](<https://devfeed.tech/tags/production.md>), [server](<https://devfeed.tech/tags/server.md>), [sql](<https://devfeed.tech/tags/sql.md>)

## AI overview

Tutorial showing how to use ClickHouse as a webhook endpoint with HMAC verification, including local setup and a ClickHouse Cloud example receiving GitHub webhooks.

## Source excerpt

Using ClickHouse as a webhook endpoint with HMAC verification