question

David Klein avatar image
David Klein asked Anirban Sen Chowdhary answered

3rd party SMS Integration

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

sms
1 |1000

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

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.

1 |1000

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

Anirban Sen Chowdhary avatar image
Anirban Sen Chowdhary answered

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

1 |1000

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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