HMAC(Text algorithm, Text key, Text data, Text encoding)

Calculates HMAC for third-party API calls.

Parameters

algorithm
The text constant, "MD5", "SHA", "SHA1", "SHA2_256," or "SHA2_512."
key
The text key for encoding.
data
The text data for encoding.
encoding
The text constant, "base64," or "binhex."

Returns

Text

Next: If