Tehke hulgi SMS- kampaaniaid, saatke SMS-ide kaudu teateid, kohtumisi või teateid.
Saatke sõnumeid automatiseeritud digitaalkõnede kaudu ükskõik millisele telefoninumbrile maailmas.
Saada sertifitseeritud sisuga SMS, mis on usaldusväärne tõendusmaterjal.
Saatke SMS- e oma e-posti kontolt samamoodi nagu teie e-posti
Käivitage e-posti turunduskampaaniad, automatiseerige kampaaniaid ja ühendage e-postiga täpsemalt
Saatke oma e-posti kontolt sertifitseeritud meiliga sertifitseeritud suhtlust
SMTP-server e- posti turunduskampaaniate täiustamiseks optimeeritud meilide saatmiseks
Looge oma e-posti kampaaniate jaoks sihtlehed ja meelitage uusi kliente
Looge lepingud ja saatke need mis tahes kanali kaudu, allkirjastage lepingud käsitsi
Looge ja saatke ühekordselt kasutatavaid paroole mis tahes kanali kaudu
Suurendage oma rakenduste turvalisust, rakendades topeltkasutaja autentimist
Ühendage oma ettevõte WhatsAPP-ga. Saatke märguandeid ja rääkige oma klientidega
Automatiseerige oma klientidega vestlusvestlusi vestlusrobotite abil.
Uute klientidega saate ühendust tänu meie veebivestlusteenusele
Viige läbi kvaliteediuuring ja teadke oma klientide arvamust
Lojaalsus oma klientidele, saates isikupärastatud sooduskuponge.
Automatiseerige turunduskampaaniad ja saavutage automaatselt lojaalsus
Genereerige QR-koodid täiesti tasuta ükskõik milliselt URL-ilt.
Looge maandumislehed tänu meie maanduste redigeerijale ja saatke need SMS-i, e-posti teel või kasutage vastavalt soovile.
Looge oma veebisaidile WhatsAPP-i veebivestlus, mis ühildub kõigi platvormidega
Looge oma turunduskampaaniate jaoks suurepäraseid kohandatud vorme ja seaduslikult andmebaase
Saatke oma tarkvarast SMS-i meie API-ga
Saatke sertifitseeritud SMS-i, kontrollige kohaletoimetamise olekut ja laadige alla sertifikaadid meie API abil.
Helistage oma tarkvarast automaatselt
Saatke ja automatiseerige meilide saatmist API kaudu, ühendage oma tarkvara e-posti turundusega
Võtke ühendust oma klientidega, kasutades API kaudu WhatsAPP-d
Hallake vestlussüsteemi API kaudu. Juurdepääs vestlustele või neile vastamine meie API kaudu.
Hallake oma edasimüüja kontot meie API C sharp jaoks lihtsalt ja turvaliselt. Proovige meie API C sharp jaoks tasuta. Meie tiim aitab teil hallata oma edasimüüjakonto kliente keeles C sharp.
String afilnet_class="subaccount"; String afilnet_method="addsubaccount"; String afilnet_user="user"; String afilnet_password="password"; String afilnet_accountemail="email@email.com"; String afilnet_accountpassword="password"; String afilnet_namelastname="name+lastname"; String afilnet_iscompany="1"; String afilnet_companyname="mycompany"; String afilnet_documentid="123456789A"; String afilnet_language="en"; String afilnet_countrycode="us"; String afilnet_cityid="1"; String afilnet_cityname="town"; String afilnet_zipcode="123456"; String afilnet_address="address"; // Create an URL request WebRequest request = WebRequest.Create("https://www.afilnet.com/api/http/?class="+afilnet_class+"&method="+afilnet_method+"&user="+afilnet_user+"&password="+afilnet_password+"&accountemail="+afilnet_accountemail+"&accountpassword="+afilnet_accountpassword+"&namelastname="+afilnet_namelastname+"&iscompany="+afilnet_iscompany+"&companyname="+afilnet_companyname+"&documentid="+afilnet_documentid+"&language="+afilnet_language+"&countrycode="+afilnet_countrycode+"&cityid="+afilnet_cityid+"&cityname="+afilnet_cityname+"&zipcode="+afilnet_zipcode+"&address="+afilnet_address); // Get the response WebResponse response = request.GetResponse (); // Get the stream returned by the server Stream dataStream = response.GetResponseStream(); // Open the stream StreamReader reader = new StreamReader (dataStream); // Read the Response String result = reader.ReadToEnd ();
// Asign vars var data = new NameValueCollection(); data["class"] = "subaccount"; data["method"] = "addsubaccount"; data["user"] = "user"; data["password"] = "password"; data["accountemail"] = "email@email.com"; data["accountpassword"] = "password"; data["namelastname"] = "name+lastname"; data["iscompany"] = "1"; data["companyname"] = "mycompany"; data["documentid"] = "123456789A"; data["language"] = "en"; data["countrycode"] = "us"; data["cityid"] = "1"; data["cityname"] = "town"; data["zipcode"] = "123456"; data["address"] = "address"; // Create Web client var wb = new WebClient(); // Execute POST petition var response = wb.UploadValues("https://www.afilnet.com/api/http/", "POST", data); // Get response string responseString = Encoding.UTF8.GetString(response);
// Asign vars var data = new NameValueCollection(); data["class"] = "subaccount"; data["method"] = "addsubaccount"; data["accountemail"] = "email@email.com"; data["accountpassword"] = "password"; data["namelastname"] = "name+lastname"; data["iscompany"] = "1"; data["companyname"] = "mycompany"; data["documentid"] = "123456789A"; data["language"] = "en"; data["countrycode"] = "us"; data["cityid"] = "1"; data["cityname"] = "town"; data["zipcode"] = "123456"; data["address"] = "address"; // Create Web client var wb = new WebClient { Credentials = new NetworkCredential("user", "password") }; // Execute POST petition var response = wb.UploadValues("https://www.afilnet.com/api/http/", "POST", data); // Get response string responseString = Encoding.UTF8.GetString(response);
String afilnet_class="subaccount"; String afilnet_method="addsubaccount"; String afilnet_user="user"; String afilnet_password="password"; String afilnet_accountemail="email@email.com"; String afilnet_accountpassword="password"; String afilnet_namelastname="name+lastname"; String afilnet_iscompany="1"; String afilnet_companyname="mycompany"; String afilnet_documentid="123456789A"; String afilnet_language="en"; String afilnet_countrycode="us"; String afilnet_cityid="1"; String afilnet_cityname="town"; String afilnet_zipcode="123456"; String afilnet_address="address"; // Allow SSL/TLS config System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; // We create the webservice instance (Register Web Service first in project) var service = new WebService.ApplicationServicesPortTypeClient(); // Call to WebService method String response = service.call(afilnet_user, afilnet_password, afilnet_class, afilnet_method, "{\"accountemail\":\""+afilnet_accountemail+"\",\"accountpassword\":\""+afilnet_accountpassword+"\",\"namelastname\":\""+afilnet_namelastname+"\",\"iscompany\":\""+afilnet_iscompany+"\",\"companyname\":\""+afilnet_companyname+"\",\"documentid\":\""+afilnet_documentid+"\",\"language\":\""+afilnet_language+"\",\"countrycode\":\""+afilnet_countrycode+"\",\"cityid\":\""+afilnet_cityid+"\",\"cityname\":\""+afilnet_cityname+"\",\"zipcode\":\""+afilnet_zipcode+"\",\"address\":\""+afilnet_address+"\"}");
String afilnet_class="subaccount"; String afilnet_method="addsubaccount"; String afilnet_user="user"; String afilnet_password="password"; String afilnet_accountemail="email@email.com"; String afilnet_accountpassword="password"; String afilnet_namelastname="name+lastname"; String afilnet_iscompany="1"; String afilnet_companyname="mycompany"; String afilnet_documentid="123456789A"; String afilnet_language="en"; String afilnet_countrycode="us"; String afilnet_cityid="1"; String afilnet_cityname="town"; String afilnet_zipcode="123456"; String afilnet_address="address"; // Allow SSL/TLS config System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; // We create the webservice instance (Register Web Service first in project) var service = new WebService.ApplicationServicesPortTypeClient(); // Call to WebService method String response = service.call(afilnet_user, afilnet_password, afilnet_class, afilnet_method, "{\"accountemail\":\""+afilnet_accountemail+"\",\"accountpassword\":\""+afilnet_accountpassword+"\",\"namelastname\":\""+afilnet_namelastname+"\",\"iscompany\":\""+afilnet_iscompany+"\",\"companyname\":\""+afilnet_companyname+"\",\"documentid\":\""+afilnet_documentid+"\",\"language\":\""+afilnet_language+"\",\"countrycode\":\""+afilnet_countrycode+"\",\"cityid\":\""+afilnet_cityid+"\",\"cityname\":\""+afilnet_cityname+"\",\"zipcode\":\""+afilnet_zipcode+"\",\"address\":\""+afilnet_address+"\"}");String afilnet_class="subaccount"; String afilnet_method="modifysubaccount"; String afilnet_user="user"; String afilnet_password="password"; String afilnet_accountemail="email@email.com"; String afilnet_modifypassword="1"; String afilnet_accountpassword="password"; String afilnet_namelastname="name+lastname"; String afilnet_iscompany="1"; String afilnet_companyname="mycompany"; String afilnet_documentid="123456789A"; String afilnet_language="en"; String afilnet_countrycode="us"; String afilnet_cityid="1"; String afilnet_cityname="town"; String afilnet_zipcode="123456"; String afilnet_address="address"; // Create an URL request WebRequest request = WebRequest.Create("https://www.afilnet.com/api/http/?class="+afilnet_class+"&method="+afilnet_method+"&user="+afilnet_user+"&password="+afilnet_password+"&accountemail="+afilnet_accountemail+"&modifypassword="+afilnet_modifypassword+"&accountpassword="+afilnet_accountpassword+"&namelastname="+afilnet_namelastname+"&iscompany="+afilnet_iscompany+"&companyname="+afilnet_companyname+"&documentid="+afilnet_documentid+"&language="+afilnet_language+"&countrycode="+afilnet_countrycode+"&cityid="+afilnet_cityid+"&cityname="+afilnet_cityname+"&zipcode="+afilnet_zipcode+"&address="+afilnet_address); // Get the response WebResponse response = request.GetResponse (); // Get the stream returned by the server Stream dataStream = response.GetResponseStream(); // Open the stream StreamReader reader = new StreamReader (dataStream); // Read the Response String result = reader.ReadToEnd ();
// Asign vars var data = new NameValueCollection(); data["class"] = "subaccount"; data["method"] = "modifysubaccount"; data["user"] = "user"; data["password"] = "password"; data["accountemail"] = "email@email.com"; data["modifypassword"] = "1"; data["accountpassword"] = "password"; data["namelastname"] = "name+lastname"; data["iscompany"] = "1"; data["companyname"] = "mycompany"; data["documentid"] = "123456789A"; data["language"] = "en"; data["countrycode"] = "us"; data["cityid"] = "1"; data["cityname"] = "town"; data["zipcode"] = "123456"; data["address"] = "address"; // Create Web client var wb = new WebClient(); // Execute POST petition var response = wb.UploadValues("https://www.afilnet.com/api/http/", "POST", data); // Get response string responseString = Encoding.UTF8.GetString(response);
// Asign vars var data = new NameValueCollection(); data["class"] = "subaccount"; data["method"] = "modifysubaccount"; data["accountemail"] = "email@email.com"; data["modifypassword"] = "1"; data["accountpassword"] = "password"; data["namelastname"] = "name+lastname"; data["iscompany"] = "1"; data["companyname"] = "mycompany"; data["documentid"] = "123456789A"; data["language"] = "en"; data["countrycode"] = "us"; data["cityid"] = "1"; data["cityname"] = "town"; data["zipcode"] = "123456"; data["address"] = "address"; // Create Web client var wb = new WebClient { Credentials = new NetworkCredential("user", "password") }; // Execute POST petition var response = wb.UploadValues("https://www.afilnet.com/api/http/", "POST", data); // Get response string responseString = Encoding.UTF8.GetString(response);
String afilnet_class="subaccount"; String afilnet_method="modifysubaccount"; String afilnet_user="user"; String afilnet_password="password"; String afilnet_accountemail="email@email.com"; String afilnet_modifypassword="1"; String afilnet_accountpassword="password"; String afilnet_namelastname="name+lastname"; String afilnet_iscompany="1"; String afilnet_companyname="mycompany"; String afilnet_documentid="123456789A"; String afilnet_language="en"; String afilnet_countrycode="us"; String afilnet_cityid="1"; String afilnet_cityname="town"; String afilnet_zipcode="123456"; String afilnet_address="address"; // Allow SSL/TLS config System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; // We create the webservice instance (Register Web Service first in project) var service = new WebService.ApplicationServicesPortTypeClient(); // Call to WebService method String response = service.call(afilnet_user, afilnet_password, afilnet_class, afilnet_method, "{\"accountemail\":\""+afilnet_accountemail+"\",\"modifypassword\":\""+afilnet_modifypassword+"\",\"accountpassword\":\""+afilnet_accountpassword+"\",\"namelastname\":\""+afilnet_namelastname+"\",\"iscompany\":\""+afilnet_iscompany+"\",\"companyname\":\""+afilnet_companyname+"\",\"documentid\":\""+afilnet_documentid+"\",\"language\":\""+afilnet_language+"\",\"countrycode\":\""+afilnet_countrycode+"\",\"cityid\":\""+afilnet_cityid+"\",\"cityname\":\""+afilnet_cityname+"\",\"zipcode\":\""+afilnet_zipcode+"\",\"address\":\""+afilnet_address+"\"}");
String afilnet_class="subaccount"; String afilnet_method="modifysubaccount"; String afilnet_user="user"; String afilnet_password="password"; String afilnet_accountemail="email@email.com"; String afilnet_modifypassword="1"; String afilnet_accountpassword="password"; String afilnet_namelastname="name+lastname"; String afilnet_iscompany="1"; String afilnet_companyname="mycompany"; String afilnet_documentid="123456789A"; String afilnet_language="en"; String afilnet_countrycode="us"; String afilnet_cityid="1"; String afilnet_cityname="town"; String afilnet_zipcode="123456"; String afilnet_address="address"; // Allow SSL/TLS config System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; // We create the webservice instance (Register Web Service first in project) var service = new WebService.ApplicationServicesPortTypeClient(); // Call to WebService method String response = service.call(afilnet_user, afilnet_password, afilnet_class, afilnet_method, "{\"accountemail\":\""+afilnet_accountemail+"\",\"modifypassword\":\""+afilnet_modifypassword+"\",\"accountpassword\":\""+afilnet_accountpassword+"\",\"namelastname\":\""+afilnet_namelastname+"\",\"iscompany\":\""+afilnet_iscompany+"\",\"companyname\":\""+afilnet_companyname+"\",\"documentid\":\""+afilnet_documentid+"\",\"language\":\""+afilnet_language+"\",\"countrycode\":\""+afilnet_countrycode+"\",\"cityid\":\""+afilnet_cityid+"\",\"cityname\":\""+afilnet_cityname+"\",\"zipcode\":\""+afilnet_zipcode+"\",\"address\":\""+afilnet_address+"\"}");String afilnet_class="subaccount"; String afilnet_method="getsubaccounts"; String afilnet_user="user"; String afilnet_password="password"; // Create an URL request WebRequest request = WebRequest.Create("https://www.afilnet.com/api/http/?class="+afilnet_class+"&method="+afilnet_method+"&user="+afilnet_user+"&password="+afilnet_password); // Get the response WebResponse response = request.GetResponse (); // Get the stream returned by the server Stream dataStream = response.GetResponseStream(); // Open the stream StreamReader reader = new StreamReader (dataStream); // Read the Response String result = reader.ReadToEnd ();
// Asign vars var data = new NameValueCollection(); data["class"] = "subaccount"; data["method"] = "getsubaccounts"; data["user"] = "user"; data["password"] = "password"; // Create Web client var wb = new WebClient(); // Execute POST petition var response = wb.UploadValues("https://www.afilnet.com/api/http/", "POST", data); // Get response string responseString = Encoding.UTF8.GetString(response);
// Asign vars var data = new NameValueCollection(); data["class"] = "subaccount"; data["method"] = "getsubaccounts"; // Create Web client var wb = new WebClient { Credentials = new NetworkCredential("user", "password") }; // Execute POST petition var response = wb.UploadValues("https://www.afilnet.com/api/http/", "POST", data); // Get response string responseString = Encoding.UTF8.GetString(response);
String afilnet_class="subaccount"; String afilnet_method="getsubaccounts"; String afilnet_user="user"; String afilnet_password="password"; // Allow SSL/TLS config System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; // We create the webservice instance (Register Web Service first in project) var service = new WebService.ApplicationServicesPortTypeClient(); // Call to WebService method String response = service.call(afilnet_user, afilnet_password, afilnet_class, afilnet_method, "{}");
String afilnet_class="subaccount"; String afilnet_method="getsubaccounts"; String afilnet_user="user"; String afilnet_password="password"; // Allow SSL/TLS config System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; // We create the webservice instance (Register Web Service first in project) var service = new WebService.ApplicationServicesPortTypeClient(); // Call to WebService method String response = service.call(afilnet_user, afilnet_password, afilnet_class, afilnet_method, "{}");String afilnet_class="subaccount"; String afilnet_method="deletesubaccount"; String afilnet_user="user"; String afilnet_password="password"; String afilnet_accountemail="email@email.com"; // Create an URL request WebRequest request = WebRequest.Create("https://www.afilnet.com/api/http/?class="+afilnet_class+"&method="+afilnet_method+"&user="+afilnet_user+"&password="+afilnet_password+"&accountemail="+afilnet_accountemail); // Get the response WebResponse response = request.GetResponse (); // Get the stream returned by the server Stream dataStream = response.GetResponseStream(); // Open the stream StreamReader reader = new StreamReader (dataStream); // Read the Response String result = reader.ReadToEnd ();
// Asign vars var data = new NameValueCollection(); data["class"] = "subaccount"; data["method"] = "deletesubaccount"; data["user"] = "user"; data["password"] = "password"; data["accountemail"] = "email@email.com"; // Create Web client var wb = new WebClient(); // Execute POST petition var response = wb.UploadValues("https://www.afilnet.com/api/http/", "POST", data); // Get response string responseString = Encoding.UTF8.GetString(response);
// Asign vars var data = new NameValueCollection(); data["class"] = "subaccount"; data["method"] = "deletesubaccount"; data["accountemail"] = "email@email.com"; // Create Web client var wb = new WebClient { Credentials = new NetworkCredential("user", "password") }; // Execute POST petition var response = wb.UploadValues("https://www.afilnet.com/api/http/", "POST", data); // Get response string responseString = Encoding.UTF8.GetString(response);
String afilnet_class="subaccount"; String afilnet_method="deletesubaccount"; String afilnet_user="user"; String afilnet_password="password"; String afilnet_accountemail="email@email.com"; // Allow SSL/TLS config System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; // We create the webservice instance (Register Web Service first in project) var service = new WebService.ApplicationServicesPortTypeClient(); // Call to WebService method String response = service.call(afilnet_user, afilnet_password, afilnet_class, afilnet_method, "{\"accountemail\":\""+afilnet_accountemail+"\"}");
String afilnet_class="subaccount"; String afilnet_method="deletesubaccount"; String afilnet_user="user"; String afilnet_password="password"; String afilnet_accountemail="email@email.com"; // Allow SSL/TLS config System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; // We create the webservice instance (Register Web Service first in project) var service = new WebService.ApplicationServicesPortTypeClient(); // Call to WebService method String response = service.call(afilnet_user, afilnet_password, afilnet_class, afilnet_method, "{\"accountemail\":\""+afilnet_accountemail+"\"}");String afilnet_class="subaccount"; String afilnet_method="transferbalance"; String afilnet_user="user"; String afilnet_password="password"; String afilnet_accountemail="email@email.com"; String afilnet_balancetotransfer="10"; // Create an URL request WebRequest request = WebRequest.Create("https://www.afilnet.com/api/http/?class="+afilnet_class+"&method="+afilnet_method+"&user="+afilnet_user+"&password="+afilnet_password+"&accountemail="+afilnet_accountemail+"&balancetotransfer="+afilnet_balancetotransfer); // Get the response WebResponse response = request.GetResponse (); // Get the stream returned by the server Stream dataStream = response.GetResponseStream(); // Open the stream StreamReader reader = new StreamReader (dataStream); // Read the Response String result = reader.ReadToEnd ();
// Asign vars var data = new NameValueCollection(); data["class"] = "subaccount"; data["method"] = "transferbalance"; data["user"] = "user"; data["password"] = "password"; data["accountemail"] = "email@email.com"; data["balancetotransfer"] = "10"; // Create Web client var wb = new WebClient(); // Execute POST petition var response = wb.UploadValues("https://www.afilnet.com/api/http/", "POST", data); // Get response string responseString = Encoding.UTF8.GetString(response);
// Asign vars var data = new NameValueCollection(); data["class"] = "subaccount"; data["method"] = "transferbalance"; data["accountemail"] = "email@email.com"; data["balancetotransfer"] = "10"; // Create Web client var wb = new WebClient { Credentials = new NetworkCredential("user", "password") }; // Execute POST petition var response = wb.UploadValues("https://www.afilnet.com/api/http/", "POST", data); // Get response string responseString = Encoding.UTF8.GetString(response);
String afilnet_class="subaccount"; String afilnet_method="transferbalance"; String afilnet_user="user"; String afilnet_password="password"; String afilnet_accountemail="email@email.com"; String afilnet_balancetotransfer="10"; // Allow SSL/TLS config System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; // We create the webservice instance (Register Web Service first in project) var service = new WebService.ApplicationServicesPortTypeClient(); // Call to WebService method String response = service.call(afilnet_user, afilnet_password, afilnet_class, afilnet_method, "{\"accountemail\":\""+afilnet_accountemail+"\",\"balancetotransfer\":\""+afilnet_balancetotransfer+"\"}");
Avastage iga meie API eelised ja puudused. Uurige välja, milline API on teie tarkvara jaoks parim keeles C sharp.
See API võimaldab teil meiega ühenduse luua keelest C sharp, et saata päringuid HTTP GET-päringute kaudu. See päring saadab parameetrid päringuga samas URL-is.
POST-i päringu API võimaldab teil luua ühenduse meie API-ga keelest C sharp, saates päringu parameetrid HTTP POST-i parameetrite kaudu. Teave saadetakse URL-ist sõltumatult.
Põhiline autentimise API võimaldab kasutada GET- ja POST-päringuid keeles C sharp koos täiendava turvakihiga, kuna sel juhul saadetakse kasutajanimi ja parool päringu päisesse.
SOAP võimaldab saata päringuid XML-vormingus keelega C sharp, SOAP lisab API päringutele täiendava turvakihi.
Meie JSON API võimaldab teil saata taotlusi JSON-vormingus keelega C sharp, lisaks lisab see API autentimisse oAuth 2.0 protokolli, mis võimaldab teil lisada täiendava turvakihi.
API-le juurdepääsu saamiseks peate olema Afilneti klient. Registreerimine võtab paar minutit.
Meie ettevõte pakub teile proovibilanssi, mis võimaldab teil testida vajaliku API-ga.
Tehke API integreerimine teie valitud programmeerimiskeelega. Kui teil on API kohta küsimusi või ettepanekuid, võtke meiega ühendust
Kõik, mis on valmis!, Suudetakse parandada oma suhtlust Afilnetiga. Oleme siin, et toetada meie API-d, kui seda vajate
Kui teil on küsimusi, pöörduge meie meeskonna poole meie pakutavate kontaktmeetodite kaudu. Meie meeskond püüab pakkuda teile kohest lahendust ja aitab teil meie API teie tarkvarasse integreerida.
Registreeruge tasuta ja proovige Afilnetit! Pakume teile meie teenuste tasuta prooviversiooni. *
Firma *
Nimi *
E-post *
Telefoninumber *
(*) Kampaania kehtib ainult ettevõtetele, kes pole varem Afilneti teenust kasutanud. Tasuta saldo taotlemisel võib Afilnet nõuda teie ettevõtte teabe kinnitamist