Skip to main content
Question

Is there a way to add custom headers to a Rule Webhook call?

  • March 10, 2026
  • 0 replies
  • 6 views

p_cora

Hello,

 

I need a way to add custom headers into a role webhook call, in order to call internal routes that need API keys.

The solution we found was to provide the API key directly into the path parameters, but that makes it so the key leak internally in our logs. Also, making the route key-less is not an option for us.