Question

3rd party SMS Integration

  • 24 September 2019
  • 2 replies
  • 1999 views

Like many, I would like to capture both outbound and inbound texts to email. Ringcentral only captures inbound texts to email. Does anyone know of a 3rd party program that will also capture outbound texts from Ringcentral to an email (we use Gmail)?
Thanks.
David


2 replies

Userlevel 1

I am not aware of any 3rd party service which does that. But you can absolutely write an app to capture inbound and outbound SMS messages and send via email. Should be easy and simple though.

As per your requirement it will be easy for you if you can write your code that can act as a 3rd party or a middle ware that can take the input sms and output sms to mail.

You can write that in any code. Since RingCentral provides APIs for incoming and outgoing sms messages, you can for example write a Java code that will integrate these RingCentral message API and trigger a mail through Gmail server (as per your requirement) as java can use different libs for sending mail with JavaMail API

Reply