πͺWebHooks
Learn how to setup the Thermal WebHooks Module
Last updated
Learn how to setup the Thermal WebHooks Module
Last updated
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 InstallationOnce the module is installed, navigate to "Settings->Apps." You'll find the "WebHooks" section listed there.
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.
When vendors log in, they can navigate to "Restaurant->Apps->WebHooks"
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.
To test the demo and experience the functionality:
Log in to the FoodMonkey demo as admin@example.com
Navigate to the restaurants section and select one of the demo restaurants.
Proceed to the "Apps" tab.
Enter a WebHook link (you can utilize any POST API link).
Place a demo order for that specific restaurant.
Verify that the order data is successfully sent to the provided URL.
Remove the URL link from the restaurant after testing is completed.