Skip to main content
Best answer

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

  • November 12, 2020
  • 2 replies
  • 143 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

Best answer by ikbelkirasanBest answer by ikbelkirasan

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

View original
Did this topic help you find an answer to your question?
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
Forum|alt.badge.img+12
  • Zapier Expert
  • 555 replies
  • Answer
  • November 13, 2020

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


  • Author
  • Beginner
  • 1 reply
  • November 19, 2020

@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