Adding a new integration with specific header

Hi everyone,

I try to add a new integration for Rundeck hooks and I would like to add the authorization key support. This a simple authorization string create on the webhook and use at the authorization: header.

I don’t find a solution to add this header with the module Integrations::HasWebHook, I need to create a dedicated class for the rundeck client maybe ?

Regards,