Skip to main content

Hello Team,

 

I would like to know if we can post an approval task on MS teams whenever task is assigned to any individual user?

 

So instead of user going to email/My Tasks, we want user to be able to take action via teams itself. I believe we have this feature in power automate.

 

Please advise if it can implemented or is it part of Nintex roadmap?

 

Regards

Consider using a "Call a Web Service" action to MS Graph API. The API provides a post method to "Send chatMessage".



The message can be sent to a channel or to an individual.



Example: POST /teams/{team-id}/channels/{channel-id}/messages



See the REST API details here: https://learn.microsoft.com/en-us/graph/api/chatmessage-post?view=graph-rest-1.0&tabs=http.



The message you send would contain a task link. 


Hi,



You can use the "post to a channel" workflow step to achieve this. 




The email notification for tasks cannot be disabled, so the user would still be notified by email. (I believe there is a workaround for not sending the email, which is setting the body of the email with a null variable (empty).



 


Reply