πŸͺWebHooks

Learn how to setup the Thermal WebHooks Module

Install

Once you've obtained the code from CodeCanyon, access your admin panel as an administrator. Navigate to the "Apps" section, where you'll find an "Add" button. Use this button to upload the zip file acquired from CodeCanyon.

🧩Module Installation

Setup as Project Admin

Once the module is installed, navigate to "Settings->Apps." You'll find the "WebHooks" section listed there.

placeholder for now

WebHooks function as a link or an API endpoint designed to receive POST requests containing data for the order being made.

You have the option to set up a WebHook for when the order is approved, either by the admin (system) or by the vendor.

You can integrate the project with tools like integromat or zappier, enabling connections with various other platforms.

You or your developer can create a custom API to receive this data, allowing you to extend the system's functionality without modifying any of the project's existing code.

Setup as Vendor

When vendors log in, they can navigate to "Restaurant->Apps->WebHooks"

placeholder for now

WebHooks serve as a link or an API endpoint that accepts POST calls containing data for the order being made

Vendors have the option to set up a WebHook for when the order is approved either by the admin (system) or by themselves.

They can link up with platforms such as integromat or zappier to establish connections with various other services and integrations.

A developer has the option to create a custom API that can receive this data, thereby expanding the system's functionality without the need to alter any of the project's existing code.

Video

placeholder for now

Demo

To test the demo and experience the functionality:

  1. Log in to the FoodMonkey demo as [email protected]

  2. Navigate to the restaurants section and select one of the demo restaurants.

  3. Proceed to the "Apps" tab.

  4. Enter a WebHook link (you can utilize any POST API link).

  5. Place a demo order for that specific restaurant.

  6. Verify that the order data is successfully sent to the provided URL.

  7. Remove the URL link from the restaurant after testing is completed.

Last updated

Was this helpful?