I have a requirement to send a chat message with parameters (email and message content) using Graph API from my .Net Core Web API.
Without any signed in user I have to send the chat message. Is it possible with Graph API? If not, is there any alternatives?
It is working in Graph explorer but getting Unauthorized or Unknown Error.
Please help me on this.