Get Android Phone Number

I want to create an invite system in Unity, but I need a way to invite a friend via SMS ( as to send a link) . Is there support for this, first of all, and second, how do I go about this?

You can get the contact list using Retrieving a list of contacts And then extract mobile numbers from it and send SMS using
SmsManager

Also read:
http://www.techrepublic.com/blog/software-engineer/how-to-send-a-text-message-from-within-your-android-app/