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
- In Smartsheet, generate a Personal Access Token (PAT) from your user/account settings.
- 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
- Create a new Smartsheet source.
- Enter the authentication details described below.
- Test the connection.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
access_token | string | ✅ | Smartsheet 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.