less than 1 minute read

Are you familiar with Logic Apps? Have you ever written your custom connector and wondered how to support Polling Triggers in your API? The way is not exactly straightforward, until recently. In Networg we created many custom connectors with polling triggers. We assembled an easy to use tooling for that and finally made it open source. Now you can easily add Polling Trigger to your .NET Core API using our NuGet package. If you are interested in contribution or just want to see our source code, you can check out our GitHub repo.

If you are confused about all this, it’s ok. The documentation of Logic App triggers is everything but ideal. Out entire progress with this problem was made mainly by reverse engineering. Here is a simple presentation, which explains how it works and what exactly does this NuGet for you.

To submit comments, go to GitHub Discussions.