Hi, is there a way to pass the header which we receive at the rasa web hook endpoint? Can we pass on that header when we make a call to fulfillment? If it is possible then how this can be achieved?
Yes, you can customize or create your own channel. If this is for a REST endpoint, you can look at the existing rest channel code. You’ll also find docs on this here