Skip to main content
Question

webhooks v2 add to header?

  • May 22, 2025
  • 4 replies
  • 4 views

Forum|alt.badge.img

I'm guessing the answer is no, because there is nothing in the documentation, but for giggles, is there a way to add to the webhook HTTP header that gets sent to the target URL?  The application at the target requires an "Authorization" header variable with a bearer token.  Unfortunately have no control of that requirement.  So any idea if there is a way to add a custom header variable when the webhook is defined or modified?  Thanks

4 replies

Forum|alt.badge.img

Webhooks does not support custom headers and you would need to use the Webhook signatures to verify the incoming requests.


Forum|alt.badge.img

I believe you have to put another service in the middle.


Forum|alt.badge.img

Thanks that's what I figured


Forum|alt.badge.img

Thanks for the response.  That's what I assumed, but just hopped I could pass a bearer token of my choice and then validate the box signatures as well.  Will need an intermediate service apparently.  Thanks again!