we have created an application which sends SMS to customer through Rest API (curl) hit.
SMS is Sending Successfully, but the issue is, when any customer reply against any (or specific) Message.
we are not identify the reply of Message.
can we use any event or webhooks? for reply of message, which we have sent to customers and we want to store that reply against
specific message. how we can do this in PHP.
if any body have done such type of work, pleas share your response on it. we don't want to use Message store method or with message Id.
Thanks