Skip to content
  • There are no suggestions because the search field is empty.

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). InfoPlus scripts and utilities can help automate sending that information! 

While webhooks are technically not a native feature in InfoPlus, we do offer a built-in httpRequest script utility method that can be used to issue certain GET, POST, PUT or DELETE calls to external systems/APIs.  Because scripts can run via a trigger or can be set to run on a scheduled plan, any script that makes httpRequests can be automated to act like a webhook. 

For more Information on using the httpRequest scripting utility method please see the "Utils" > "httpResponseObject httpRequest" section of the Introduction to InfoPlus Scripts article.

Related Articles