Hello,
I am trying to make a zap which will poll data from an api but it requires hash as a payload for authentication which is generated using SHA512 encryption algorithm on the combination of email + secretkey + timestamp (“+” refers to concatenation and is not an addition operator).
I have all the data such as email, secretkey, timestamp.
Goal:
To generate Hash using the SHA512 encryption algorithm.