Rate this page:

Configuring global variables

In the Global variables section, you can configure different global variables to be used in your scenarios. Global variables are variables with values that can be called in any script, whether outbound or inbound and always have the value you defined in them.

For example, you need to define an authorization key from an external API that you constantly use in your scenarios. But the point is that the authorization key is not a permanent thing, and you suppose to update it once a month. And you have 25 different scenarios on your account that can use this key. A global variable is a great tool to ease your work. You only need to change the key's value, and not edit the other 25 scenarios.

  1. Log in to your Voximplant Kit account.
  2. Select Administration > Integrations > Global variables.
  3. Click Add variable.
  4. In the Add variable window, enter the name of the variable and its value.
Note

Variable name can contain only Latin characters and numbers. You cannot start a variable with a digit.

Global variables
  1. Click Create.
  2. Click the More options icon to edit or delete the global variable.
Information

The system performs the global variable call as follows {{GLOBAL.variable_name}}