Skip to main content

Smartsheet

Overview

The Smartsheet source connector is currently in development.

At this time, the connector supports credential validation (testing that your access token is valid), but it does not yet support extraction or expose any streams.

Authentication

This connector authenticates to the Smartsheet API using a Personal Access Token.

Create a Smartsheet access token

  1. In Smartsheet, generate a Personal Access Token (PAT) from your user/account settings.
  2. Copy the token value.

Required permissions

The token must have sufficient permissions to access the Smartsheet resources you intend to sync once extraction is available. (Currently, the connector only validates the token by calling the users/me endpoint.)

Setup

  1. Create a new Smartsheet source.
  2. Enter the authentication details described below.
  3. Test the connection.

Configuration

FieldTypeRequiredDescription
access_tokenstringSmartsheet Personal Access Token used to authenticate API requests.

Data model

Catalog

The connector does not currently return a catalog (no selectable streams yet).

Streams

No streams are available yet.

Limitations

  • Extraction is not implemented yet. Runs will fail with an “in development” error until extraction support is added.
  • The connector currently only validates credentials by calling GET https://api.smartsheet.com/2.0/users/me.