How can I make a php script that start conversation between sender and receiver without knowing their actual phone numbers.
I believe twilio have this service according to this https://www.twilio.com/help/faq/sms/how-can-i-have-users-send-text-messages-to-each-other-over-twilio
but i don't know what step should I follow to implement it, i didn't get any step wise tutorial to accomplish it.
Does anyone knows how can it be implemented through php?
Thanks