c# - Incoming SMS to trigger code in an MVC application -
im in process of developing crm where, client can send sms , trigger event driven code update database. ive been looking @ twilio pretty hard, , looked @ documentation , none of api documentation covers particular context.
can help?
when setup twilio sms number, configure http location twilio post or in response sms message. build service such web api handle xml twilio post/get against endpoint , whatever want on database.
here's reference twilio .net/c# quick start sms. endpoint called when sms received. can return basic xml document () or add xml elements tell twilio do, such reply sms. twilio calls "twiml". regardless, you'll enough details update db , whatever else might want do.
link quick start: https://www.twilio.com/docs/quickstart/csharp/sms/hello-monkey
Comments
Post a Comment