Hello,
I hope I can find some help here. I have an SMS app that sends bulk messages to subscribed members. Everything works as expected, messages get sent to each contact.
I have setup a webhook to handle incoming replies to messages. Here is my issue:
When I send a bulk message to a contact and they reply, I get the reply and store in a DB table. All good thus far. I have managed to connect it to the message sent.
Issue: If I send another bulk message to the same contact and they reply to that message, the reply still sends back the reply as a reply to the first message sent. The payload sent back from the second message will still have the 'messaging_profile_id' from the first SMS sent.
Anyone else have this issue or no a work around?
Thanks in advance for your hlpe.
Regards, RJ