1. Log In
Connect your local development server to Posthook using the CLI. This lets you receive webhooks locally without tunneling tools like ngrok.2. Start the Listener
Start the Posthook listener to forward webhooks to your local application.http://localhost:3000 with the base URL of your local server.
The listener connects to Posthook via WebSocket. It receives webhooks and forwards them to your specified local URL.
3. Install the SDK (Optional)
Install an official SDK for a streamlined experience. You can also usecurl directly.
4. Send a Test Hook
In a new terminal, schedule a test webhook to fire in 5 seconds.Verification
Check yourposthook listen terminal. You should see the hook arrive when it fires:
5. Check the Dashboard
Open the Activity page in the Dashboard. You can inspect the full payload, view delivery timing, and check response details for any hook.Next Steps
How Posthook Works
Understand the full hook lifecycle from scheduling to delivery.
Receiving Webhooks
Handle deliveries in your app with framework-specific examples.
Security
Verify the
Posthook-Signature to ensure requests are genuine.API Reference
Explore the full API to schedule, list, and manage your hooks.