• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
ControlUp Community

ControlUp Community

Connect, Learn, and Grow

  • Blog
  • Archives
  • Findings
  • Meetups
  • Videos
  • Events
  • Categories
    • ControlUp One Platform
    • ControlUp for Apps
    • ControlUp for Compliance
    • ControlUp Dashboards
    • ControlUp for Desktops
    • ControlUp for VDI
    • ControlUp Scripts & Triggers
    • ControlUp Synthetic Monitoring
    • ControlUp Workflows
  • Topics
    • Logos & Wallpaper
    • ControlUp.com
  • Join

Formatting Message Text on Microsoft Teams

Posted on June 17, 2026

A discussion about formatting message text on Microsoft Teams was had, with the suggestion to use the "Send Message to Channel" integration to define titles and flag messages as important using Markdown or Adaptive Cards. A sample JSON payload was provided for reference. The user who brought up the question was encouraged to try it out and report back on their experience.


Read the entire ‘Formatting Message Text on Microsoft Teams’ thread below:

Hello everyone,

does anyone know if it’s possible to format the message text when using the Teams integration "Send Message to Channel"?

For example, I would like to define a title and flag the message as important.


Hi Alexander,

I have not had the chance to test this, but Microsoft Teams supports both Markdown and Adaptive Cards, which allow you to style text, add headers, and flag messages.

If you want a highly structured layout with a distinct title block, using an Adaptive Card is the best route.

You can design a card using the Adaptive Cards Designer, but here is a simple JSON payload that includes a bold title and a visual warning flag:

“`{

"type": "AdaptiveCard",

"body": [

{

"type": "TextBlock",

"text": "⚠️ IMPORTANT ANNOUNCEMENT",

"weight": "Bolder",

"size": "Medium",

"color": "Attention"

},

{

"type": "TextBlock",

"text": "Your main message text goes here. You can use standard markdown for *bolding or italics*.",

"wrap": true

}

],

"$schema": "",

"version": "1.3"

}“`

Give it a try, and let us know how it goes!


Thanks Abel!

I’ll give it a try.

Continue reading and comment on the thread ‘Formatting Message Text on Microsoft Teams’.  Not a member? Join Here!


Categories: All Archives
Topics: Microsoft, Microsoft Teams, Reporting, Unified Communications

Ask Us Anything, Connect, Learn, and Grow with the ControlUp Community!

Login to the ControlUp Community to ask us anything, stay up-to-date on what’s new and coming soon and meet other like-minded techies like you.

Not already a member? Join Today!

Primary Sidebar

ControlUp Academy

Enroll in ControlUp Academy for expert-led technical training, equipping you with skills to effectively deploy, manage, and grow your ControlUp investment.

Learn here >

Rotating Images

Hidden Gem from our Community on Slack!

ControlUp Betas - What's Coming Next?
NEW ControlUp Features - Stay Up-to-Date!
ControlUp Scripts - Scripting, Zero to Hero
Latest KB Articles - Be the First to Learn

Video Tutorials Library

Visit our technical how-to videos, offering step-by-step tutorials on advanced features, troubleshooting, and best practices.

Watch here >

ControlUp Blog

Check out the ControlUp blog for expert advice and in-depth analysis.

Read here >

ControlUp Script Library

Visit the ControlUp technical script library, which offers a multitude of pre-built scripts and custom actions for your monitoring and troubleshooting requirements.

See here >

ControlUp Support

Visit the ControlUp support home and to delve deeper into ControlUp DEX solutions.

Browse here >

Footer

      

ControlUp Community
Of Techie, By Techie, For Techie!

Terms of Use | Privacy Policy | Security
Dive Deeper, Learn more at ControlUp.com

  • facebook
  • twitter
  • youtube
  • linkedin

© 2023–2026 ControlUp Technologies LTD, All Rights Reserved.

We use cookies to ensure that we give you the best experience on our website. by continuing to use this site you agree to our Cookie policy..