Need suggestions in solving a problem.
I'm attempting to duplicate what I’ve observed in the Nordstrom Twilio SMS/MMS showcase example on the Twilio web site. It’s very cool. I too want to build a server/client app that will work with Twilio SMS to allow me to interact, through Twilio, with multiple customers except, in my case, I’m a one person company. The situation includes multiple customer numbers, one Twilio intermediary number, and one customer service mobile phone (me) handling all the customer requests. I’d like to view and interact in threaded message conversations identical to the iOS Messages app.
From the Twilio short video and write up, it looks like the phone app is the standard iOS Messages app. However, that does not appear possible. It seems like both a custom phone app and a custom server app are required to handle the logic and routing of messages in and out. I’m wanting to have a single published SMS number where SMS callers can directly make a request through the one published SMS number.
Any suggestions on how to approach this in a simpler way? I could use a pool of Twilio numbers and assign one to a conversation request as needed, but in my case, I’d like a persistent connection number with the customer for months or more.