I’m currently using the custom channel API to send messages into a channel. When replies are made, we get a call on the outbound endpoint. I would like further clarification on what the recipients array is supposed to represent in the payload of that outbound call. It looks like there can be two recipients, with roles “from” and “to”. If I want the user handle of the original message that started the conversation, is it reliable to pull the recipient with role = “to”? Or is that meant to represent something else?
Thanks!
Kevin