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

TaskRouter->Call



ERROR: 40110

error-40110 page anchor
TASKROUTER
ERROR

Missing or Invalid 'to' parameter - Call Instruction

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

Possible Causes

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

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


Rate this page: