I’m trying to send teams message by using teams bot.
I use this endpoint in postman
https://smba.trafficmanager.net/amer/v3/conversations/{USER-ID}/activities
( with the bearer token )
{
“type”: “message”,
“from”: “APP-ID”,
“recipient”: “USER-ID”,
“text”: “elho”
}
end get this response
{
“message”: “Authorization has been denied for this request.”
}
Need some help please.