📄️ Open incident on shipment error
Now that you have created a workflow to create a shipment using the YubiEnterprise Delivery API, let’s use what we've learned to open an incident if the shipment failed after creation. This page will use concepts taught in the previous sections such as creating an action, updating and configuring a flow, as well as calling the YubiEnterprise API.
📄️ Monitor for low organizational inventory
We will use the skills learned in previous sections to enhance the functionality of our YubiEnterprise ServiceNow application to monitor and create an incident if any of our inventory items fall below a specific threshold. We will accomplish this by creating a new action that makes a REST call to the YubiEnterprise API’s GET /inventory method, and a workflow that calls this action on a daily occurrence.