Context Data
The Redirect to External task sends contextual data about a call to the receiver of the redirected call. You can create multiple key-value pairs to pass contextual data about the customer's call and the redirected call to the external destination. You can type a static text for the key and the key value or assign a variable as the value. You cannot create duplicate keys.
With the Redirect to External task, you can use global variables, result variables, or cache variables to pass contextual data about the call to the destination party. You can use the following variable types:
Type the key-value pairs one under the other as in the following example:
key1
value1
key2
value2
key3
value3
The key-value pairs you enter combine into a single string as they are sent to the external destination as in the following example: key1=value1,key2=value2,key3=value3. The total number of characters for the key-value pairs you enter, including comma separators, must not exceed 400. If the total number of characters for the key-value pairs exceeds 400, the excessive key-value pairs are not sent to the receiver.