added

Webhooks for purchase orders

Webhooks offer an easy way to receive real-time notifications regarding any changes to your data. Particularly useful if you're running an app that needs real-time information from Katana.

This update allows you to use webhooks to create instant triggers for Purchase Orders (POs) and build further workflows such as:

  • Sending POs and OPOs to a third-party app and reporting back to it once items are received
  • Sending notifications if:
    • The expected arrival date of a PO is changed
    • Items are received (partially or fully) at a warehouse
  • Several other custom use cases

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:

  • purchase_order.created
  • purchase_order.updated
  • purchase_order.deleted
  • purchase_order.partially_received
  • purchase_order.received
  • purchase_order_row.created
  • purchase_order_row.updated
  • purchase_order_row.deleted
  • purchase_order_row.received

Take a look at out our guide to find detailed information on creating Katana webhooks.