Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sharepoint change teams notification #69

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions prompts/power-automate/reminder-workflow/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Reminder workflow

## Description

This prompt helps with creating a reminder workflow. It sends out email 15 days, 5 days, and on the due date of a list item

## Prompt
Design a recurrence workflow that runs everyday and monitors a SharePoint List for Due date. Send reminder notifications to the 'Assigned To' user at 15 days, 5 days, and on the due date. Include item details like title, due date, and pending actions.

[Open in Power Automate](https://make.powerautomate.com/create/fromNaturalLanguage?prompt=Design%20a%20recurrence%20workflow%20that%20runs%20every%20day%20and%20monitors%20a%20SharePoint%20List%20for%20Due%20date.%20Send%20reminder%20notifications%20to%20the%20'Assigned%20To'%20user%20at%2015%20days,%205%20days,%20and%20on%20the%20due%20date.%20Include%20item%20details%20like%20title,%20due%20date,%20and%20pending%20actions.&from=Copilot&utm_source=PromptLibrary)


### Supported Language(s)

[English](./en-us/prompt.md)

## Authors

Solution|Author(s)
--------|---------
Reminder Workflow | [Sudeep Ghatak](https://github.com/sudeepghatak) ([LinkedIn](https://www.linkedin.com/in/sudeepghatak/))

## 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.**


Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions prompts/power-automate/reminder-workflow/en-us/prompt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Build a workflow that gets customer feedback from [Start of Text] Microsoft Forms [End of Text] and adds the feedback to [Start of Text]SharePoint [End of Text]. Send an email follow up to the submitter. Include text in the body that thanks them for submitting feedback.

[Open in Power Automate](https://make.powerautomate.com/create/fromNaturalLanguage?prompt=Build%20a%20workflow%20that%20gets%20customer%20feedback%20from%20%5BStart%20of%20Text%5D%20Microsoft%20Forms%20%5BEnd%20of%20Text%5D%20and%20adds%20the%20feedback%20to%20%5BStart%20of%20Text%5DSharePoint%20%5BEnd%20of%20Text%5D.%20Send%20an%20email%20follow%20up%20to%20the%20submitter.%20Include%20text%20in%20the%20body%20that%20thanks%20them%20for%20submitting%20feedback.&from=Copilot&utm_source=PromptLibrary)

Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# SharePoint item change triggers teams notification

## Description

This prompt helps with creating a notification on Teams when an item in SharePoint list is added, deleted or updated.

## Prompt
Create a flow that triggers a Teams notification to a specific channel or user when any item in a designated SharePoint list is created, updated, or deleted, including the details of the changes made.

[Open in Power Automate](https://make.powerautomate.com/create/fromNaturalLanguage?prompt=Create%20a%20flow%20that%20triggers%20a%20Teams%20notification%20to%20a%20specific%20channel%20or%20user%20when%20any%20item%20in%20a%20designated%20SharePoint%20list%20is%20created,%20updated,%20or%20deleted,%20including%20the%20details%20of%20the%20changes%20made.&from=Copilot&utm_source=PromptLibrary)


### Supported Language(s)

[English](./en-us/prompt.md)

## Authors

Solution|Author(s)
--------|---------
SharePoint item change triggers teams notification | [Sudeep Ghatak](https://github.com/sudeepghatak) ([LinkedIn](https://www.linkedin.com/in/sudeepghatak/))

## 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.**


Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Build a workflow that gets customer feedback from [Start of Text] Microsoft Forms [End of Text] and adds the feedback to [Start of Text]SharePoint [End of Text]. Send an email follow up to the submitter. Include text in the body that thanks them for submitting feedback.

[Open in Power Automate](https://make.powerautomate.com/create/fromNaturalLanguage?prompt=Build%20a%20workflow%20that%20gets%20customer%20feedback%20from%20%5BStart%20of%20Text%5D%20Microsoft%20Forms%20%5BEnd%20of%20Text%5D%20and%20adds%20the%20feedback%20to%20%5BStart%20of%20Text%5DSharePoint%20%5BEnd%20of%20Text%5D.%20Send%20an%20email%20follow%20up%20to%20the%20submitter.%20Include%20text%20in%20the%20body%20that%20thanks%20them%20for%20submitting%20feedback.&from=Copilot&utm_source=PromptLibrary)

Loading