Skip to contentSkip to navigationSkip to topbar
Rate this page:
On this page

TaskRouter->Call



ERROR: 40112

error-40112 page anchor
TASKROUTER
ERROR

Missing or Invalid 'url' parameter - Call Instruction

missing-or-invalid-url-parameter---call-instruction page anchor

Possible Causes

possible-causes page anchor
  • 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
}

Rate this page: