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
Warning
Application error

32701: Voice User-Defined Message: Invalid Content-Type

Twilio Voice DocumentationVoice

Description

description page anchor

Invalid Content-Type in the POST request to the UserDefinedMessage Resource. Only application/json is supported.

Possible causes

possible-causes page anchor
  • Value of Content-Type in the POST request to the UserDefinedMessage Resource is not as expected, or there is no Content-Type header in the request.
  • Make sure that Content-Type Header is included in the POST request to the UserDefinedMessage Resource and the value of the Content-Type Header is application/json.