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

TaskRouter->Dequeue



ERROR: 40130

error-40130 page anchor
TASKROUTER
ERROR

Invalid Activity Sid - Dequeue Instruction

invalid-activity-sid---dequeue-instruction page anchor

Possible Causes

possible-causes page anchor
  • You provided a "post_work_activity_sid"" that was invalid or no longer exists.
  • Confirm a valid ActivitySid is being passed in the "post_work_activity_sid" parameter exists in your workspace.
1
{
2
"instruction": "dequeue",
3
"to": "client:alice",
4
"from": "bob",
5
"post_work_activity_sid": "WA0123456789abcdef0123456789abcdef"
6
}

Rate this page: