Skip to main content

Setting Custom Values

The param action will pass the custom parameter while getting the input from the caller. when connecting a caller to an agent, you might want to send the additional param like their display name to the agent's application so that they can have more information about the customer.

Param action JSON

[
{
action: "param",
text: "{ Name=Akil, ID=8915726 }"
}
]

Parameters type and description

ParameterTypeDescription
*actionstringThe PCMO action to control the flow of the call.
textstringYour custom parameters
Note
The * marked property is mandatory.