Setting Up a Webhook

Create a new webhook by going to Setup > Webhooks > Create New

Give your webhook a name - this is internal only, and serves for you to be able to identify the function of the webhook in the future. A good name might be something like 'Send Orders to Warehouse'

Trigger Entity and Event

The first think you need to decide is what triggers the execution of this webhook. Pakk supports triggering webhooks on both creation and update of *any* record type in the Pakk system (e.g. Order, Purchase Order, Return, Expense).

Enable

You can work on, and test, your webhook without it actually triggering when the trigger condition is met. Once you're ready to 'go live' with the webhook, simply enable it.

Last updated