Skip to main content
New Participant
March 21, 2024
Solved

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

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

Best answer by PhongVu

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.

1 reply

PhongVu
Community Manager
PhongVuAnswer
Community Manager
March 21, 2024

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.