21665: Invalid 'FallbackFrom' sender
MESSAGING
ERROR
The FallbackFrom parameter must be a valid SMS or MMS sender. Aceptable values include an E.164 phone number, an alphanumeric sender ID, or a short code that exist in your Twilio account.
FallbackFromcontains a phone number not in E.164 format (e.g.,15105550100instead of+15105550100).FallbackFromcontains a phone number in an unsupported format (e.g., with spaces or parentheses).FallbackFromcontains a phone number that is not owned by the Twilio AccountFallbackFromcontains an RCS Sender format (e.g.,rcs:sender_id).
- Use a valid SMS/MMS sender format: an E.164 phone number (e.g.,
+15105550100), alphanumeric sender ID, or short code. - Do not use an RCS Sender format in
FallbackFrom. The RCS Sender for the message is selected automatically from the Messaging Service sender pool. - Ensure the Twilio account being used owns the phone number.