Lav bulk SMS- kampagner, send advarsler, aftaler eller underretninger via SMS.
Send beskeder via automatiserede digitale taleopkald til ethvert telefonnummer i verden.
Send SMS med certificeret indhold, gyldigt som pålidelig dokumentation.
Send SMS fra din e-mail-konto på samme måde som du sender en e-mail
Kør e-mail-marketingkampagner, automatiser kampagner og opret forbindelse til e-mail på en avanceret måde
Send certificeret kommunikation med certificeret e-mail fra din e-mail-konto
SMTP-server til at sende e-mails optimeret til at forbedre dine e-mail-marketingkampagner
Opret destinationssider til dine e-mail-kampagner og tiltræk nye kunder
Opret kontrakter og send dem gennem enhver kanal, underskriv kontrakter med håndskrift
Generer og send adgangskoder til engangsbrug gennem enhver kanal
Forøg sikkerheden i dine applikationer ved at implementere dobbeltbrugergodkendelse
Forbind din virksomhed med WhatsAPP. Send underretninger og tal med dine kunder
Automatiser chatsamtaler med dine kunder ved hjælp af chatbots.
Opret forbindelse med nye klienter takket være vores webchat-service
Gennemfør en kvalitetsundersøgelse og kend dine kunders mening
Loyalitet dine kunder ved at sende personlige rabatkuponer.
Automatiser marketingkampagner og vind automatisk loyalitet
Generer QR-koder helt gratis fra enhver URL.
Opret destinationssider takket være vores landingseditor og send dem via SMS, e-mail eller brug som du ønsker.
Generer en WhatsAPP-webchat til dit websted, der er kompatibel med alle platforme
Opret smukke brugerdefinerede formularer og opbyg lovligt databaser til dine marketingkampagner
Send SMS fra din software med vores API
Send Certificeret SMS, tjek leveringsstatus og download certifikater ved hjælp af vores API.
Foretag opkald automatisk fra din software
Send og automatiser afsendelsen af e-mails via API, forbind din software med Email Marketing
Opret forbindelse til dine kunder ved hjælp af WhatsAPP via API
Administrer Chat-systemet fra API. Få adgang til eller svar på samtaler fra vores API.
Send WhatsAPP-beskeder med vores API til Scala lang nemt og sikkert. Prøv vores API til Scala lang gratis. Vores team hjælper dig med at integrere den automatiske afsendelse af WhatsAPP i din applikation i Scala lang.
val aclass = "whatsapp" val method = "sendmessage" val user = "user" val password = "password" val platformid = "100" val destination = "3460000000" val message = "test+message" val result = Http("https://www.afilnet.com/api/http/") .param("class", aclass) .param("method", method) .param("user", user) .param("password", password) .param("platformid", platformid) .param("destination", destination) .param("message", message) .asString
val aclass = "whatsapp" val method = "sendmessage" val user = "user" val password = "password" val platformid = "100" val destination = "3460000000" val message = "test+message" val result = Http("https://www.afilnet.com/api/http/") .postForm .param("class", aclass) .param("method", method) .param("user", user) .param("password", password) .param("platformid", platformid) .param("destination", destination) .param("message", message) .asString
val aclass = "whatsapp" val method = "sendmessage" val user = "user" val password = "password" val platformid = "100" val destination = "3460000000" val message = "test+message" val result = Http("https://www.afilnet.com/api/http/") .postForm .param("class", aclass) .param("method", method) .param("user", user) .param("password", password) .param("platformid", platformid) .param("destination", destination) .param("message", message) .asStringval aclass = "whatsapp" val method = "sendfile" val user = "user" val password = "password" val platformid = "100" val destination = "3460000000" val type = "image" val fileurl = "https://www.example.com/image.jpg" val thumburl = "https://www.example.com/thumb.jpg" val message = "test+message" val result = Http("https://www.afilnet.com/api/http/") .param("class", aclass) .param("method", method) .param("user", user) .param("password", password) .param("platformid", platformid) .param("destination", destination) .param("type", type) .param("fileurl", fileurl) .param("thumburl", thumburl) .param("message", message) .asString
val aclass = "whatsapp" val method = "sendfile" val user = "user" val password = "password" val platformid = "100" val destination = "3460000000" val type = "image" val fileurl = "https://www.example.com/image.jpg" val thumburl = "https://www.example.com/thumb.jpg" val message = "test+message" val result = Http("https://www.afilnet.com/api/http/") .postForm .param("class", aclass) .param("method", method) .param("user", user) .param("password", password) .param("platformid", platformid) .param("destination", destination) .param("type", type) .param("fileurl", fileurl) .param("thumburl", thumburl) .param("message", message) .asString
val aclass = "whatsapp" val method = "sendfile" val user = "user" val password = "password" val platformid = "100" val destination = "3460000000" val type = "image" val fileurl = "https://www.example.com/image.jpg" val thumburl = "https://www.example.com/thumb.jpg" val message = "test+message" val result = Http("https://www.afilnet.com/api/http/") .postForm .param("class", aclass) .param("method", method) .param("user", user) .param("password", password) .param("platformid", platformid) .param("destination", destination) .param("type", type) .param("fileurl", fileurl) .param("thumburl", thumburl) .param("message", message) .asStringval aclass = "whatsapp" val method = "getchats" val user = "user" val password = "password" val platformid = "100" val result = Http("https://www.afilnet.com/api/http/") .param("class", aclass) .param("method", method) .param("user", user) .param("password", password) .param("platformid", platformid) .asString
val aclass = "whatsapp" val method = "getchats" val user = "user" val password = "password" val platformid = "100" val result = Http("https://www.afilnet.com/api/http/") .postForm .param("class", aclass) .param("method", method) .param("user", user) .param("password", password) .param("platformid", platformid) .asString
val aclass = "whatsapp" val method = "getchats" val user = "user" val password = "password" val platformid = "100" val result = Http("https://www.afilnet.com/api/http/") .postForm .param("class", aclass) .param("method", method) .param("user", user) .param("password", password) .param("platformid", platformid) .asStringval aclass = "whatsapp" val method = "getmessages" val user = "user" val password = "password" val platformid = "100" val destination = "34600000000" val result = Http("https://www.afilnet.com/api/http/") .param("class", aclass) .param("method", method) .param("user", user) .param("password", password) .param("platformid", platformid) .param("destination", destination) .asString
val aclass = "whatsapp" val method = "getmessages" val user = "user" val password = "password" val platformid = "100" val destination = "34600000000" val result = Http("https://www.afilnet.com/api/http/") .postForm .param("class", aclass) .param("method", method) .param("user", user) .param("password", password) .param("platformid", platformid) .param("destination", destination) .asString
val aclass = "whatsapp" val method = "getmessages" val user = "user" val password = "password" val platformid = "100" val destination = "34600000000" val result = Http("https://www.afilnet.com/api/http/") .postForm .param("class", aclass) .param("method", method) .param("user", user) .param("password", password) .param("platformid", platformid) .param("destination", destination) .asStringval aclass = "whatsapp" val method = "getunreadmessages" val user = "user" val password = "password" val platformid = "100" val destination = "34600000000" val result = Http("https://www.afilnet.com/api/http/") .param("class", aclass) .param("method", method) .param("user", user) .param("password", password) .param("platformid", platformid) .param("destination", destination) .asString
val aclass = "whatsapp" val method = "getunreadmessages" val user = "user" val password = "password" val platformid = "100" val destination = "34600000000" val result = Http("https://www.afilnet.com/api/http/") .postForm .param("class", aclass) .param("method", method) .param("user", user) .param("password", password) .param("platformid", platformid) .param("destination", destination) .asString
Opdag fordelene og ulemperne ved hver af vores API'er. Find ud af, hvilken API der er bedst til din software på Scala lang.
Denne API giver dig mulighed for at oprette forbindelse til os fra Scala lang for at sende anmodninger via HTTP GET-anmodninger. Denne anmodning sender parametrene i samme URL som anmodningen.
POST request API giver dig mulighed for at oprette forbindelse til vores API fra Scala lang ved at sende anmodningsparametre via HTTP POST-parametre. Oplysningerne sendes uafhængigt af URL'en.
Den grundlæggende autentificerings-API tillader brugen af GET- og POST-anmodninger på Scala lang med et ekstra sikkerhedslag, da brugernavnet og adgangskoden i dette tilfælde sendes i overskriften på anmodningen.
SOAP giver dig mulighed for at sende anmodninger i XML-format med Scala lang, SOAP tilføjer et ekstra lag af sikkerhed til API-anmodninger.
Vores JSON API giver dig mulighed for at sende anmodninger i JSON-format med Scala lang, derudover tilføjer denne API oAuth 2.0-protokollen i godkendelsen, der giver dig mulighed for at tilføje et ekstra lag af sikkerhed.
For at få adgang til API'en skal du være en Afilnet-klient. Registrering vil tage et par minutter.
Vores firma vil tilbyde dig en prøvebalance, der giver dig mulighed for at teste med den API, du har brug for.
Udfør API-integration ved hjælp af det programmeringssprog, du vælger. Hvis du har spørgsmål eller forslag til API'et, så kontakt os
Alt klar !, har formået at forbedre sin kommunikation med Afilnet. Vi er her for at støtte vores API, når du har brug for det
Kontakt vores team med eventuelle spørgsmål gennem de kontaktmetoder, vi tilbyder. Vores team vil forsøge at tilbyde dig en øjeblikkelig løsning og vil hjælpe dig med integrationen af vores API i din software.
Tilmeld dig gratis, og prøv Afilnet! Vi tilbyder dig en gratis prøveperiode på vores tjenester. *
Selskab *
Navn *
E-mail *
Telefonnummer *
(*) Kampagnen gælder kun for virksomheder, der aldrig har brugt Afilnet-tjenesten før. Når du anmoder om den gratis saldo, kan Afilnet anmode om at bekræfte dine virksomhedsoplysninger