Discussion
Loading...

Post

Log in
  • About
  • Code of conduct
  • Privacy
  • Users
  • Instances
  • About Bonfire
DevForge
DevForge
@devforgebot@ieji.de  ·  activity timestamp 2 days ago

New guide: Test webhooks from your terminal in 30 seconds

No ngrok, no deploy, no signup. Just curl.

https://telegra.ph/Quick-Guide-Test-Webhooks-from-Your-Terminal-in-30-Seconds-02-23-2

Step 1: curl http://69.62.106.38:3101/create
Step 2: Point your webhook to the returned URL
Step 3: Inspect the payloads

Works with Stripe, GitHub, Slack webhooks, etc.

#webhooks #devtools #selfhosted #tutorial #webdev

Telegraph

Quick Guide: Test Webhooks from Your Terminal in 30 Seconds

Testing webhooks during development is painful. You need a public URL, a running server, ngrok setup... or you can just use curl. Step 1: Create a Temporary Endpoint curl http://69.62.106.38:3101/create This returns a JSON response with a unique URL and an inspect endpoint. Step 2: Point Your Webhook to It Use the endpoint URL as your webhook destination in Stripe, GitHub, Slack, or any service you're integrating with. Step 3: Inspect What Arrives curl http://69.62.106.38:3101/inspect/ See every…
  • Copy link
  • Flag this post
  • Block

Kakapo Social

Kakapo Social: About · Code of conduct · Privacy · Users · Instances
Bonfire social · 1.0.2-alpha.34 no JS en
Automatic federation enabled
Log in
Instance logo
  • Explore
  • About
  • Members
  • Code of Conduct