Power Automate - Change From Address Email notification

Поделиться
HTML-код
  • Опубликовано: 14 дек 2020
  • This video explains the steps to change the from email address of email notification with in Power Automate(MS Flow).
    Two option have been explained to change the from address
    _api/SP.Utilities.Utility.SendEmail
    application/json;odata=nometadata
    {
    'properties':
    {
    'To':['krishan.sharma@ximit.onmicrosoft.com'],
    'Subject':"NewMail",
    'Body':"NewBody"
    }
    }

Комментарии • 20

  • @tariqshah1446
    @tariqshah1446 9 месяцев назад

    Thanks a lot for making a great video, I was searching for.

  • @krishnabairi1581
    @krishnabairi1581 3 года назад +2

    Thanks bro. Like the second option

  • @elisabethkim96
    @elisabethkim96 7 месяцев назад

    Hi, great video. But do you know how to add power bi table? Because I want to send an email with some data from power bi

  • @shreyas7866
    @shreyas7866 2 года назад +1

    Thank you. Excellent video. It worked when I use separate email ids in 'To' field in "send http request to SharePoint". But when I use group email id in 'To' field it says "Email message cannot be sent. Make sure the email has a valid recipients".
    Kindly suggest.

  • @MAT23154
    @MAT23154 2 года назад

    This is an awesome example.
    How do you handle formatting?
    The email is arriving stripped out of every format I tried, including
    .

  • @freefallindz
    @freefallindz 2 года назад +2

    Thanks for this, excellent video. Can you tell me what the syntax is if I select multiple dynamic items in the Body. I am referencing multiple List items that have email addresses. I tried 'To'['Credit Contact'], and that works where the credit contact is the dynamic item for the email address to the credit manager, then I tried 'To'['Credit Contact'],['Billing Contact'], where the 2nd dynamic item is the email for the billing manager. With 2 dynamic items separated by comma, as well as I tried semi-colon and colon, seems to only work with 1 dynamic item. I tried adding additional header as well, but no luck with multiple dynamic items in the To: statement.

  • @Xadanar
    @Xadanar 10 месяцев назад

    How would i send out individual emails to each person on a list and add an individualized attachment to it?

  • @alpanapradhan2328
    @alpanapradhan2328 Год назад

    hi great tutorial, can you guide on how to put multiple email addresses in the third option. where email is sent from HTTP

  • @jhonatanorabadillo5958
    @jhonatanorabadillo5958 Год назад

    Nice video!
    Please, could you tell us if are there any possibility to send with dynamic value from, for example, with each email user that create o modified items in a Sharepoint list?
    Thanks a lot!

  • @dhyan_kidhr_hai
    @dhyan_kidhr_hai 2 года назад

    Thanks for the Video, but this mail is going into Other or Junk mail not in focused mail.. how can we send this mail to in inbox

  • @parinyakhantawit5010
    @parinyakhantawit5010 2 года назад

    Thankyou, so I want to know can we use "Sent an Http request to SP" with web link ?

  • @prashantmallick5108
    @prashantmallick5108 3 года назад

    I need your help in power automate if yes please let me know when we can discuss

  • @tiagoviveiros6554
    @tiagoviveiros6554 2 года назад +3

    Thanks for sharing this! Do you know if it is possible to format the text inside the body? Like change its color or break the lines?

    • @m365techhelp
      @m365techhelp  2 года назад +2

      Yes, its possible. Just need to add your html in body.

    • @dieegoblanquel4135
      @dieegoblanquel4135 Год назад

      @@m365techhelp Hello M365... Excuse me, how can i add HTML into body? Honestly I don´t know anything about cloud computing or programming... I just need to paste my html after 'body':? Thank you in advance...

  • @MrAmarnathraju
    @MrAmarnathraju Год назад

    How to Add CC

  • @rendraramahusada4171
    @rendraramahusada4171 3 года назад

    How to add the multiple attachment with that way ?

  • @joelbaste09
    @joelbaste09 Год назад

    How to have attachment using html method?

  • @puterimawarshazleen5941
    @puterimawarshazleen5941 Год назад

    Hi ! may i know where did u got the uri ?

    • @m365techhelp
      @m365techhelp  Год назад +1

      This is the sharepoint send email utility end point
      _api/sp.utilities.utility.sendemail