InstaWebhook

Quick Start Guide

Create an account, create a project, then add an endpoint. The endpoint URL is the durable intake URL your application or provider sends webhook events to.

curl -X POST "https://instawebhook.com/api/ingest/YOUR_ENDPOINT_TOKEN" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: demo-event-001" \
  -d '{"type":"demo.created","data":{"message":"Hello from InstaWebhook"}}'

After sending a test event, open the dashboard events page to inspect metadata, payload hash, delivery status, and attempts. Add a destination URL, send another event, and verify a successful delivery. To test failure handling, point the destination at an endpoint that returns an error, then use the deliveries page to retry or replay after fixing the destination.