- Knowledge Base
- Modules & Features
- Scripting Documentation
-
Getting Started
- Setting Up Your Test Site
- Step 1: Warehouse Configuration
- Step 2: Hardware Configuration
- Step 3: Setting Up Shopping Carts, Integrations, and EDI
- Step 4: Dashboard and Navigation
- Step 5: Item Configuration
- Step 6: Smart Filters & User Reports
- Step 7: Mobile Floor Apps
- Step 8: How To Receive and Put Away
- Step 9: Inventory Management
- Step 10: Warehouse Documents and Printing
- Step 11: Navigating Orders
- Step 12: Order Fulfillment / Picking
- Step 13: Packing and Shipping
-
Tutorials
-
Troubleshooting
-
Use Cases
-
Videos
-
Modules & Features
-
Glossary
-
Connect to Support
-
Infoplus Community Forum
Using an Infoplus Script to Create a Webhook
Connect Infoplus to an external system by using a script to create a webhook.
There may be instances where your business needs to send information from Infoplus to an external system on a scheduled basis or triggered by an event (ie changes in quantities, status etc). Enter Infoplus Scripts!
While webhooks are not a native feature of Infoplus, we do offer an httpRequest utility that can be accessed through a script to GET, POST, PUT or DELETE certain calls. This script can run via a trigger or it can be set to run on a scheduled plan.
Related Articles
- Create / Manage Triggers
- Overview of triggers that would be used to run the script.
- Create / Manage Scheduled Plans
- Overview of scheduled plans that can be used to run scripts, fulfillment and more.
- Introduction to Infoplus Scripts
- Midway down it has details on utils and httpRequest
- Using a Script to pull in Customer Tags from Shopify
- This is just an example of a Script using httpRequest
- This is just an example of a Script using httpRequest