added
Webhooks for manufacturing orders
over 2 years ago by Rainer Loopere
Today, we’re happy to provide you with the new webhooks for manufacturing orders that will enable you to:
- Send updates about MOs to a MES or a machine
- Send a notification if:
- MO or a specific MO operation has been completed
- Something is blocked in manufacturing (alert for a production manager)
- Ingredients for a MO become available
You can add webhooks by heading to the Settings screen in Katana and selecting API or using the webhooks endpoint.
Here are the new events:
- Manufacturing orders:
- manufacturing_order.created
- manufacturing_order.updated
- manufacturing_order.deleted
- manufacturing_order.in_progress
- manufacturing_order.blocked
- manufacturing_order.done
- Manufacturing order operation rows:
- manufacturing_order_operation_row.created
- manufacturing_order_operation_row.updated
- manufacturing_order_operation_row.deleted
- manufacturing_order_operation_row.in_progress
- manufacturing_order_operation_row.paused
- manufacturing_order_operation_row.blocked
- manufacturing_order_operation_row.completed
- Manufacturing order recipe rows:
- manufacturing_order_recipe_row.created
- manufacturing_order_recipe_row.updated
- manufacturing_order_recipe_row.deleted
- manufacturing_order_recipe_row.ingredients_in_stock
Take a look at out our guide to find detailed information on creating Katana webhooks.