90027: Broadcast 'FriendlyName' is too long
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.
- 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.