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 webhooksHere is a list of the webhooks that are available through Paprwork :
#
Webhook signatureAlongside 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 :
#
Decode webhook signatureThe webhook signature is a SHA512 hashed string where the key is {{your-api-key}}, and where the data is the payload of the wehbook.