question

Aaron Pauls avatar image
Aaron Pauls asked Phong Vu commented

Link to view sms/text history for a particular number in app

We are trying to add a link from our internal web applications to open the RingCentral web app and display the sms/text history for a particular phone number. This would let the user see the SMS history first, and then decide if they wish to send a message.

The options we have researched so far (to no avail) are:

1. Using the Tel:URI - While this does open the RingCentral web app, it only does it for audio phone calls, and not sms text/history. (e.g. : rcapp://r/dialer?number=+5555555555)

2. Finding the back-end ID for a particular SMS number and opening the URI directly (e.g. https://app.devtest.ringcentral.com/phone/sms/{backend-id-for-number-here} )


(Note: Currently, the only way we can do this is to open up the RingCentral app, make the user manually type in the phone number, and manually navigate to the sms history section. This is tedious and time consuming given the many times it needs to be done).

Other suggestions welcome.

rest api
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Phong Vu avatar image
Phong Vu answered

Right now, for SMS we just have this universal link URL scheme href="https://app.ringcentral.com/l/phone/sms" to launch the "Phone" tab, where you can see the "Text" section and a list of SMS recipients.

1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Aaron Pauls avatar image
Aaron Pauls answered Phong Vu commented

Regarding my option #2 above, it appears to be giving a 32 character hexadecimal ID that is unique to each phone number (e.g. https://app.devtest.ringcentral.com/phone/sms/891705323802c3c36d6fe1ada387fbf6 ). Is there a back-end way of getting this ID from an associated phone number? If there was, we would be able to direct users straight to the RingCentral web site sms history page for a particular user.


1 comment
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Phong Vu avatar image Phong Vu ♦♦ commented ·

For that, where did you get the information from? What could be the backend-id, conversation id or phone number or some id?

To be honest, I have not seen that in any documentation and I know that the Universal URLs for SMS are not implemented for the RC app yet.

0 Likes 0 ·

Developer sandbox tools

Using the RingCentral Phone for Desktop, you can dial or receive test calls, send and receive test SMS or Fax messages in your sandbox environment.

Download RingCentral Phone for Desktop:

Tip: switch to the "sandbox mode" before logging in the app:

  • On MacOS: press "fn + command + f2" keys
  • On Windows: press "Ctrl + F2" keys