My flow is triggered by Teams message. When the message contains an image or a screenshot, the flow will get an image hyperlink from the Teams message content, like the below one. I'd like to know if any flow action can help me use this url to get the content of the image, like in a base64 format, from Graph API.
'https://graph.microsoft.com/v1.0/chats/xxxxxx/messages/yyyyy...'
Thanks!