Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hello,
I'm using the Power BI rest API to refresh some dataflows, according to the documentation here: https://docs.microsoft.com/en-us/rest/api/power-bi/dataflows/refreshdataflow
I populate the groupId, the DataflowID as parameters, and set the body as:
{
"notifyOption": "MailOnCompletion"
}
The objective being to get a notifcation (email) once the refresh is done, wether it's a success or a failure.
When I do this, the refresh is triggered as expected, but I never receive the email once it's done. I've tried on Dataflows that voluntary have a fail refresh, or working; with "MailOnCompletion" or "MailOnFailure", but it never worked.
I tried on Postman as well, and directly and finally on the "Try it" feature from the documentation, as shown on the screenshot:
Any idea?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.