Now that I have sending SMS working on development on the RC API which can be done through our web-based system, I need to figure out how to match incoming messages (responses to our texts) so the "conversation" is shown much like you see in a normal texting conversation (at least until we delete or "close" that conversation say another subject) and start a new one.
We don't need real-time notification like provided through web hooks, because we have a "Message Center" that we check that processes and checks for new emails and it could check for new SMS messages.
From what I can tell in the documentation, you can use the Get Message List call and each message should have a conversation_Id which can be match to the conversation_Id attached to the outgoing message just sent.
First, does that make sense?
Second, assuming it does, would that be the best way to accomplish it?
Thanks,
Jason