Error 40137
Product: TaskRouter
ERROR - 40137
Missing 'to' parameter when issuing Conference instruction
A valid 'to' parameter must be provided when using the Conference Instruction
Possible Causes
- A 'to' parameter was not passed when issuing the Conference instruction
- The 'to' parameter supplied to the Conference instruction was invalid
Possible Solutions
- Supply a valid 'to' parameter when issuing the Conference instruction
Example
{
"instruction": "conference",
"to": "client:alice",
"from": "+18001234567"
}