Error 40110
Product: TaskRouter
Error - 40110
Missing or Invalid 'to' parameter - Call Instruction
Possible Causes
- You did not provide a "to" parameter on your 'call' instruction.
- You provided an invalid format in your "to" field.
Possible Solutions
- Make certain "to" contains a valid phone number, client URI, or SIP URI.
Example
{
"instruction": "call",
"to": "client:alice",
"from": "bob",
"url": "https://example.com/twiml"
}