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

92002: The 'variables' parameter exceeds the allowed limit

Twilio Messaging DocumentationMessaging
Twilio Content DocumentationContent

Description

description page anchor

This error occurs when your request includes more than 100 variables. Content templates support up to 100 variables, and template sends support up to 100 key-value pairs in ContentVariables.

Possible causes

possible-causes page anchor
  • The variables object in your Content API request contains more than 100 placeholder entries.
  • The ContentVariables payload you send with a template message contains more than 100 key-value pairs.
  • Reduce the number of entries in variables to 100 or fewer, then submit the request again.
  • If you send a template with ContentVariables, limit the payload to 100 key-value pairs.
  • Review each variable definition before you resend the request. Variable names cannot contain spaces, keys can be up to 16 characters, and values can be up to 1,600 characters.

Additional resources

additional-resources page anchor