21654: ContentSid Required
MESSAGING, CONTENT
ERROR
Provide ContentSid whenever your request includes ContentVariables. ContentSid identifies the Content Template to send, and ContentVariables supplies substitution values for that template's placeholders.
- Your request included
ContentVariablesbut did not includeContentSid. - Your application attempted to send a Content Template and only passed variable values.
- Your request builder or helper library did not include
ContentSidin the final API request. - You are trying to use
ContentVariableswith content that is not being sent as a Content Template.
- Add
ContentSidto the send request whenever you includeContentVariables. - Use the
HXSID for the Content Template you want to send. - If you are not sending a Content Template, remove
ContentVariablesand send your message withBodyorMediaUrlinstead. - Verify that the template was created with the Content Template Builder or Content API. Only Content Templates can be sent with
ContentSidandContentVariables. - If your current helper library does not support
ContentSid, update it and confirm the parameter is being sent in the request.