Error 40130
Product: TaskRouter
Error - 40130
Invalid Activity Sid - Dequeue Instruction
Possible Causes
- You provided a "post_work_activity_sid"" that was invalid or no longer exists.
Possible Solutions
- Confirm a valid ActivitySid is being passed in the "post_work_activity_sid" parameter exists in your workspace.
Example
{
"instruction": "dequeue",
"to": "client:alice",
"from": "bob",
"post_work_activity_sid": "WA0123456789abcdef0123456789abcdef"
}