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.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.
Create an OAuth app in Smartsheet
Create an account and register for developer tools
If you don’t have an account, sign up at Smartsheet and register for developer tools.
Create a new app
- Log in to your Smartsheet account, click your account icon, then select Developer Tools.
- Click Create New App and complete all required fields. For App Redirect URL, enter
https://api.nango.dev/oauth/callback. - Click Save. Copy the App client id and App secret — you’ll need them when configuring your integration in Nango.
Next
Follow the Quickstart.