diff --git a/prompts/power-automate/dynamic-employee-recognition/README.md b/prompts/power-automate/dynamic-employee-recognition/README.md new file mode 100644 index 0000000..1e2b938 --- /dev/null +++ b/prompts/power-automate/dynamic-employee-recognition/README.md @@ -0,0 +1,32 @@ +# Dynamic Employee Recognition + +## Description + +Monitor messages posted in a selected Microsoft Teams channel to detect and capture employee recognition, including announcements, achievements, and messages with positive reactions or mentions. Each month, compile these messages into a structured recognition summary highlighting employees who've received notable mentions or positive reactions. + +## Prompt +Create a workflow that captures new leads from Microsoft Forms and adds them to Dataverse. Set up an automated follow-up email sequence to nurture leads over time. + +[Open in Power Automate](https://make.powerautomate.com/create/fromNaturalLanguage?prompt=Develop%20a%20flow%20that%20monitors%20internal%20communication%20platforms%20for%20mentions%20of%20employee%20achievements%2C%20compiles%20monthly%20recognition%20reports%2C%20and%20sends%20personalized%20appreciation%20messages.&from=Copilot&utm_source=PromptLibrary) + + +### Supported Language(s) + +[English](./en-us/prompt.md) + +## Authors + +Solution|Author(s) +--------|--------- +Dynamic Employee Recognition | [Valeras Narbutas](https://www.github.com/ValerasNarbutas) ([@ValerasNarbutas](https://twitter.com/ValerasNarbutas)) + +## Minimal Path to Awesome + +* Copy the prompt +* Paste prompt into the Power Automate Copilot + +## Disclaimer + +**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** + + diff --git a/prompts/power-automate/dynamic-employee-recognition/assets/sample.json b/prompts/power-automate/dynamic-employee-recognition/assets/sample.json new file mode 100644 index 0000000..e9ecb7b --- /dev/null +++ b/prompts/power-automate/dynamic-employee-recognition/assets/sample.json @@ -0,0 +1,49 @@ +[ + { + "$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json", + "name": "pnp-dynamic-employee-recognition", + "version": "1.0.0.0", + "source": "pnp", + "creationDateTime": "2025-04-15T00:00:00.000Z", + "updateDateTime": "2025-04-15T00:00:00.000Z", + "title": "Dynamic Employee Recognition", + "shortDescription": "Monitor messages posted in a selected Microsoft Teams channel to detect and capture employee recognition, including announcements, achievements, and messages with positive reactions or mentions. Each month, compile these messages into a structured recognition summary highlighting employees who've received notable mentions or positive reactions", + "longDescription": [ + "" + ], + "url": "https://github.com/pnp/powerplatform-prompts/tree/main/prompts/power-automate/dynamic-employee-recognition/", + "products": [ + "Power Automate", + "Power Platform", + "powerplatform-prompts", + "power-automate-prompts" + ], + "tags": [ + "Power Automate Copilot" + ], + "categories": [ + "Power Automate" + ], + "metadata": [ + { + "key": "Prompt", + "value": "Create a workflow that captures new leads from Microsoft Forms and adds them to Dataverse. Set up an automated follow-up email sequence to nurture leads over time." + } + ], + "thumbnails": [ + { + "type": "image", + "order": 100, + "url": "https://raw.githubusercontent.com/pnp/powerplatform-prompts/main/templates/previewprompts.png", + "alt": "Preview GIF" + } + ], + "authors": [ + { + "gitHubAccount": "ValerasNarbutas", + "name": "Valeras Narbutas", + "pictureUrl": "https://github.com/ValerasNarbutas.png" + } + ] + } +] diff --git a/prompts/power-automate/dynamic-employee-recognition/en-us/prompt.md b/prompts/power-automate/dynamic-employee-recognition/en-us/prompt.md new file mode 100644 index 0000000..176aa2a --- /dev/null +++ b/prompts/power-automate/dynamic-employee-recognition/en-us/prompt.md @@ -0,0 +1,3 @@ +Create a workflow that captures new leads from Microsoft Forms and adds them to Dataverse. Set up an automated follow-up email sequence to nurture leads over time + +[Open in Power Automate](https://make.powerautomate.com/create/fromNaturalLanguage?prompt=Develop%20a%20flow%20that%20monitors%20internal%20communication%20platforms%20for%20mentions%20of%20employee%20achievements%2C%20compiles%20monthly%20recognition%20reports%2C%20and%20sends%20personalized%20appreciation%20messages.&from=Copilot&utm_source=PromptLibrary)