Sajnat API will send a webhook when important events occur in the application. In the dashboard you can specify an endpoint to receive these webhooks on.
You should use your API key as the secret when veryfing if the webhook request is valid. Do not trust an incoming webhook without checking the signature.
The webhook service will send a POST request to the user specified URL. The incoming webhook will also contain a header called Signature which should calculate the same hash as the $signature hash above.
List of events:
Signature requests
Signature request created - signature_request_created
Signature request sent - signature_request_sent
Signature request received via email - signature_request_received
Signature request visited (the subject has visited the signing portal) -signature_request_read
Note
If you require more events to be fired via webhooks, do not hesitate to get in touch. We'll be happy to help you integrate Sajnat into your workflow! info@sajnat.se