Hi, anyone try Office365 Outlook Send Approval Mail! And what is notificationUrl parameter! Anyone can provide an example.
thanks
hi @YAYA
There are a few parts to this, please have a look at adaptive cards and actionable messages (https://docs.microsoft.com/en-us/outlook/actionable-messages/#outlook-version-requirements-for-actio...) . You will notice that this is only for the outlook client.
Hope it sheds more light on the topic.
Hi @YAYA ,
Could you please share more details about your scenario? Would you like to send approval Emails to users?
If so, firstly the syntax of Office365Outlook.SendApprovalEmail is as follows:
Office365Outlook.SendApprovalMail(
"https://www.google.ca",
{
To:"johndoe@domain.com",
Subject: "This Is My Options Email Title",
Options: "Option1,Option2,Option3",
HeaderText:"Header Text",
SelectionText:"Selection text",
Body: "This is the message you want to send",
Importance:"Low",
Attachments:Blank(),
UseOnlyHTMLMessage:true,
HideHTMLMessage:true,
ShowHTMLConfirmationDialog:false
}
)
But why not consider use Power Automate? There are several OOTB solutions to send approvals and easy to use:
and you could also find a few posts in the community talking about them with scenarios.
Hope this helps.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Using flow for this is easy, but this is another resource that has limitations on api calls etc. Why build something in the app if it is not useable? I understand your syntax but what is the url doing or being used for
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
190 | |
69 | |
50 | |
38 | |
28 |
User | Count |
---|---|
243 | |
114 | |
91 | |
91 | |
71 |