92008: Unsupported Content Type
MESSAGING, CONTENT
ERROR
This error occurs when you try to create a new Content template with the deprecated twilio/buttons content type. Create new button-based templates with twilio/call-to-action or twilio/quick-reply instead.
- Your template creation request includes
twilio/buttonsin thetypesobject. - Your application is using an older Content API example or integration that still creates
twilio/buttonstemplates. - You are trying to recreate an older button template by using the deprecated
twilio/buttonscontent type for a new template.
- Update your template creation request to use
twilio/call-to-actionwhen you want buttons that open a URL or place a call. - Update your template creation request to use
twilio/quick-replywhen you want recipients to tap a button and send a response. - Review your request payload and remove any new
twilio/buttonscontent type usage before you submit the template. - Keep any previously created
twilio/buttonstemplates only where they are already in use. Create all new button templates withtwilio/call-to-actionortwilio/quick-reply.