Environment Variables

Environment Variables can be used within the Channel configuration to store values that can be used across multiple Channels. This allows you to define a value once and use it in multiple places, making it easier to manage and update values across multiple Channels.

How to access

  1. Click on the Account icon on the top right corner of the screen.

  2. Select Administrative

  3. Select Environment Variables

Access Environment Variables

Adding an Environment Variable

  1. Click on the Add button

Adding new Environment Variable
  1. Enter a Name for the Environment Variable

  2. Select the Data Type of the Environment Variable from the drop-down list

  3. Entert the Value of the Environment Variable

  4. Click on the Save button

Adding new Environment Variable

Using Environment Variables

To use an Environment Variable in the Channel configuration, use the following syntax: $ENV[<Name of the Environment Variable>].

Example:

Using Environment Variables