Hi! I’m new to Make and I need to set up a webhook response that requires an HMAC-MD5 signature using my secret key.
Situation:
A payment system sends a webhook to my scenario.
To acknowledge it, I need to return a response containing an HMAC-MD5 signature.
The signature is calculated based on certain data (e.g., order number, amount, etc.) and my secret key.
Questions:
1. How can I generate an HMAC-MD5 signature with a secret key in Make for a webhook response?
2. How do I include this signature in the webhook response so the payment system accepts it as valid?
3. Are there any example formulas or steps for doing this in Make?
I would really appreciate a working example or guidance on how to do this correctly.
