vignesh P

vignesh P

  • NA
  • 28
  • 3k

Getting Response error in The SMS GateWay

Jun 8 2018 2:05 AM
{"Response":{"message_id":"31520799","message_count":1,"price":0.0120},"ErrorMessage":"","Status":0}
 
 
 
string Key = "8btcgcb7a23ubcl";
string secret = "kjojraqp6i1f6t8";
string to = "+919677745308";
string messages = "Hi Vignesh";
string URL = "https://www.thetexting.com/rest/sms/json/message/send?api_key="+Key+"&api_secret="+secret+"&to="+to+"&text="+messages;
 

Answers (1)