Skip to main content

Documentation Index

Fetch the complete documentation index at: https://nango.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

This guide shows you how to create an OAuth app in Smartsheet and obtain your OAuth credentials (client ID and secret). These are required so your users can grant your app access to their Smartsheet account via Nango.

Create an OAuth app in Smartsheet

1

Create an account and register for developer tools

If you don’t have an account, sign up at Smartsheet and register for developer tools.
2

Create a new app

  1. Log in to your Smartsheet account, click your account icon, then select Developer Tools.
  2. Click Create New App and complete all required fields. For App Redirect URL, enter https://api.nango.dev/oauth/callback.
  3. Click Save. Copy the App client id and App secret — you’ll need them when configuring your integration in Nango.
3

Next

Follow the Quickstart.
For more details on Smartsheet’s OAuth implementation, see Smartsheet’s OAuth documentation.