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

90027: Broadcast 'FriendlyName' is too long


ERROR: 90027

error-90027 page anchor
ERROR

Twilio returns this error when your broadcast request includes a FriendlyName value that exceeds the supported length. Twilio validates request parameters before it processes messaging operations, so shorten the FriendlyName value and send the request again.

Possible causes

possible-causes page anchor
  • The FriendlyName value in your broadcast request is longer than Twilio accepts.
  • Your application is sending a generated or concatenated FriendlyName value whose final length exceeds the supported limit.
  • Shorten the FriendlyName value in the request before you create the broadcast.
  • Inspect the final request payload your application sends to Twilio to confirm the FriendlyName value is not too long.
  • Review the failed request in the Twilio Debugger or your application logs, update the request, and retry it.

Additional resources

additional-resources page anchor