<?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>topic Re: rcs screening number in Developer Forum</title>
    <link>https://community.sinch.com/t5/Developer-Forum/rcs-screening-number/m-p/15974#M156</link>
    <description>&lt;P&gt;Hello, thank you for reaching out!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It sounds like you want to determine if your recipients can receive RCS messages. Support for RCS is provided by the &lt;A title="RCS channel of the Conversation API" href="https://developers.sinch.com/docs/conversation/channel-support/rcs/" target="_blank" rel="noopener"&gt;RCS channel of the Conversation API&lt;/A&gt;. Using the Conversation API, you can &lt;A title="conduct a capability query" href="https://developers.sinch.com/docs/conversation/api-reference/conversation/tag/Capability/#tag/Capability/operation/Capability_QueryCapability" target="_blank" rel="noopener"&gt;conduct a capability query&lt;/A&gt; on any contact that is associated with your &lt;A title="project " href="https://developers.sinch.com/docs/conversation/keyconcepts/#project" target="_blank" rel="noopener"&gt;project&lt;/A&gt;&amp;nbsp;and/or &lt;A title="app" href="https://developers.sinch.com/docs/conversation/keyconcepts/#app" target="_blank" rel="noopener"&gt;app&lt;/A&gt;. This capability query will conduct a check against the supplied contact asynchronously and retrieve information on its corresponding channel identities. These results are sent via the &lt;A title="CAPABILITY webhook trigger" href="https://developers.sinch.com/docs/conversation/callbacks/#capability-check" target="_blank" rel="noopener"&gt;&lt;CODE&gt;CAPABILITY&lt;/CODE&gt; webhook trigger&lt;/A&gt;. I'll reach out to the product team to confirm that the capability query works as expected for the RCS channel of the Conversation API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The contact against which you are conducting the capability query must already be associated with your project. Contacts are automatically created and associated with projects/apps in &lt;A title="certain scenarios" href="https://developers.sinch.com/docs/conversation/contact-management/#channel-recipient-identities-are-not-connected-to-any-existing-contacts" target="_blank" rel="noopener"&gt;certain scenarios&lt;/A&gt;, including when you first &lt;A title="send a message to that contact using a Conversation API call" href="https://developers.sinch.com/docs/conversation/api-reference/conversation/tag/Messages/#tag/Messages/operation/Messages_SendMessage" target="_blank" rel="noopener"&gt;send a message to that contact using a Conversation API call&lt;/A&gt;. If you want to conduct the capability query prior to sending any message to the desired recipient, you can manually create the contact in your system using a the &lt;A title="Create a Contact Conversation API call." href="https://developers.sinch.com/docs/conversation/api-reference/conversation/tag/Contact/#tag/Contact/operation/Contact_CreateContact" target="_blank" rel="noopener"&gt;Create a Contact Conversation API call.&lt;/A&gt; Ensure that you supply their RCS channel identity information in the &lt;CODE&gt;channel_identities&lt;/CODE&gt; array of the API call.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;In order for your system to receive the results of the capability check, the corresponding Conversation API app must be subscribed to the &lt;CODE&gt;CAPABILITY&lt;/CODE&gt; webhook trigger. For information on how to configure webhooks for your Conversation API app, see our article on &lt;A title="How to add a webhook to a Conversation API app" href="https://community.sinch.com/t5/Conversation-API/How-to-add-a-webhook-to-a-Conversation-API-app/ta-p/8100" target="_blank" rel="noopener"&gt;How to add a webhook to a Conversation API app&lt;/A&gt;&amp;nbsp;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll respond to this post with any other relevant information I get from the product team. In the meantime, please let us know if you have any other questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Aug 2024 18:02:43 GMT</pubDate>
    <dc:creator>Sam_Williams</dc:creator>
    <dc:date>2024-08-19T18:02:43Z</dc:date>
    <item>
      <title>rcs screening number</title>
      <link>https://community.sinch.com/t5/Developer-Forum/rcs-screening-number/m-p/15968#M154</link>
      <description>&lt;P&gt;I need to filter whether the other party's number supports RCS. How can I do it?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2024 03:52:04 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Developer-Forum/rcs-screening-number/m-p/15968#M154</guid>
      <dc:creator>eason8376</dc:creator>
      <dc:date>2024-08-18T03:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: rcs screening number</title>
      <link>https://community.sinch.com/t5/Developer-Forum/rcs-screening-number/m-p/15974#M156</link>
      <description>&lt;P&gt;Hello, thank you for reaching out!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It sounds like you want to determine if your recipients can receive RCS messages. Support for RCS is provided by the &lt;A title="RCS channel of the Conversation API" href="https://developers.sinch.com/docs/conversation/channel-support/rcs/" target="_blank" rel="noopener"&gt;RCS channel of the Conversation API&lt;/A&gt;. Using the Conversation API, you can &lt;A title="conduct a capability query" href="https://developers.sinch.com/docs/conversation/api-reference/conversation/tag/Capability/#tag/Capability/operation/Capability_QueryCapability" target="_blank" rel="noopener"&gt;conduct a capability query&lt;/A&gt; on any contact that is associated with your &lt;A title="project " href="https://developers.sinch.com/docs/conversation/keyconcepts/#project" target="_blank" rel="noopener"&gt;project&lt;/A&gt;&amp;nbsp;and/or &lt;A title="app" href="https://developers.sinch.com/docs/conversation/keyconcepts/#app" target="_blank" rel="noopener"&gt;app&lt;/A&gt;. This capability query will conduct a check against the supplied contact asynchronously and retrieve information on its corresponding channel identities. These results are sent via the &lt;A title="CAPABILITY webhook trigger" href="https://developers.sinch.com/docs/conversation/callbacks/#capability-check" target="_blank" rel="noopener"&gt;&lt;CODE&gt;CAPABILITY&lt;/CODE&gt; webhook trigger&lt;/A&gt;. I'll reach out to the product team to confirm that the capability query works as expected for the RCS channel of the Conversation API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The contact against which you are conducting the capability query must already be associated with your project. Contacts are automatically created and associated with projects/apps in &lt;A title="certain scenarios" href="https://developers.sinch.com/docs/conversation/contact-management/#channel-recipient-identities-are-not-connected-to-any-existing-contacts" target="_blank" rel="noopener"&gt;certain scenarios&lt;/A&gt;, including when you first &lt;A title="send a message to that contact using a Conversation API call" href="https://developers.sinch.com/docs/conversation/api-reference/conversation/tag/Messages/#tag/Messages/operation/Messages_SendMessage" target="_blank" rel="noopener"&gt;send a message to that contact using a Conversation API call&lt;/A&gt;. If you want to conduct the capability query prior to sending any message to the desired recipient, you can manually create the contact in your system using a the &lt;A title="Create a Contact Conversation API call." href="https://developers.sinch.com/docs/conversation/api-reference/conversation/tag/Contact/#tag/Contact/operation/Contact_CreateContact" target="_blank" rel="noopener"&gt;Create a Contact Conversation API call.&lt;/A&gt; Ensure that you supply their RCS channel identity information in the &lt;CODE&gt;channel_identities&lt;/CODE&gt; array of the API call.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;In order for your system to receive the results of the capability check, the corresponding Conversation API app must be subscribed to the &lt;CODE&gt;CAPABILITY&lt;/CODE&gt; webhook trigger. For information on how to configure webhooks for your Conversation API app, see our article on &lt;A title="How to add a webhook to a Conversation API app" href="https://community.sinch.com/t5/Conversation-API/How-to-add-a-webhook-to-a-Conversation-API-app/ta-p/8100" target="_blank" rel="noopener"&gt;How to add a webhook to a Conversation API app&lt;/A&gt;&amp;nbsp;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll respond to this post with any other relevant information I get from the product team. In the meantime, please let us know if you have any other questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 18:02:43 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Developer-Forum/rcs-screening-number/m-p/15974#M156</guid>
      <dc:creator>Sam_Williams</dc:creator>
      <dc:date>2024-08-19T18:02:43Z</dc:date>
    </item>
  </channel>
</rss>

