Endless possibilities. Get started with these examples.
Survey routinely to collect valuable customer feedback
Reliably communicate and confirm employee schedules
List products, negotiate price, schedule delivery, and purchase via SMS
# Python Example
import os, requests
TILL_URL = os.environ.get("TILL_URL")
requests.post(TILL_URL, json={
"phone": ["15558675309"],
"method": "SMS",
"questions" : [{
"text": "Favorite color?",
"tag": "favorite_color",
"responses": ["Red", "Green", "Yellow"],
"webhook": "http://127.0.0.1/"
}]
})
Focus on your app not complex and variable SMS message and Voice pricing. Till simplifies by charging for renders.
A render is content that is converted into a message and sent or rendered to audio and delivered. There is no charge for inbound communication i.e. responses to questions.