Hi Team, Good day!
I am working with Type form to push their data to Celigo Webhook. Typeform creates the signature and appends "sha256" as a prefix to the header. But Celigo assumes the signature is created with (payload + Secret) with no pre-fixes. Thus it fails with 401. I tried both the normal and pre-fixed scenario from postman and it behaves as expected - works only for non prefixed. Is there a way to set this auth in such a way that the format of the header is configurable in Celigo ?