Domanda

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

È stato utile?

Soluzione

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.
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top