Webhook integration in development with Ngrok 🚀
All begin when I’m using the Pipedrive (is a sales management tool designed to help small sales teams manage intricate or lengthy sales processes) webhook.
The solution was easy I just create an ngrok tunnel
> ngrok http 3000
Session Status online
Account Andrey (Plan: Free)
Version 2.2.8
Region United States (us)
Web Interface http://127.0.0.1:4040
Forwarding http://b1256cb6.ngrok.io -> localhost:3000
Forwarding https://b1256cb6.ngrok.io -> localhost:3000
and then sent the webhook to the generated address and it works. In local development I can user webhook from another api! It's work 🚀
To use it you need to do 4 steps:
Register on ngrok
Download ngrok from site
Connect your account
Run it 🚀
ps
In addition, this service has a ngrok-tunel gem that allows you to fully integrate it with your application. But that's another story 💎
Discover More Reads
Categories: