40120: TaskRouter->Direct



TASKROUTER
ERROR

Missing or Invalid 'url' parameter - Redirect Instruction

missing-or-invalid-url-parameter---redirect-instruction page anchor
  • You did not provide a "url" parameter on your 'redirect' 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": "redirect",
3
"call_sid": "CA0123456789abcdef0123456789abcdef",
4
"url": "https://example.com/twiml?querystring=1234"
5
}