gotwilio
gotwilio copied to clipboard
unable to send a message with MessagingServiceSid
According to the docs at https://www.twilio.com/docs/sms/send-messages#conditional-parameters, only one of From
or MessagingServiceSid
is required.
Currently there is no way to specify a MessagingServiceSid
instead of From
when calling twilio.SendSMS()
in this library, so it is not possible to use a roster of different numbers for outgoing SMS messages.