Skip to main content

Introduction

For a better integration between Paprwork and your application, we provides you with webhooks.

A webhook is a server-2-server notification which permits to inform your IT system that a procedure or any resource is updated.

How to configure webhooks?#

Webhooks are configured on your Paprwork account, on the same page that you can find your API key.

Available webhooks#

Here is a list of the webhooks that are available through Paprwork :

Webhook signature#

Alongside Paprwork webhooks is sent a X-Signature header that allows you to verify the origin of the POST request. This header is sent under the form of a SHA512 hashed string like below :

68b91b64acff41606d6681aa7bd986fec262680b7a623c37930f1f11b2f7acebf237d5690f78f0bbe54e23922c97d5f7a886b5ff7915dcefcd9e923eb5fd3586

Decode webhook signature#

The webhook signature is a SHA512 hashed string where the key is {{your-api-key}}, and where the data is the payload of the wehbook.