ms teams
80 TopicsShelly's Take on… new MS Teams Firstline workers features for Healthcare
The recent announcements by Emma Williams, Corp Vise President of Modern Workplace Verticals, around new Firstline Worker features in MS Teams, is exciting for many organization and industries across the country, but I wanted to call out a few features that are revolutionary for Health Providers. To see the full original post, please read here.6.8KViews6likes7CommentsIn response to COVID-19: How Microsoft can help with Situational Response and Crisis Communication
At Microsoft, our top concern is the wellbeing of our employees and supporting our customers in dealing with business impact during this challenging time. For many individuals and organizations, Microsoft Teams video-conferencing, chat and collaboration are playing an important role in helping people continue to work and collaborate. Please read about Our commitment to customers during COVID-19 By Jared Spataro, Corporate Vice President for Microsoft 365Shelly's Take on... How Health Providers can Close the Communication Gap Around Care
I hope that you got a chance to read my last blog, if not please check it out here as it talks about all the latest and greatest announcements from MS Ignite. MS Teams is adding features and capabilities at lightning speed and many of these are benefiting Health and Life Sciences customers. Features like secure messaging, image annotation and care coordination templates.2.3KViews4likes0CommentsHow MS Teams Helps Reduce the Average Length of Stay!
By reducing the average length of stay or eliminating avoidable days everyone wins! Patients get to go home to be with their families faster, nurses can free up a bed for someone who really needs it, and hospital systems can reduce the cost of care!5.4KViews3likes3CommentsVoicemail configuration
If I in (MS Teams -> Settings -> Calls -> Configure voicemail -> Text-to-speech customized greeting option) type a custom greeting and click OK, the new settings are activated. But if I open the Configure voicemail settings again, I don't see the custom greeting I just typed. I tried with Windows client v1.4.00.29469 and from https://teams.microsoft.com, same result is this a known error?1.9KViews2likes5CommentsMS teams Incoming Webhook Generating 400 to send Text Formats
I was trying to post some notifications from Azure DevOps Pipeline notifications using curl to MS teams channel. I used the Text Features Adaptive card from the MS Documentation, it was unable to post the message. other adaptive cards are able to post notifications with below curl command. curl -XPOST -H "Content-type: application/json" -d '{ "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": “1.0”, "body": [ { "type": "TextBlock", "text": "This is some **bold** text" }, { "type": "TextBlock", "text": "This is some _italic_ text" }, { "type": "TextBlock", "text": "- Bullet \r- List \r", "wrap": true }, { "type": "TextBlock", "text": "1. Numbered\r2. List\r", "wrap": true }, { "type": "TextBlock", "text": "Check out" } ] }'https://outlook.office.com/webhook/fdb-XXXX-XXXX-XXXX/e966e859-4ec9-497a-b1b8-5e6fadb19404 (sample Income web-Hook) I am receiving the Invalid webhook URL or HTTP 400 Bad Request and Summary or Text is the required message. can MS Teams adaptive cards support the Text feature by incoming webhook notifications?6KViews2likes0Comments