VU CUSTOM
Developer Docs
Developer Docs
  • VU OS Admin API Overview
  • Account Management
    • Overview
    • Create a sold_to_account
    • Create a ship_to_account
    • Batch update sold_to_account
    • Batch update ship_to_account
    • Get a list of sold_to_accounts
    • Get a list of ship_to_accounts
    • Delete a sold_to_account
    • Delete a ship_to_account
  • Orders
    • Overview
    • Create an order
    • Get an order
    • Get a list of orders
    • Update an order
    • Delete an order
    • Add tags to an order
    • Add tags to many orders
    • Delete tags from an order
    • Delete tags from many orders
  • Products
    • Overview
    • Create a product
    • Get a list of products
    • Get a specific product
    • Delete a product
  • Recipes
    • Overview
    • Retrieving Recipes
  • Fulfillments
    • Overview
    • Create a fulfillment
    • Retrieve a fulfillment
    • Retrieve a list of fulfillments
  • Order Lines
    • Overview
    • Add tags to an order line
    • Retrieve a list of orderlines
    • Retrieve a specific order line
    • Delete tags from an order line
    • Update a specific order line
  • Integration
    • Integrate the Customizer with Your Frontend
    • Understanding Recipe IDs in VU Custom
    • Styling the Customizer
    • Test the Customizer
    • Webhooks
Powered by GitBook
On this page
  1. Integration

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

Users with Administrator permissions can add, edit, and delete Webhooks.

To add a Webhook:

  1. From the Dashboard, click Settings > Webhooks > Add New or Create New Webhook.

  2. Enter the details as mentioned in the table below as a reference.

    Field
    Description

    Event

    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.

  3. Click Save.

To delete the Webhook, select Webhook > Delete. The Webhook gets deleted after confirmation.

PreviousTest the Customizer

Last updated 22 days ago