web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Add an 'Thumbs up' emo...
Power Automate
Answered

Add an 'Thumbs up' emoji to a posted Teams message

(2) ShareShare
ReportReport
Posted on by 262
I have various flows that post messages to a Teams channel.  These messages are for actions to be taken.
 
At present, when I have completed an action, I have to manually add a thumbs up emoji to say that the action has been completed. 
 
Is there a way, in power automate, to add the emoji when to a specific teams message, when a task has been completed?  The tasks that I have to do a done via Power Automate.  I know that I can capture the message ID from when the message is generated.
 
Thanks in Advance.
Categories:
I have the same question (0)
  • Suggested answer
    Expiscornovus Profile Picture
    33,828 Most Valuable Professional on at
    You can use Windows logo key + . (period). The emoji keyboard will appear:
     
     
  • Verified answer
    codeninja.sj Profile Picture
    115 on at

    As of today (August 22, 2024), we don't have a predefined action to set an emoji on a message in a Team's channel. However, you can use the Microsoft Graph API to add a reaction to a message in a channel.

    To do this, use the Send an HTTP request to Microsoft Graph action. Since it's a RestApi template, you will need to specify following configuration on your own:

    URI: https://graph.microsoft.com/v1.0/teams/{teamsId}/channels/{channelId}/messages/{messageId}/setReaction
    Method: POST
    Body:
    { "reactionType": "👍" }

    Note: Replace {teamsId},{channelId},and {messageId} placeholder with actual values.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 557

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 264 Super User 2026 Season 1

Last 30 days Overall leaderboard