40110: TaskRouter->Call
TASKROUTER
ERROR
- You did not provide a "to" parameter on your 'call' instruction.
- You provided an invalid format in your "to" field.
- Make certain "to" contains a valid phone number, client URI, or SIP URI.
1{2"instruction": "call",3"to": "client:alice",4"from": "bob",5"url": "https://example.com/twiml"6}