1. Handlebars Helpers
  2. Decrypt

Handlebars Helpers

Decrypt

Decrypts data with a supplied secret during Handlebars substitution. Useful for secure template workflows that need protected values in tasks or integrations.

Uses

  • Use to get back original text that was encrypted
  • Use to decrypt api keys for authorization in API Call Task

Usage

Helper name : decrypt

Parameter Description
1 The decryption key, the same key that was used to encrypt

eg. {{#decrypt 'password'}}{{/decrypt}}

NOTE

Use with Encrypt to encrypt the text

Examples

Decrypt some data

Example definition:

loading...

Substituted definition

loading...

Decrypt a data structure

This method uses the JSON Parse Hashtag Helper with decrypt to decrypt a full data structure

Example definition:

loading...

Substituted definition

loading...