Skip to contentSkip to navigationSkip to topbar
Page toolsOn this pageProducts used
Looking for more inspiration?Visit the

21654: ContentSid Required


ERROR: 21654

error-21654 page anchor
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.

Possible causes

possible-causes page anchor
  • Your request included ContentVariables but did not include ContentSid.
  • Your application attempted to send a Content Template and only passed variable values.
  • Your request builder or helper library did not include ContentSid in the final API request.
  • You are trying to use ContentVariables with content that is not being sent as a Content Template.
  • Add ContentSid to the send request whenever you include ContentVariables.
  • Use the HX SID for the Content Template you want to send.
  • If you are not sending a Content Template, remove ContentVariables and send your message with Body or MediaUrl instead.
  • Verify that the template was created with the Content Template Builder or Content API. Only Content Templates can be sent with ContentSid and ContentVariables.
  • If your current helper library does not support ContentSid, update it and confirm the parameter is being sent in the request.

Additional resources

additional-resources page anchor