Solved

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

  • 21 March 2024
  • 1 reply
  • 123 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.

icon

Best answer by Phong1426275020 21 March 2024, 15:11

View original

1 reply

Userlevel 1

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