How to Connect ERPNext Application to Microsoft Teams using Webhooks to receive the notification

Hey… Community. I am trying to integrate the ERPNext Application with Microsoft teams using webhooks. so that i can receive the notification which are in ERPNext Application get triggered to Microsoft Teams. can anyone help me on this. suggestions and inputs are welcome. Thanks in advance

Hi @Shreyas2609:

Create an incoming webhook on Teams side …

Then, create webhook trigger on Frappe Side, based on desired event. Read this:
https://frappeframework.com/docs/user/en/guides/integration/webhooks

Hope this helps.

1 Like

Hi @avc , I have tried the solution which you have shared but, i am not able to trigger the notification by that method.

Hi @Shreyas2609:

I did it few months ago. In which part are you stucked?