Menu

Expand
Rate this page:

Warning 40001

Product: TaskRouter

WARNING - 40001

Could not parse Assignment Instruction response as JSON. Ensure your JSON is not escaped

Example

Valid JSON (Not Escaped)
{
  "instruction": "call",
  "from": "+15558675309",
  "url": "http://example.com/agent_answer",   
  "status_callback_url":
    "http://example.com/agent_answer_status_callback"
}
Invalid JSON (Escaped)
{\r\n  \"instruction\": \"call\",\r\n  \"from\": \"+15558675309\",\r\n  \"url\": \"http:\/\/example.com\/agent_answer\",   \r\n  \"status_callback_url\":\r\n    \"http:\/\/example.com\/agent_answer_status_callback\"\r\n}

Possible Causes

JSON is escaped

Possible Solutions

Ensure your JSON is not escaped

Rate this page:

Thank you for your feedback!

Please select the reason(s) for your feedback. The additional information you provide helps us improve our documentation:

Sending your feedback...
🎉 Thank you for your feedback!
Something went wrong. Please try again.

Thanks for your feedback!

thanks-feedback-gif