August 19, 2015

Debugging Remote Webhooks with Ngrok and Visual Studio

Debugging Remote Webhooks with Ngrok and Visual Studio

Over the past few years, we’ve regularly built new integrations into DoneDone. Most of our integrations use webhooks, which are callbacks sent from a remote third-party service to your application. Webhooks are simple yet powerful, and allow us to easily automate tasks like processing incoming emails and updating issues from Git or SVN commits.

Read the full post on the DoneDone Blog