I have a several Twilio phone numbers to send SMS messages to users (2-way sms).
And I want to try Copilot and Messaging service features, but I have my own logic around how I chose the number to send SMS from. So I need to be able to choose a "from" number by myself.
If I will provide "from" number and MessagingServiceSid at the same time, will this disable Messaging Service Scaler logic?
Sorry, but I can't just test it on my account right now. But I see Twilio Java SDK want me to provide "from" number OR "MessagingServiceSid" but not both. Many thanks.