Question

I want to send an email via Outlook when a new file is added to a library, but I want to send that mail to a SharePoint group.

How can I do it? Is it possible?

If its not possible, what will be the best to achieve this?

Regards

Était-ce utile?

La solution

There is currently no action available to send an email to SharePoint group. But, you can achieve the same using below workaround:

  1. Create a flow which will trigger on a file creation in document library.
  2. Get SharePoint group users using Send an HTTP Request to SharePoint Action in Flow .
  3. Loop through the response you got from above step and send an email using Send an email action in flow.

Below references will help you to achieve the same:

  1. Flow: Send Email to SharePoint Group Members.
  2. Email a SharePoint group from a Flow.
Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top