Skip to main content
Solved

How we can receive a notification back in case some one reply to SMS

  • 21 March 2024
  • 1 reply
  • 127 views

While we successfully able to send SMS via API, we need to understand how we can receive a notification back in case some one reply to SMS . We need to implement SMS reply status in our application and looking forward to hearing solution around it.

1 reply

Userlevel 2
Badge

Implement push notification using one of the transport methods below:

- Webhooks notification

- Websocket notification

The example in the dev guides shows you how to get notified when there is inbound SMS message.

Reply