Skip to content

Latest commit

 

History

History
71 lines (42 loc) · 3.45 KB

webhooks.md

File metadata and controls

71 lines (42 loc) · 3.45 KB

Webhooks handling

Existing solutions

The are some gems created to handle webhooks from specific services:

Stripe

GitHub

Tutorials

Real life examples

Useful links

  • Ultrahook redirects webhooks to localhost
  • Ngrok exposes your local app on a public URL

Related