Get a Free WhatsApp Business Account – Includes Onboarding, API Access & Sandbox. Apply Now!
Sending Email using Authkey APIs is a breeze and lightning fast. You can simply pass the message body, message sender, mobile number & authkey in the API request to send sms instantly.
var client = new RestClient("https://api.authkey.io/request?authkey=AUTHKEY&email=RecepientEmail&mid=1001");
var request = new RestRequest(Method.GET);
IRestResponse response = client.Execute(request);
Sending SMS using Authkey APIs is a breeze and lightning fast. You can simply pass the message body, message sender, mobile number & authkey in the API request to send sms instantly.