> For the complete documentation index, see [llms.txt](https://docs.sign.enadocapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sign.enadocapp.com/evia-sign-api/webhooks.md).

# Webhooks

## **Webhook Events**

Evia Sign provides webhook notifications for various events, allowing you to stay informed and take action in real-time. Here are the supported webhook events:

### **Create Signature Request**

Triggered when a new signature request is initiated.

### **Create Template:**

Fired when a new template is created within the Evia Sign platform.

### **Create ZeroTouch Request:**

Informs about the creation of a ZeroTouch request, which involves generating a draft request using a predefined template.

### **Signatory Signed:**

Notifies when a signatory has successfully added their signature to the document.

### **Signatory Completed:**

Indicates that a signatory has completed their part in the signing process.

### **Signatory Declined:**

Triggered when a signatory declines to sign the document.

### **Request Recall:**

Informs about the initiation of a request recall, indicating a request's withdrawal or cancellation.

## **Webhook Notification Data Formats:**

Evia Sign allows flexibility in choosing the data to be included in webhook notifications. You can customize the webhook payload to include relevant information for your application.&#x20;

Commonly included data formats are:

1. **Document:**
   * Information related to the document being signed.
2. **Signatories:**
   * Details about the individuals involved in the signing process.
3. **Stamps:**
   * Data pertaining to the stamps or signatures applied to the document.

{% hint style="info" %}
This flexibility enables you to tailor the webhook notifications based on your specific needs, ensuring that you receive only the data relevant to your integration requirements.
{% endhint %}
