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

# Egnyte Webhook Setup Guide

> Configure Egnyte to deliver events to StackOne.

## Prerequisites

Before continuing, you should have already completed the following for this connector:

<Steps>
  <Step title="Configure the Connector">
    Enable the connector and set up its connector profile in your project. See <a href="/connect/managing-connectors/overview">Managing Connectors</a>.

    <Columns cols={2}>
      <Card title="Connector Profile" href="/connectors/egnyte/guides/connector-profile/oauth-2-0-public-application" icon="https://stackone-logos.com/api/egnyte/filled/svg" horizontal>
        Egnyte - OAuth 2.0 (Public Application)
      </Card>

      <Card title="Connector Profile" href="/connectors/egnyte/guides/connector-profile/oauth-2-0-internal-application" icon="https://stackone-logos.com/api/egnyte/filled/svg" horizontal>
        Egnyte - OAuth 2.0 (Internal Application)
      </Card>
    </Columns>
  </Step>

  <Step title="Link an Account">
    Connect an account using <a href="/embed/account-linking/overview">StackOne Hub</a> or <a href="/embed/account-linking/auth-link">Auth Link</a>.

    <Columns cols={2}>
      <Card title="Link Account" href="/connectors/egnyte/guides/link-account/oauth-2-0-public-application" icon="https://stackone-logos.com/api/egnyte/filled/svg" horizontal>
        Egnyte - OAuth 2.0 (Public Application)
      </Card>

      <Card title="Link Account" href="/connectors/egnyte/guides/link-account/oauth-2-0-internal-application" icon="https://stackone-logos.com/api/egnyte/filled/svg" horizontal>
        Egnyte - OAuth 2.0 (Internal Application)
      </Card>
    </Columns>
  </Step>
</Steps>

<section data-guide-section data-guide-scopes="">
  <h2>Required scope and eligibility</h2>

  <p>Egnyte webhooks require the `Egnyte.webhooks` OAuth scope — it lets StackOne register, update, and delete webhook subscriptions on the connected account. Without it, no events can be provisioned.</p>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>How webhooks are set up</h2>

  <p>Egnyte delivers events through its native Webhooks API and StackOne provisions them automatically — there is no webhook screen to configure in Egnyte and no URL to paste. When you enable events in the StackOne dashboard for this connected account, StackOne registers a single Egnyte webhook covering every event type you selected. Disable events or disconnect the account to unsubscribe.</p>
</section>

## Verify

Your Connector should now be able to receive and process events. Try triggering an event and you should see an Event appear in the Connector logs.
