How to receive webhooks in your Ruby on Rails application - Part 1
Webhooks are very simple. A Webhook is an HTTP callback triggered by an external application to your application (or vice versa). For one of our app, we’ve had to integrate a few of them and we wrote a quick tutorial on how to receive them.You can read on our blog
Post a comment