40112: TaskRouter->Call
TASKROUTER
ERROR
- You did not provide a "url" parameter on your 'call' instruction.
- You provided an invalid format in your "url" field.
- Make certain "url" is provided and contains a well formed HTTP or HTTPS URL.
1{2"instruction": "call",3"to": "client:alice",4"from": "bob",5"url": "https://example.com/twiml?querystring=1234"6}