21666: 'FallbackFrom' requires MessagingServiceSid
MESSAGING
ERROR
When you use FallbackFrom, also provide MessagingServiceSid. FallbackFrom sets the SMS or MMS sender Twilio uses if an RCS message can't be delivered over RCS. This parameter works only with a Messaging Service.
- Your request included
FallbackFrombut didn't includeMessagingServiceSid. - Your request used
FallbackFromwithFrominstead of sending through a Messaging Service. - Your application attempted to set an RCS fallback sender without routing the message through a Messaging Service.
- Add
MessagingServiceSidto the request when you useFallbackFrom. - Send the message through a Messaging Service that you use for RCS messaging.
- If you don't need RCS fallback, remove
FallbackFromand send withFromorMessagingServiceSidalone. - Verify that the fallback sender you specify in
FallbackFromis an SMS- or MMS-capable sender that belongs to the same Account SID.