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

32602: Virtual Agent: Invalid Connector

Twilio Voice DocumentationVoice

Description

description page anchor

This error occurs when the connector referenced by <VirtualAgent> is not valid for the call. The connectorName attribute is required, and its value must match the connector's Unique Name from your Dialogflow CX connector configuration.

Possible causes

possible-causes page anchor
  • The value passed in connectorName does not match an existing Dialogflow CX connector.
  • The referenced connector exists, but it is not a valid <VirtualAgent> connector.
  • Your TwiML does not include the required connectorName attribute on <VirtualAgent>.
  • Verify that you completed the Dialogflow CX one-click integration so Twilio created a Dialogflow CX Connector for your agent.
  • Review your Dialogflow connectors in Twilio Console, then copy the connector's Unique Name into the <VirtualAgent> connectorName attribute.
  • Make sure your call flow uses <Connect><VirtualAgent> and that the TwiML you return includes connectorName on <VirtualAgent>.

Additional resources

additional-resources page anchor