Alchemy webhooks
In order to simulate webhooks locally, create a tunnel using ngrok.
- Create account in ngrok https://ngrok.com/ (opens in a new tab)
- Install it locally using
brew install ngrok - Copy Auth token from ngrok dashboard
- Run
ngrok config add-authtoken AUTH_TOKEN - Start strapi server using
yarn dev - Now you can run the tunnel using
ngrok http http://127.0.0.1:1337