63027: Template does not exist for a language and locale
MESSAGING, WHATSAPP, CONTENT
ERROR
This error occurs when you send a channel message with a template language or locale that is not available for the template you referenced, or when you send the template with parameters that do not match the content template sending flow. Create or select a template in the correct language, then send it with ContentSid and, if needed, ContentVariables.
- The template you are trying to send was not created for the language or locale in your request.
- The template exists, but the template
languagedoes not match the one your application expects. - You sent the template with the wrong API parameters instead of the content template parameters used by the Messaging API.
- Open the template in Console or fetch it with the Content API and confirm the template
languagebefore you send it. - If you need a different language, create a template for that language. After a template is submitted for WhatsApp approval, you cannot change its language.
- Send the message with
ContentSidand, if your template uses placeholders,ContentVariables. - Do not include
BodyorMediaUrlwhen you send a content template withContentSid.