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

# SurveyMonkey OAuth 2.0 connector profile – StackOne setup guide

> Set up the OAuth 2.0 connector profile for SurveyMonkey in StackOne. One-time admin setup required before your users can link SurveyMonkey accounts via Hub.

<section data-guide-section data-guide-scopes="">
  <h2>Create an OAuth 2.0 App</h2>

  <p>Register a new OAuth 2.0 application in the SurveyMonkey Developer Portal to obtain your Client ID and Client Secret.</p>

  <Steps>
    <Step title="Access the Developer Portal">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Navigate to the SurveyMonkey Developer Portal where OAuth apps are managed.</p>

        <ul>
          <li>Sign in to your SurveyMonkey account at <a href="https://developer.surveymonkey.com/apps/" target="_blank" rel="noopener noreferrer">developer.surveymonkey.com/apps</a></li>
          <li>Click <strong>My Apps</strong> on the left side of the header menu if not already there</li>
        </ul>
      </div>
    </Step>

    <Step title="Create a New App">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Create a new OAuth 2.0 application to generate your credentials.</p>

        <ul>
          <li>Click <strong>Add a New App</strong> in the top right corner</li>
          <li>Enter an <strong>App Nickname</strong> (e.g., "StackOne Integration")</li>
          <li>Select the <strong>App type</strong> (Private for internal team use, or Public for App Directory)</li>
          <li>Click <strong>Create App</strong> to generate the application</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Configure OAuth 2.0 Settings</h2>

  <p>Set up the required callback URL and permissions for your OAuth application.</p>

  <Steps>
    <Step title="Add Callback URL">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Configure the redirect URI required for the OAuth authentication flow.</p>

        <ul>
          <li>In your app settings, click the <strong>Settings</strong> tab at the top of the page</li>
          <li>Locate the <strong>OAuth Redirect URL</strong> field</li>
          <li>Enter the callback URL: `https://api.stackone.com/connect/oauth2/surveymonkey/callback`</li>
          <li>Click <strong>Submit Changes</strong> to save the redirect URL</li>
        </ul>
      </div>
    </Step>

    <Step title="Configure Scopes">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Add the required API scopes for SurveyMonkey access.</p>

        <ul>
          <li>Scroll down to the <strong>Scopes</strong> section on the Settings page</li>
          <li>For full access, select all available scopes</li>
          <li>Click <strong>Update Scopes</strong> to save your selections</li>
        </ul>
      </div>
    </Step>

    <Step title="Get Client Credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Retrieve your Client ID and Client Secret from the app settings.</p>

        <ul>
          <li>On the Settings page, locate the <strong>Credentials</strong> section</li>
          <li>Copy the <strong>Client ID</strong> displayed</li>
          <li>Copy the <strong>Secret</strong> (Client Secret)</li>
          <li>Store these credentials securely as they will be needed for the StackOne connection</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Deploy Your App</h2>

  <p>Deploy your app to move it out of draft status.</p>

  <Steps>
    <Step title="Deploy Privately or Publicly">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Choose the appropriate deployment option for your use case.</p>

        <ul>
          <li>Draft apps have a 90-day development window before they must be deployed</li>
          <li>For internal team use, deploy as a <strong>Private App</strong> (no SurveyMonkey review required)</li>
          <li>Private apps require all users to be on the same SurveyMonkey team with a paid plan</li>
          <li>For broader distribution, deploy as a <strong>Public App</strong> to the App Directory (requires SurveyMonkey review)</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for <strong>SurveyMonkey</strong>:

<Steps>
  <Step title="Navigate to Connector Profiles">
    Login to StackOne and navigate to [Connector Profiles](https://app.stackone.com/connector_profiles)
  </Step>

  <Step title="Create New Connector Profile">
    <ul>
      <li>Click <strong>+ Connector Profile</strong></li>
      <li>Search for and select <strong>SurveyMonkey</strong></li>
      <li>Select <strong>Type</strong> as <strong>OAuth 2.0</strong></li>

      <li>
        Fill out the fields using details retrieved from your provider:

        <ul style={{ marginLeft: '20px' }}>
          <li><strong>Client ID</strong></li>
          <li><strong>Client Secret</strong></li>
          <li><strong>Application Scopes</strong> (Optional)</li>
        </ul>
      </li>

      <li>(Optional) Select <strong>Actions</strong> to be enabled for this Connector Profile</li>
      <li>Click <strong>Create profile</strong></li>
    </ul>
  </Step>
</Steps>

Congratulations! The new Connector Profile will now show up in your project ready to be used. You can now continue to <a href="/guides/accounts-section#linking-accounts">Link Accounts</a> for <strong>SurveyMonkey</strong>.
