Skip to content
FirmEasy

Webhook Events


Events in Firmeasy represent the key actions that occur within the lifecycle of documents or signers.
When you configure a webhook, you define which event you want to be notified about so your system can react automatically.

Firmeasy currently supports these events:

  • document_signed:
    It fires when a document has been fully signed by all required signers.
    It is the main indicator that the signing flow completed successfully.

  • signer_rejected:
    It fires when a signer explicitly refuses to sign the document.
    This allows the integrator to detect early and make decisions such as retrying or notifying the responsible areas.


These events are sent as HTTP POST notifications to the target_url you configured in your webhook.
Thanks to this, your system can integrate in real-time with Firmeasy to update statuses, send alerts, or start additional processes depending on the type of event received.