Hi there,
I am using the php sdk to create our own interface for sending and receiving SMS. I have multiple users so I intend to create our own user management system. However, I am not sure how to distinguish which user the incoming message belongs to?
As I understood, the fields posted to my server script are: from, text, msgid, sent, networkcode. Is there anyway I can tell which user this message is intended to? Thanks a lot.