Skip to main content

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

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