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.

_10
{
_10
"instruction": "call",
_10
"to": "client:alice",
_10
"from": "bob",
_10
"url": "https://example.com/twiml?querystring=1234"
_10
}


Rate this page: