All Features
operations

Automate your stack with Real-Time Webhooks

Connect Litekart to the rest of your tools instantly. Webhooks allow your storefront to automatically send real-time data to your CRM, ERP, Slack, or any external service the millisecond an event occurs. Build custom workflows without writing complex middleware.

Updated Jun 10, 2026
Litekart Webhooks Feature Preview
Litekart Event CRM ERP / Slack {...} Order Placed Instant Sync ✓

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

1
View your Webhooks List

Access your active connections by clicking Webhooks in the admin sidebar or navigating directly to /dash/webhooks.

admin.litekart.in/dash/webhooks
Registered Webhooks
order.created
https://api.erp-system.com/litekart-sync
Active
customer.registered
https://hooks.slack.com/services/T0000...
Active
2
Add and Configure a New Webhook

Click the Add Webhook button. You will need to fill out a few critical fields to secure and route your data correctly.

Create Webhook
ACTIVE
order.updated
https://my-custom-app.com/api/webhooks/litekart
••••••••••••••••
Sync order status changes to ERP
3
Monitor Execution History

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.

STATUS
EVENT
TIMESTAMP
200 OK
order.created
Oct 24, 2026 14:32:01 PST
500 ERR
customer.registered
Oct 24, 2026 13:10:45 PST

What you unlock

Real-Time Sync

Eliminate manual data entry. Have orders, customers, and inventory data flow instantly to your systems.

Secure Payloads

Protect your endpoints. Use the Webhook Password to authenticate payloads coming from Litekart.

Custom Workflows

Trigger Slack alerts for big orders or automatically register new users into your external CRM.

Detailed Auditing

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.