Best answer

Can I use Zapier webhooks to integrate with my CRM project to monitor activity?

  • 12 November 2020
  • 2 replies
  • 141 views

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

icon

Best answer by ikbelkirasan 13 November 2020, 13:00

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

@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

Userlevel 7
Badge +12

@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.