Forum Discussion

Fursa's avatar
Fursa
New Member
1 year ago
Solved

Webhook to Microsoft Fabric

Hello  Data Fam,

I’m looking for a reliable way to trigger a Fabric Data Pipeline via email.
Is this possible?

What I need is to send an email and have it trigger a pipeline activity. I’ve explored several approaches but haven’t found a solution yet.

If anyone has experience with this or knows a workaround, I’d really appreciate it if you could share. 🙂

Thanks!

3 Replies

  • Hi Fursa

     

    You will need to use the REST APIs to do this. If you have Power Platform, the easiest way to do this without writing custom code is using Power Automate, as the link that lbendlin helpfully shared explains. 

     

    If you don't have Power Automate, I'm sure you can use some VBScript in your outlook client to watch for a specific email, and then send the REST API request. 

     

    If you found this helpful, consider giving some Kudos.
    If I answered your question or solved your problem, mark this post as the solution. 

  • Fursa's avatar
    Fursa
    New Member

    It might solve my case thank you so much!