Solved

how to read message that is send to sandbox

  • 31 March 2021
  • 2 replies
  • 693 views

I am able to successfully send a SMS using sandbox. How can i read a message that was send to sandbox?

Its a 2 way communication.

Is there a endpoint url or i need to use Webhooks for this?

icon

Best answer by Phong1426275020 31 March 2021, 16:42

View original

2 replies

Userlevel 1

You can
- Read the message store

- Read a particular message by message id

- Use PubNub o Webhook notification to receive instant SMS message

+ PubNub example

+ Webhook example

Easiest way is to use message store API to fetch message content.

example: ReadMessage API using message id or GetMessage API or even GetMessageContent API can be used to get SMS messages. You can also build your custom interface around these APIs to display them.

Reply