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

# Smartsheet

## What's Supported

### Supported Actions

This connector supports:

* [Proxy Actions](/proxy-actions), using the base URL `https://api.smartsheet.com`.

## Before You Get Started

To integrate Smartsheet with Ampersand, you need to [Create a Smartsheet Developer Account](https://developers.smartsheet.com/register/) and obtain the following credentials from your Smartsheet App:

* Client ID
* Client Secret
* Scopes

You will then use these credentials to connect your application to Ampersand.

### Create a Smartsheet Account

You need a **Smartsheet** account to connect with Ampersand. If you do not have a Smartsheet account, here's how you can sign up:

* Go to the [Smartsheet Developer site](https://developers.smartsheet.com/register/) and sign up with Smartsheet.
* Go to the registered email account and follow the activation process.

### Creating a Smartsheet App

Once your Smartsheet account is ready, you need to create a Smartsheet application. Follow the steps below to create a Smartsheet app:

1. Log in to your [Smartsheet Account](https://developers.smartsheet.com/).

2. Go to `Account → Developer Tools`.

3. Click **Create New App**.

4. On the *Create New App* form, enter the following details:
   1. **App Name**: The name of the app.
   2. **App Description**: A brief description of the app.
   3. **App URL**: The URL of the app.
   4. **App Contact/Support**: Contact or support information for the app.
   5. **App Redirect URL**: Enter the Ampersand redirect URL: `https://api.withampersand.com/callbacks/v1/oauth`
   6. **Logo**: Select an app logo.

5. Click **Create**.

<img src="https://mintcdn.com/ampersand-24eb5c1a/p4alBfPjHeNuBPh1/images/provider-guides/2bdccb1-smartsheet1.gif?s=0e6b748cd0aa76427abd23289660b6a4" alt="Smartsheet App Creation" width="1440" height="668" data-path="images/provider-guides/2bdccb1-smartsheet1.gif" />

The **Client ID** and **Client Secret** keys will be displayed on the app details page. Note these keys, as they are essential for connecting your app to Ampersand.

## Add Smartsheet App Details in Ampersand

1. Log in to your [Ampersand Dashboard](https://dashboard.withampersand.com).

2. Select the project where you want to add the Smartsheet App.

   <img src="https://mintcdn.com/ampersand-24eb5c1a/Bx3tggG51e0liOp-/images/provider-guides/66e7c1d-Ampersand.png?fit=max&auto=format&n=Bx3tggG51e0liOp-&q=85&s=e4d0b67086b5f9b4ce37205c7a1a82f7" alt="Ampersand Project Selection" width="2244" height="442" data-path="images/provider-guides/66e7c1d-Ampersand.png" />

3. Navigate to the **Provider Apps** section.

4. Select **Smartsheet** from the Provider list.

5. Enter the previously obtained **Client ID** in the **Client ID** field and the **Client Secret** in the **Client Secret** field.

6. Enter the scopes set for your application in **Smartsheet**.

   <img src="https://mintcdn.com/ampersand-24eb5c1a/Bx3tggG51e0liOp-/images/provider-guides/809a626-smartsheet2.gif?s=601f630e5e2cfdbe04f604080151abfe" alt="Ampersand Project Selection" width="746" height="514" data-path="images/provider-guides/809a626-smartsheet2.gif" />

7. Click **Save Changes**.
