Skip to main content
Solved

Group MMS outside RC contacts

  • 26 October 2022
  • 2 replies
  • 180 views

Hi,

I would like to create a Group MMS where a number from RC would send an MMS to two or more numbers (outside RC) in the US or Canada.

That way when the numbers would get the MMS they could chat in the group chat.

Is this something that RC supports? Send a MMS to a group of numbers so that they can all chat?

Thank you in advance.

2 replies

Userlevel 2
Badge

Yes you can. If you use the RC app, check the 'Create group text' check box. If you send from using the API, the 'to' body parameter is an array

e.g.

to: [{'phoneNumber': '2312321323'}, {'phoneNumber': '3213232323'}]

screen-shot-2022-10-27-at-84121-am.png

that's brilliant! thank you so much for your help.

Reply