Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this pageProducts used
Looking for more inspiration?Visit the
Error
Application error

40137: Missing 'to' parameter when issuing Conference instruction

Twilio TaskRouter DocumentationTaskRouter

Description

description page anchor

A valid 'to' parameter must be provided when using the Conference Instruction

Possible causes

possible-causes page anchor
  • A 'to' parameter was not passed when issuing the Conference instruction
  • The 'to' parameter supplied to the Conference instruction was invalid
  • Supply a valid 'to' parameter when issuing the Conference instruction

Example

example page anchor
1
{
2
"instruction": "conference",
3
"to": "client:alice",
4
"from": "+18001234567"
5
}