Hi
I am trying to find a way to update the categories of an incoming outlook 365 email in a group mailbox
I found testimony that it used to be possible via URI https://graph.microsoft.com/v1.0/me/messages/@{triggerOutputs()?['body/id']} (ex: IvaSoft - AssignCategory flow template)
and various HTTP Request connector
But each attempt is KO with this message "URI path is not a valid Graph endpoint, path is neither absolute nor relative or resource/object is not supported for this connector. Resources: groups Objects: messages,mailFolders,events,calendar,calendars,outlook,inferenceClassification."
Can you help fix that ?
Regards