08-17-2024 08:52 PM
I need to filter whether the other party's number supports RCS. How can I do it?
08-19-2024 11:02 AM
Hello, thank you for reaching out!
It sounds like you want to determine if your recipients can receive RCS messages. Support for RCS is provided by the RCS channel of the Conversation API. Using the Conversation API, you can conduct a capability query on any contact that is associated with your project and/or app. 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 CAPABILITY
webhook trigger. 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.
Note the following:
channel_identities
array of the API call.CAPABILITY
webhook trigger. For information on how to configure webhooks for your Conversation API app, see our article on How to add a webhook to a Conversation API app .
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.
Thanks again!