Webhooks
Build custom integrations to other services using event-based webhooks - available for all record types in Pakk.
Webhooks refers to an integration technique where you give Pakk the address of a third-party service/server that you'd like it to 'call into' whenever a certain type of event happens in Pakk.
Webhooks allow you to build trigger-based integrations into external systems - in that respect they can be seen as the flip side of the coin from the Pakk API. The API needs to be 'called into' either by an external system or integration middleware, making it a 'pull'-based mechanism. For example, if you wanted to add new Pakk orders to an external system and you could only use the Pakk API, you'd have to use a technique like polling via the API to regularly check for new orders in Pakk.
Webhooks essentially inverts that paradigm, allowing you to contact an external service immediately on record creation/update - making it a 'push'-based mechanism.
In this section we explain how to work with webhooks to integrate Pakk into external systems.
Last updated