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

# Connect Notion with Personal Access Token – StackOne Hub

> Link a Notion account in the StackOne Hub using Personal Access Token. End-user guide to authorize the integration and start using Notion actions.

<Warning>Only full workspace members can create Personal Access Tokens. Workspace owners can always create them; on Free and Business plans, PAT creation may be restricted to workspace owners depending on the workspace policy.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Create a Personal Access Token</h2>

  <p>A Personal Access Token lets StackOne act with your own Notion permissions, without sharing individual pages with an integration.</p>

  <Steps>
    <Step title="Sign in to Notion">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your <a href="https://www.notion.so/login" target="_blank" rel="noopener noreferrer">Notion account</a>.</p>

        <ul>
          <li>Open the <a href="https://www.notion.so/developers" target="_blank" rel="noopener noreferrer">Notion Developer portal</a>.</li>
          <li>Go to <strong>Personal access tokens</strong>.</li>
        </ul>
      </div>
    </Step>

    <Step title="Create a new personal access token">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click <strong>+ New token</strong> and configure it.</p>

        <ul>
          <li>Enter a <strong>Token name</strong> (for example, `StackOne`).</li>
          <li>Choose the <strong>workspace</strong> the token should belong to.</li>
          <li>Under capabilities, select <strong>Notion API</strong>.</li>
          <li>Click <strong>Create token</strong>.</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy the token">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Reveal and copy the token value from the confirmation screen.</p>

        <ul>
          <li>Click <strong>Show</strong>, then copy the token value.</li>
          <li>Note: The token is shown only once — store it securely for use later.</li>
          <li>Note: Personal access tokens expire one year after creation.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Linking the Account from the Hub

<Steps>
  <Step title="Navigate to the Hub">
    Use one of the three <a href="/guides/accounts-section#linking-accounts">Linking Account Methods</a> to access the Hub.
  </Step>

  <Step title="Fill out the fields">
    Fill out the following fields using details from your provider:

    <ul>
      <li><strong>Personal Access Token</strong></li>
    </ul>
  </Step>

  <Step title="Connect">
    <ul>
      <li>Click <strong>Connect</strong></li>
      <li>If applicable, the provider will redirect you to a sign-in or authorization page. Complete the provider's authorization flow.</li>
      <li>Once authorization is successful, you will see a confirmation popup</li>
    </ul>
  </Step>
</Steps>

If the account linking is successful, you will see the newly linked account in your <a href="/guides/accounts-section">Accounts</a> page.

## Next Steps

<Columns cols={2}>
  <Card title="Webhooks setup" href="/connectors/notion/guides/webhook-setup">
    <p className="connector-page-auth-description" style={{ fontSize: '14px', marginTop: 0, marginBottom: 0 }}>
      Configure receiving Events for Notion into StackOne.
    </p>
  </Card>
</Columns>
