I understand that responding in a group chat from a Twilio client is not supported as of May 2022. However, all I need to do for my application is retrieve the numbers involved in an incoming webhook request.
For example, a user starts a group message including:
- +1 234 555 1234
- +1 234 222 5566
- +1 234 555 8888
- +1 234 333 1111
- <
My Twilio number
>
Is there a way to get access to those first phone numbers from the webhook request?
Do I have to use Twilio Conversations for this? If so, how do I manage this with conversations?