21667: 'FallbackFrom' requires the Messaging Service to have an RCS Sender
MESSAGING
ERROR
FallbackFrom requires the Messaging Service to have at least one RCS Sender in its sender pool. FallbackFrom identifies the SMS or MMS sender that Twilio uses if RCS delivery fails.
- The Messaging Service referenced by
MessagingServiceSidhas no RCS Sender in its sender pool. - An incorrect
MessagingServiceSidwas provided (e.g., a Messaging Service configured for SMS-only use). - The RCS Sender was removed from the Messaging Service sender pool after the integration was set up.
- Add an RCS Sender to the Messaging Service sender pool in the Twilio Console.
- Verify that the correct
MessagingServiceSidis being used. - If RCS is not needed, remove
FallbackFromand send using the Messaging Service orFromparameter without it.