HMAC_SHA1_BASE64

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

Syntax 

HMAC_SHA1_BASE64(text, secret)

Usage examples 

Example 1

Input

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

Formula

HMAC_SHA1_BASE64(my_action.message, CREDENTIAL.hmac_secret_key)

Output

"puebBWCIh5KN7hP9hBsb8lwYaf4="

Sample Actions 

Event Transform
My Action
Event Transform
HMAC_SHA1_BASE64

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?