Forum Discussion

John Edward Paredes's avatar
John Edward Paredes
Copper Contributor
Oct 23, 2018

How to Send an Email when added a News Post in SharePoint Online site

How do you Send an Email to notify a user whenever a new News Post is created in SharePoint Online site?

Please help on how to do this. What are the ways.

23 Replies

  • Zinaida's avatar
    Zinaida
    Copper Contributor

    John Edward Paredes 

     

    Hello,

     

    My question and current issue is- i am composing a sharepoint where i need to include a particular person to only receive email notification once i include their email as owner of the particular subject +add new template.

     

    I can`t use alerts tab, as i do not want to alert all people using the sharepoint each time- just one person in particular, because those vary.

     

    I created a column with settings to enter the email of a person, but when i include my email for testing- i receive no email.

     

    I see as workaround only option is to "share" the subjected topic with a person. However, i am pretty sure that there should be a setting to send email to the person "assigned to" automatically.

     

    This is in "new experience" view, column type is "People or Group". 

    • RobElliott's avatar
      RobElliott
      Silver Contributor

      Zinaida you can do this with a flow in Power Automate. The trigger would be a SharePoint "When an item is created or modified" trigger. You'd then have a condition that would check whether you'd added anything into the Owner column. If you hadn't then nothing would happen. But if you had entered the owner's email address in the Owner column then it would  grab that and use it to send an email to the Owner with any other data you needed to send them.

       

      Rob
      Los Gallardos
      Microsoft Power Automate Community Super User

  • If they use the SharePoint mobile app today (iOS  or Android), they'll be notified of news posts by people they work closely with (powered by the graph).

     

    We're also currently have notifications enabled for sites you follow within Microsoft (and will be rolling this out in the future to TR, then production).

     

    We've built a feature to email people that don't have the mobile app installed if a notification "should" go to them (based on graph, site following, etc.) but we haven't yet figured out the right way to integrate that into the authoring process and create the right notification settings.

     

    If you have thoughts on what you think the right experience is, we'd love to hear them. Thanks! fyi Debjani Mitra

  • Matt Weston's avatar
    Matt Weston
    Iron Contributor

    Hi John Edward Paredes there are a number of ways that you could tackle this. You could create a Flow which has a trigger on the Site Pages library to send an email to a user/set of users to inform them that some activity has taken place.

     

    Alternatively, you could use the out-of-the-box Alerts mechanism as displayed in the attached screenshot. This way you can specify whether the alerts are sent out immediately, daily summary or weekly summary.

    • pdang's avatar
      pdang
      Copper Contributor

      Matt Weston Hi Matt, The OOTB solution you provided is not helping. When I try to set an alert on News page, then I get alerted whenever changes are on News.aspx and it is published but not when there is any news post added. Am I missing something? How can I set an alert for myself/other users to get alerted on the News post releases? TIA.

      • Matt Weston's avatar
        Matt Weston
        Iron Contributor

        Hi pdang , if you're looking for alerts when only when a news item is published then you're better off working with Microsoft Flow to achieve this. The OOTB method will send alerts when an item is added to the library regardless of whether it is published or not.

         

        I'll post an example Flow later today just in case you need it.

    • Deleted's avatar
      Deleted
      Flow would be my recommended way of solving this

Resources