<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Support for Group Messaging on 10DLC in MMS</title>
    <link>https://community.sinch.com/t5/MMS/Support-for-Group-Messaging-on-10DLC/ta-p/9279</link>
    <description>&lt;H2 id="MMSGroupMessagingonMM7API-Overview:"&gt;Overview:&lt;/H2&gt;
&lt;P&gt;MMS group chat messaging refers to the capability of sending text messages, multimedia content (such as pictures, videos, audio clips), and other data to multiple recipients simultaneously within a single message thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unlike SMS, which typically only supports plain text messages limited to 160 characters, MMS allows for the transmission of richer multimedia content and longer messages. Group chat messaging extends this capability to multiple recipients, enabling users to create group conversations where everyone can participate and view the messages sent by others in the group.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Group chat messaging is commonly supported by modern smartphones and messaging apps, allowing users to engage in group conversations with friends, family, or colleagues, and share various types of multimedia content in a single thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="MMSGroupMessagingonMM7API-AvailabilityandReach:"&gt;Availability and Reach:&lt;/H2&gt;
&lt;P&gt;Group chat messaging is available on the 10DLC product for US Wireless carriers: AT&amp;amp;T, T-Mobile US, Verizon Wireless, U.S. Cellular, and Google Voice.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Currently supported on the Sinch&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="external-link" href="https://developers.sinch.com/docs/mms/7-service/introduction/" target="_blank" rel="nofollow noopener"&gt;MM7 API&lt;/A&gt;&amp;nbsp;and &lt;A href="https://developers.sinch.com/docs/mms/api-reference/introduction" target="_self"&gt;JSON API&lt;/A&gt;.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Up to 20 message recipients supported.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Please review our &lt;A href="https://developers.sinch.com/docs/mms/7-service/introduction/" target="_self"&gt;MM7 API&lt;/A&gt;&amp;nbsp;developer documentation for detailed instructions on sending and receiving group chat messages, as well as information on the error codes introduced for group chat. Group chat messaging is also supported on the Sinch JSON API using the &lt;CODE&gt;to-displayonly&lt;/CODE&gt; attribute. See the &lt;SPAN draggable="true"&gt;&lt;A href="https://developers.sinch.com/docs/mms/api-reference/introduction#group-messaging-with-to-displayonly" rel="noopener noreferrer" target="_blank"&gt;MMS JSON API documentation&lt;/A&gt;&lt;/SPAN&gt; for request structure and the &lt;SPAN draggable="true"&gt;&lt;A href="https://developers.sinch.com/docs/mms/api-reference/mms-mo-postbacks" rel="noopener noreferrer" target="_blank"&gt;MMS MO Postbacks documentation&lt;/A&gt;&lt;/SPAN&gt; for inbound group reply handling.&lt;/P&gt;
&lt;H2&gt;Call Flow and P2P Visibility Boundary&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Sending (MT)&lt;/STRONG&gt;: Group messaging is implemented as a fan-out of individual MMS requests, not a single multi-recipient send. To deliver the same message to every participant, one request must be sent per recipient, rotating which number is the active recipient and which numbers are marked display-only. See the &lt;A href="https://developers.sinch.com/docs/mms/7-service/mm7_submit" target="_self"&gt;MM7 API&lt;/A&gt; developer documentation for the required request structure.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Receiving (MO)&lt;/STRONG&gt;: When a participant replies to the group, Sinch receives the reply only if it is addressed to your provisioned number. The postback includes the participant roster as display-only numbers, so you can reconstruct who else is in the thread.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Where visibility ends&lt;/STRONG&gt;: A reply within a group thread is delivered by the handset to all thread members at once. The leg addressed to your number comes to Sinch as A2P traffic. The legs addressed to other participants travel directly carrier-to-carrier as P2P traffic and never reach Sinch. If two participants exchange a message without your number remaining part of that specific exchange, Sinch has no record of it — this is consistent with the Person-to-Person Messaging behavior described below, where P2P traffic bypasses A2P-level handling entirely&lt;/P&gt;
&lt;H2 id="MMSGroupMessagingonMM7API-Overview:"&gt;Compliance Concerns:&lt;/H2&gt;
&lt;H3 id="MMSGroupMessagingonMM7API-HonoringUserOpt-Out"&gt;Honoring User Opt-Out&lt;/H3&gt;
&lt;P&gt;In accordance with Messaging Principles and Best Practices, content providers must establish systems that allow consumers to opt out of A2P messaging. Users should be able to unsubscribe using keywords such as STOP, END, UNSUBSCRIBE, CANCEL, QUIT, or phrases like "Please remove me" or "Stop sending messages." Once opted out, users must be quickly removed from the messaging list, and the content provider should cease all communications, sending only a final confirmation message of the opt-out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Person-to-Person Messaging&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;In group chat messaging, if a user wishes to be removed from a group chat, they may still receive unwanted messages from other participants who continue to respond to the old thread.&amp;nbsp;This means that even after a user has opted out of receiving messages from the content provider, they might still receive replies from other group members.&amp;nbsp;Since P2P messaging involves a direct route through carrier networks with minimal intermediate handling, the ability to impose additional restrictions specific to A2P communications, like blocking or content filters, does not exist in the P2P model.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;SPAN&gt;Use-Case:&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;Group chat messaging, while an essential communication tool, presents unique challenges, particularly in larger groups. The high volume of messages can overwhelm users, causing important information to get lost in the clutter. Moreover, not every messaging need is well-suited for group chat messaging. However, there are several use-cases where group messaging excels:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Project Collaboration&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Enables team members to discuss projects and stay updated in real time, fostering a collaborative environment that enhances productivity and speeds up decision-making.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Real Estate Updates&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Realtors can efficiently keep potential buyers up-to-date with the latest listings, open house schedules, and other relevant news, streamlining the communication process in a dynamic market.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Home Security&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Security companies can instantly notify homeowners of security alerts, whether at their residence or place of business, ensuring rapid dissemination of critical information for immediate action.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Automotive Insurance&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In the event of an accident, insurance companies can use group messaging to coordinate communication between the driver of the vehicle, insurance agent, tow service, and interested family members, simplifying the management of the incident and support processes.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;MM7 Group MMS Request Demo&lt;/STRONG&gt;: From Submission to Handset Delivery&lt;BR /&gt;&lt;A href="https://clxgroup-my.sharepoint.com/:v:/r/personal/bhaqat_on_sinch_com/Documents/Videos/Clipchamp/Video%20Project%202/Exports/Group%20MMS%20Submission%20Demo.mp4?csf=1&amp;amp;web=1&amp;amp;e=ZkMGod" target="_blank" rel="noopener"&gt;Group MMS Submission Demo.mp4&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="awebChromeHelper"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Wed, 12 Aug 2026 22:41:21 GMT</pubDate>
    <dc:creator>Keenon_House</dc:creator>
    <dc:date>2026-08-12T22:41:21Z</dc:date>
    <item>
      <title>Support for Group Messaging on 10DLC</title>
      <link>https://community.sinch.com/t5/MMS/Support-for-Group-Messaging-on-10DLC/ta-p/9279</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="awebChromeHelper"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Aug 2026 22:41:21 GMT</pubDate>
      <guid>https://community.sinch.com/t5/MMS/Support-for-Group-Messaging-on-10DLC/ta-p/9279</guid>
      <dc:creator>Keenon_House</dc:creator>
      <dc:date>2026-08-12T22:41:21Z</dc:date>
    </item>
  </channel>
</rss>

