Our REST API allows you to perform essential telephony functions such as initiating outbound calls or sending SMS messages. You can connect to TelAPI in any language using simple HTTP requests.
REST API DocsInboundXML is an easy XML dialect which tells TelAPI what to do when someone calls or sends an SMS to one of your numbers. Tasks like playing audio or prompting users for input are simple with InboundXML!
InboundXML DocsGreat for beginners looking to jump right in
Check out what the community is building
View documentation on specific languages
curl -X POST 'https://api.telapi.com/v1/Accounts/{AccountSid}/SMS/Messages' -u "{AccountSid}:{AuthToken}" -d "From=12125556666&To=17326667777&Body=Hello from TelAPI!"
using
<Response>
<Say>Please state your name.</Say>
<Record action="http://liveoutput.com/recordaction" method="POST" finishOnKey="#" />
</Response>
using