Search code examples
c#google-voice

Is there a google voice api for sending text messages?


Does anyone know of any working gvoice api? I have found this project: http://sourceforge.net/projects/gvoicedotnet/ but the login appears to no longer work since the url changed some months ago.

Does anyone have a good question for sending out text messages to users of my website?


Solution

  • I found one: SharpGoogleVoice. https://bitbucket.org/jitbit/sharpgooglevoice/downloads

    It only has text messaging support, but it works well and looks like good work.