Question

Detect when a user receives an SMS message?

  • 8 October 2020
  • 1 reply
  • 199 views

Hi - Is there a way to detect when a user gets an SMS message so I call call the SMS API ?


1 reply

Userlevel 1

Check this out
- Using PubNub notification

- Using Webhooks notification

When using PubNub or Webhooks, subscribe for he following event filters:

- Instant Message Event - event for each message, including body text

- Message Event - returns number of new messages

Also check the SMS API Tutorial

Reply