1. Docs
  2. Formulas
  3. Functions

HMAC_SHA1

Converts text into a SHA-1 hash using a hash message authentication code (HMAC).

Categories: Hashing/Signing

Syntax

HMAC_SHA1(text, secret)

Examples

Example 1

Input

1
{
2
"my_action": {
3
"message": "This is a private message for your eyes only!"
4
}
5
}

Formula

HMAC_SHA1(my_action.message, CREDENTIAL.hmac_secret_key)

Output

"a6e79b05608887928dee13fd841b1bf25c1869fe"

Sample actions

Event Transform
HASHING
Event Transform
My Action

Select an action to inspect

You can also click "Copy actions" and paste them in your Tines story to see how they work.

Was this helpful?