Skip to main content

I want to integrate Zapier with our CRM project so Is there any way how to use WebHooks in dot net core with Zapier to Monitor Outlook Activity like new receive mails and Add new contacts actually I am able to achieve it with dot net framework but not able to achieve with dot net core

@B kumar Your backend server needs to expose a REST API so that your custom Zapier integration can use it to subscribe & unsubscribe webhooks. An example Zapier integration that supports webhooks can be found here.


@ikbelkirasan I have Implemented with dot net framework and track all the activity because in asp dot net framework have a WebHooks Receivers NuGet package and i am able to achieve it but when I try with dot net core there is no core WebHooks Receivers NuGet package so how can I use core WebHooks Receivers or you can suggest me any alternate way to achieve it with dot net core