News & Announcements User Community Developer Community

Welcome to the RingCentral Community

Please note the community is currently under maintenance and is read-only.

Search
Make sure to review our Terms of Use and Community Guidelines.
  Please note the community is currently under maintenance and is read-only.
Home » Developers
RingCentral Embeddable Project - React - Group texting
Tags: embeddable, app
Sep 27, 2023 at 1:13pm   •   3 replies  •  0 likes
Ext 45211

Hello,

We are looking for a feature of group texting in ringcentral embeddable project. Do you have this feature where we need to send group text to 3 to 4 mobile numbers?If not available, can you provide some insights so that we can implement ourselves.


Thanks

Venu

3 Answers
answered on Oct 9, 2023 at 1:51am  

Hi @Ext 45211 the embeddable is based on RingCentral JS Widgets library (react and redux) https://github.com/ringcentral/ringcentral-js-widgets. You need to learn the widgets's framework. It is based on modules and page.

To add the group SMS feature, you will need to update the source code of RingCentral Embeddable https://github.com/ringcentral/ringcentral-embeddable
1. Firstly you need to override send function in MessageSender module: https://github.com/ringcentral/ringcentral-embeddable/blob/master/src/modules/MessageSender/index.ts#L12

Base send function here: https://github.com/ringcentral/ringcentral-js-widgets/blob/master/packages/ringcentral-integration/modules/MessageSender/MessageSender.ts#L247

2. Then you will also need to override ComposeText page to have group message enable flag.https://github.com/ringcentral/ringcentral-js-widgets/blob/master/packages/ringcentral-widgets/components/ComposeTextPanel/index.tsx
BTW, let me talk with our PM to check if we can have some plan on this.


 1
answered on Sep 28, 2023 at 8:13am  

@Embbnux Ji Thanks . Currently we are customizing the embeddable widget to meet our needs. Can you provide a direction of how can we include group widgets at high level so that we can work on that? Is there a ringcentral-js-widget that supports it. As this is critical for us, if you can provide high level how to achieve this we will implement.



 0
on Oct 2, 2023 at 6:46am   •  0 likes

@Embbnux Ji @Phong Vu can you please provide more details here for us to move forward in the right direction?

on Oct 2, 2023 at 8:29am   •  1 likes

Embbnux developed the embeddable so he would know in and out how to customize it. He is not available until next week.

Right now, the embeddable supports multiple recipients (enter phone numbers separated by a comma) and the app will send the message one by one to the recipients.

If you customize the embeddable and host the app on your server, I guess that you can try to find the code, where the app calls the POST /sms endpoint and modify it to send as group message (you can define a new limiter using e.g. a semi-colon ";" for group messaging). Group message can be sent but putting the recipient numbers to the "to" array. E.g.

{
   from: {phoneNumber: "1111111111"},
   to: [ {phoneNumber: "22222222"}, {phoneNumber: "3333333333"}, {phoneNumber: "4444444444"} ],
   text: "Hello world"
}
on Oct 3, 2023 at 11:17am   •  0 likes

Thanks @Phong Vu . We will explore and wait for @Embbnux Ji to get instructions in specific to embedded app.


Thanks

Venu

answered on Sep 27, 2023 at 9:57pm  

Hi @Ext 45211 Currently the embeddable widget doesn't support group SMS now. It is in backlog, but no ETA now.


 1
on Sep 29, 2023 at 6:12am   •  0 likes

Thanks . Currently we are customizing the embeddable widget to meet our needs. Can you provide a direction of how can we include group widgets at high level so that we can work on that? Is there a ringcentral-js-widget that supports it. As this is critical for us, if you can provide high level how to achieve this we will implement.



A new Community is coming to RingCentral!

Posts are currently read-only as we transition into our new platform.

We thank you for your patience
during this downtime.

Try Workflow Builder

Did you know you can easily automate tasks like responding to SMS, team messages, and more? Plus it's included with RingCentral Video and RingEX plans!

Try RingCentral Workflow Builder

PRODUCTS
RingEX
Message
Video
Phone
OPEN ECOSYSTEM
Developer Platform
APIs
Integrated Apps
App Gallery
Developer support
Games and rewards

RESOURCES
Resource center
Blog
Product Releases
Accessibility
QUICK LINKS
App Download
RingCentral App login
Admin Portal Login
Contact Sales
© 1999-2024 RingCentral, Inc. All rights reserved. Legal Privacy Notice Site Map Contact Us