What exactly is a Webhook?
Think of a webhook as a reverse API or an instant push notification for servers. Instead of your external tools (like a CRM or accounting software) constantly asking Litekart, "Did a new order happen?", a webhook allows Litekart to instantly shout, "A new order just happened, and here is the data!" the millisecond it occurs. It's the engine behind true real-time automation.
Managing and Adding Webhooks
Access your active connections by clicking Webhooks in the admin sidebar or navigating directly to /dash/webhooks.
Click the Add Webhook button. You will need to fill out a few critical fields to secure and route your data correctly.
Having issues with an integration? Navigate to /dash/webhooks/execution-history to view a detailed log of every payload sent. You can see the exact response status (e.g., 200 OK or 500 Error) to debug connection drops easily.
What you unlock
Eliminate manual data entry. Have orders, customers, and inventory data flow instantly to your systems.
Protect your endpoints. Use the Webhook Password to authenticate payloads coming from Litekart.
Trigger Slack alerts for big orders or automatically register new users into your external CRM.
Never guess if data was sent. The execution history log provides transparent records for every event.
🚀 Ready to automate? Head to Litekart Admin, open Webhooks, and build your first connection. Connect your stack effortlessly today.