Question

Receiving SMS using APIs

  • 3 August 2023
  • 1 reply
  • 124 views

Hi Everyone,

I am using RingCentral APIs to build an application where I want to catch received SMS on an extension number. I have a few questions, they are as follows:

  1. How can we catch the replies to the SMS sent from the system using APIs?
  2. Can we send metadata when sending SMS using APIs?
  3. How to identify which SMS the user replied to?

Any help is appreciated.

Thanks


1 reply

Userlevel 1

1. Read this Dev guide and see the sample code for implementing your Webhook to receive instant inbound SMS messages.

2. No, no custom metadata can be attached to a SMS message

3. Your question is vague. But SMS is a flat conversation, inbound and outbound. You can use the message time stamp to define a replied message but there is no guarantee. Read this Dev guide to learn about the message store.

Reply