> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Egnyte Webhook Event

Egnyte webhooks allow you to connect your Egnyte account to other applications and services. When an event occurs in your Egnyte account, such as a file being uploaded or a user being added, it will allow you to automatically trigger actions in other applications. For more information, visit the [Egnyte documentation](https://developers.egnyte.com/docs/read/Webhooks).

## Sample Event

```json theme={"dark"}
{
	"parent_folder_path": "/Shared/test"
}
```
