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 / Posting a Bold Text in...
Power Automate
Unanswered

Posting a Bold Text in Viva Engage via Power Automate

(0) ShareShare
ReportReport
Posted on by

Hi all,

 

I'm exploring options to post bold text messages in Viva Engage (formerly Yammer) using Power Automate flows. I've tried a few different formatting approaches, such as:

 
  • *hi*
  • **hi**
  • <b>hi</b>
  • <strong>hi</strong>
 

However, none of these seem to render the text as bold in the Viva Engage post. The formatting either shows up as plain text or is stripped out entirely.

Has anyone come across this requirement before or found a working method to post formatted (specifically bold) messages to Viva Engage using Power Automate?

Example : 
(Action : Post Message (V2) )

Viva Engage: 

Any suggestions or examples would be greatly appreciated!

 

Thanks in advance,

Categories:
I have the same question (0)
  • Expiscornovus Profile Picture
    33,830 Most Valuable Professional on at
     
     

    As far as I am aware that specific Engage connector action doesn't support HTML formatting.


    However, a workaround would be to use the Post Message method of the Engage/Yammer REST API. 


    That Post Message method supports HTML formatting for announcement message types:

    https://learn.microsoft.com/en-us/rest/api/yammer/messages-json-post#announcements

     

    "To send an announcement, set the following parameters, and use HTML to format the message body.

    is_rich_text:true
    message_type:announcement
    title: your text here."

    Below is an example 

    HTTP action configuration

     

    {
      "body": "<strong>Hi!</strong>",
      "is_rich_text": true,
      "message_type": "announcement",
      "title": "",
      "group_id": "@{variables('YammerDestinationGroup')}"
    }



    Test result




     

    Happy to help out 😁

    I share more #PowerAutomate and #SharePointOnline content on my Blog, LinkedIn, Bluesky profile or Youtube Channel
  • CU03111008-0 Profile Picture
    2 on at
    I have few questions on how to implement this

    1. Is there a way to implement this in microsoft copilot studio
    2. How can we generate a token? specific to user 

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 592

#2
Valantis Profile Picture

Valantis 340

#3
11manish Profile Picture

11manish 284

Last 30 days Overall leaderboard