You can integrate telephony 📞 in your project.
An example in python of how you can use the 46elks API to send an SMS:
import requests
fields = {
'from': 'Krishack',
'to': '+46722535106',
'message': 'Hi patient, can you describe your symptoms?'
}
auth = (
'USERNAME',
'PASSWORD'
)
requests.post("https://api.46elks.com/a1/SMS", data=fields, auth=auth)
Code examples in many different programming languages
are available on github.
Quicklinks: cURL, C# Java NODE, PHP, Python, ruby and haskell
You can write code that will
send and receive SMS 📲, make and receive phone calls ☎️
and in other ways work with phone numbers and telephony using 46elks.
Register an account to get a USERNAME and a PASSWORD. You can use the API for free during the hackathon, and you can keep the credits and play with them after the hackathon as well. :)
You can ask Victoria victoria@46elks.com) & Ben ben@46elks.com)
questions about APIs (46elks and other APIs).
Victoria is also on Discord (46elksVictoria).