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

TaskRouter->Dequeue



ERROR: 40131

error-40131 page anchor
TASKROUTER
ERROR

Missing or Invalid 'to' parameter - Dequeue Instruction

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

Possible Causes

possible-causes page anchor
  • You did not provide a "to" parameter on your 'dequeue' instruction.
  • You provided an invalid format in your "to" field.
  • Make certain "to" contains a valid phone number, client URI, or SIP URI.
1
{
2
"instruction": "dequeue",
3
"to": "client:alice",
4
"from": "bob",
5
"post_work_activity_sid": "WA0123456789abcdef0123456789abcdef"
6
}

Rate this page: