> ## 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.

# Rally Webhook Setup Guide

> Configure Rally 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="/guides/explore-connectors">Managing Connectors</a>.

    <Columns cols={2}>
      <Card title="Connector Profile" href="/connectors/rally/guides/connector-profile/api-key" icon="https://stackone-logos.com/api/broadcom/filled/png" horizontal>
        Rally - API Key
      </Card>
    </Columns>
  </Step>

  <Step title="Link an Account">
    Connect an account using <a href="/guides/embedding-stackone-hub">StackOne Hub</a> or <a href="/guides/auth-link">Auth Link</a>.

    <Columns cols={2}>
      <Card title="Link Account" href="/connectors/rally/guides/link-account/api-key" icon="https://stackone-logos.com/api/broadcom/filled/png" horizontal>
        Rally - API Key
      </Card>
    </Columns>
  </Step>
</Steps>

<section data-guide-section data-guide-scopes="">
  <h2>Enable Webhooks in Rally (Admin Only)</h2>

  <p>A Subscription Administrator must enable webhooks in Rally dashboard. Follow the steps below to enable webhooks.</p>

  <Steps>
    <Step title="Enable Webhooks">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Log in to <a href="https://rally1.rallydev.com" target="_blank" rel="noopener noreferrer">Rally</a> and enable webhooks from the Subscription settings.</p>

        <ul>
          <li>Click your account avatar in the top-right corner and select <strong>System Administration</strong></li>
          <li>Click <strong>Subscription</strong> in the top navigation header to open the Subscription page</li>
          <li>On the <strong>Details</strong> tab, scroll down to the <strong>Admin Capabilities</strong> section</li>
          <li>Locate <strong>Webhooks Enabled</strong> and click <strong>Yes</strong> to enable webhooks for the subscription</li>
          <li>Click <strong>Save</strong> to save the settings</li>
          <li>Once enabled, connect or reconnect the account in StackOne to activate webhook event delivery</li>
        </ul>
      </div>
    </Step>
  </Steps>
</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.
