Secrets
Secrets are special variables you can use in the automation pipeline webhooks. Secrets allow to hide sensitive data such as API tokens used in webhooks.
Once set, you cannot retrieve the value of the secret anymore. This ensures other people who have access to your property won't get the secret value.
You can reference secrets in automation pipelines by typing {{secrets.SECRET_NAME}}
, where SECRET_NAME
is the
name of the secret you've created.
All secret values will be hidden in the webhook results too, if printed. For instance the secret {{secrets.DO_TOKEN}}
,
when logged in DataUnlocker's webhook will become **secrets.DO_TOKEN.value**
and won't ever be printed as-is: