Secrets

Secrets can be used to create secure values for your actions and proxies more securely. When linking a secret to a custom action, the keys can be used in the environment to draw from predefined values. When a secret is linked to a proxy, its key-value pairs are automatically added as HTTP headers to every request routed through that proxy.

You can view the list of available secrets from the Secrets tab in Team Setup under the Security tab.

To create a secret:

  1. From Team Setup, go to Secrets under the Security tab. Click on + Create.
  2. In the menu, type in a name for your secret.
  3. Type in a description (optional).
  4. Select the method you want to use to create your key-value pairs:
    • Form - you can type in a unique Key name and its Value manually. Click + Add Key to create more variables.
    • JSON - You can create or paste the key-value data in JSON format.
  5. When you’re done, click Create.
📘
  • Custom actions and proxies can only have one linked secret at a time.
  • All keys in the same secret must have unique names.

Edit

To edit a secret:

  1. In the Secrets tab, click on the secret you want to edit.
  2. Click the corresponding Edit icon next to the information you want to change.
  3. Make the necessary changes accordingly.
  4. Click Save.
🚧

Secret in use

If a used secret is deleted, features using it will be affected and may become invalid.