Webhooks
Webhooks are particularly useful for scenarios where real-time data updates are crucial. For instance, in an e-commerce platform, a webhook can alert the inventory system when a new order is placed, enabling instant updates. This approach is more efficient than periodically polling the server, which can cause delays and increase server load.
VU Custom supports webhooks from third-party applications. Brands can integrate VU Custom with their third-party applications and can create webhooks.
Create Webhooks
To add a Webhook:
From the Dashboard, click Settings > Webhooks > Add New or Create New Webhook.
Enter the details as mentioned in the table below as a reference.
FieldDescriptionEvent
Enter a name for the event. For example, create an order.
Version
Select the color from the dropdown.
Subscription
Click Add a subscription and add the URL address.
Url
Webhook URL address.
Click Save.
To delete the Webhook, select Webhook > Delete. The Webhook gets deleted after confirmation.
Last updated