Skip to content

joncloud/textnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textnet

Simple text messaging API

Sample

Add the following using directive: using TextNet;

Sending a message:

string phone = "1234567890";
string message = "Hello World!";
string carrier = Carriers.US.Att;
var text = new TextMessage(phone, message, carrier);
await text.SendAsync();

About

Simple text messaging API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages