I am trying to use webhooks from Hubspot workflows as inbound events in my process. For that, I am using the “Webhook Intermediate Event Connector”.
For authentication, I want to use a HMAC signature. The problem I am facing is that Hubspot uses a specific strategy to calculate the signature that doesn’t seem to be supported by the standard connector.
Is there some way to specify the string that goes into the hash function to calculate the signature, perhaps using a FEEL expression?