90033: Broadcast recipient's 'to' is too long
ERROR
The recipient to value in your Notify broadcast request is longer than the maximum length allowed for the selected channel. Twilio rejects the request when a destination address does not match the expected format or exceeds channel limits.
- You sent a phone number, identity, or device address that is longer than the channel supports.
- The
tovalue includes extra characters such as spaces, formatting symbols, or concatenated data that make the address invalid. - You used the wrong destination type for the channel, such as sending a non-phone-number value for an
smsormmsnotification. - Your application passed an unvalidated user-supplied value into the recipient list.
- Validate each recipient address before you send the broadcast.
- For
smsandmms, send the destination as a valid phone number inE.164format. - Make sure the
tovalue matches the channel you selected and remove any unsupported prefixes, labels, or appended metadata. - Review your application logic for string concatenation or serialization issues that can make the destination value too long.
- If you are sending to identities or bindings, confirm that the stored address or identity value is within the limits required by your Notify integration.