Overview
You can set up automations that trigger a webhook when stock is positively adjusted. This sends real-time stock data to external systems for further processing.1
Access the Automation settings
Go to the Automations section.
2
Create a new automation
Click +New to set up a new automation. Define the rules for when this automation should fire.
3
Specify webhook details
Enter the Webhook URL where data should be sent. Choose the Webhook Method (e.g., POST or GET).
4
Set the event criteria
Set the event to trigger when stock is positively adjusted.
5
Review the webhook payload
When triggered, a JSON object is sent with details of the stock adjustment, including the product ID, warehouse, and the new quantity.
6
Save the automation
Click Save to activate your automation.
What is a webhook?
What is a webhook?
A webhook sends real-time data to another online address when a specific event occurs.
How can I test if the webhook is working?
How can I test if the webhook is working?
Make a positive stock adjustment that matches your criteria, then check your external system to confirm it received the data.

