Lehjah provides a robust webhook system that sends notifications for various events occurring within the platform. These webhooks allow you to listen to specific events and trigger actions based on them, enabling seamless integration with your existing workflows.Documentation Index
Fetch the complete documentation index at: https://docs.lehjah.com/llms.txt
Use this file to discover all available pages before exploring further.
Setting up webhooks
To start receiving webhook notifications, you need to set up the webhook URLs for both thesandbox and production environments within the no-code admin platform. Once access has been granted to either environment, navigate to the Webhook section in the admin dashboard and configure your URLs.
Available webhook events
Lehjah sends notifications for the following events:| Event | Description |
|---|---|
NEW_BUSINESS | Triggered when a new business is registered or created. |
NEW_SUBSCRIPTION | Triggered when a business subscribes to a plan. |
SUBSCRIPTION_REQUEST | Triggered when a business requests to be subscribed to a plan. |
SUBSCRIPTION_EXPIRED | Triggered when a business’s subscription expires. |
NEW_TRANSACTION_CREATED | Triggered when a new single bank transaction is created. |
TRANSACTION_UPDATED | Triggered when a single bank transaction is updated. |
TRANSACTION_DELETED | Triggered when a single bank transaction is deleted. |
RECORD_CREATED | Triggered when a new record is created (e.g., invoices, bills, and restocks). |
RECORD_UPDATED | Triggered when a record is updated. |
RECORD_DELETED | Triggered when a record is deleted. |
INVENTORY_ITEM_CREATED | Triggered when a new inventory item is created e.g products. |
INVENTORY_ITEM_UPDATED | Triggered when an inventory item is updated. |
INVENTORY_ITEM_DELETED | Triggered when an inventory item is deleted. |