According to doc in <https://docs.growthbook.io/ap...
# ask-questions
g
According to doc in https://docs.growthbook.io/app/webhooks/sdk-webhooks#standard-webhooks
Webhook requests sent to your endpoint include 3 headers:
webhook-id
- The unique id for this event
webhook-timestamp
- The unix integer timestamp of the event
webhook-signature
- The signature (format described below)
is it possible to add support for standardwebhook for Event Webhook too?
s
Can you share more about your use case or what you're trying to accomplish?
g
I integrated web hooks, I am just surprised that https://docs.growthbook.io/app/webhooks/sdk-webhooks#standard-webhooks was supporting standard webhooks spec, but the https://docs.growthbook.io/app/webhooks/event-webhooks does not