I\'m trying to create a conversation with multiple members and generating a conversation id. My goal is to have the bot message each member listed in the \"members\" key one-by-
The reason members is an array is because it can be used for group conversations. You have set isGroup to false so you are not creating a group conversation. If you want to create multiple conversations then you will need to send multiple requests, which you've said is working.