An example Turn.io UI integration on Replit. This will automatically mark any message received from a user as read and will display a blue double check mark on the consumer client.
This Replit assumes the following:
- You have gone through the webhooks example and are comfortable with how to get an authentication for Turn and set it up as a secret in Repl.it
- Click the
Run on Repl.it
button above and install this example into your Repl.it workspace. - Get a Turn token and add it as a secret called
TOKEN
in Repl.it - Set up your webhook in the Turn UI using the Repl.it URL.
- Send a message to your number and watch it being marked as read!