Error 40112
Product: TaskRouter
Error - 40112
Missing or Invalid 'url' parameter - Call Instruction
Possible Causes
- You did not provide a "url" parameter on your 'call' instruction.
- You provided an invalid format in your "url" field.
Possible Solutions
- Make certain "url" is provided and contains a well formed HTTP or HTTPS URL.
Example
{
"instruction": "call",
"to": "client:alice",
"from": "bob",
"url": "https://example.com/twiml?querystring=1234"
}