Looking for Postman HMAC pre-request script

Hi all,

I want to test the webhook connectors using Postman with HMAC enbaled. Hence Im looking for a pre-request script I can use in Postman to generate the HMAC header - does anyone have one?

ALternately, can anyone describe the HMAC ‘recipe’ used by the webhook connector - eg is it as simple as say Header: {{HMAC-HEADER}} HMAC256(request.body, {{SECRET}}) or is a nonce, timestamp etc also required?

regards

Rob

Found one…

2 Likes