Hi,
I saw this blog and want to send a summary email of Teams one-on-one chat conversations on a daily schedule. I have managed to get the JSON of all messages, but I'm not sure how to compile them into a single email. If anyone has experience with this, could you please provide some guidance?
List Chat: One on One; All Chats
Filter: @greater(ticks(item()?['lastUpdatedDateTime']), ticks(addDays(utcNow(), -1)))
Graph HTTP: GET https://graph.microsoft.com/v1.0/me/chats/<chatID>/messages
Thank you!