You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app not only allows receiving incoming messages in real-time via webhooks but also enables reading previously received messages using the same webhook.
4
+
5
+
## How it works
6
+
7
+
To read messages, please follow these steps:
8
+
9
+
1. Register the `sms:received` webhook as described in the [Webhooks](../features/webhooks.md) guide if you haven't done so already.
10
+
2. Determine the Device ID of the device you want to read messages from by calling the `GET /devices` endpoint:
0 commit comments