Skip to content

Commit

Permalink
Added support for smartsheet (NangoHQ#1561)
Browse files Browse the repository at this point in the history
  • Loading branch information
hassan254-prog authored Jan 25, 2024
1 parent f77cbe1 commit b3f84fd
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs-v2/integrations/all/smartsheet.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: Smartsheet
sidebarTitle: Smartsheet
---

API configuration: [`smartsheet`](https://nango.dev/providers.yaml)

## Features

| Feature | Status |
| -------------------------------------------------------------------------------- | ------------------------------- |
| [Auth (OAuth)](/guides/oauth) ||
| [Syncs](/guides/sync) & [Actions](/guides/action) | 🚫 |
| [Nango Proxy](/guides/proxy) ||
| [Integration templates](/integration-templates/overview) | 🚫 |
| Auto-pagination | 🚫 (time to contribute: <1h) |
| API-specific rate limits | 🚫 (time to contribute: <1h) |

<Tip>We can implement missing features in &lt;48h, just ask for it in the [community](https://nango.dev/slack).</Tip>
## Getting started

- [How to register an Application](https://smartsheet.redoc.ly/#section/OAuth-Walkthrough/Register-Your-App-Using-Developer-Tools)
- [OAuth-related docs](https://smartsheet.redoc.ly/#section/OAuth-Walkthrough)
- [List of OAuth scopes](https://smartsheet.redoc.ly/#section/OAuth-Walkthrough/Access-Scopes)
- [Web API docs (their REST API)](https://smartsheet.redoc.ly/)

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>

## API gotchas

<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/smartsheet.mdx)</Note>
1 change: 1 addition & 0 deletions docs-v2/integrations/productivity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ sidebarTitle: Productivity
<Card title="Notion" href="/integrations/all/notion" color="#68a063" />
<Card title="Shortcut" href="/integrations/all/shortcut" color="#68a063" />
<Card title="Slack" href="/integrations/all/slack" color="#68a063" />
<Card title="Smartsheet" href="/integrations/all/smartsheet" color="#68a063" />
<Card title="Teamwork" href="/integrations/all/teamwork" color="#68a063" />
<Card title="Timely" href="/integrations/all/timely" color="#68a063" />
<Card title="Todoist" href="/integrations/all/todoist" color="#68a063" />
Expand Down
1 change: 1 addition & 0 deletions docs-v2/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@
"integrations/all/shortcut",
"integrations/all/slack",
"integrations/all/smartrecruiters",
"integrations/all/smartsheet",
"integrations/all/smugmug",
"integrations/all/splitwise",
"integrations/all/spotify",
Expand Down
10 changes: 10 additions & 0 deletions packages/shared/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1160,6 +1160,16 @@ smartrecruiters-api-key:
base_url: https://api.smartrecruiters.com
headers:
X-SmartToken: ${apiKey}
smartsheet:
auth_mode: OAUTH2
authorization_url: https://app.smartsheet.com/b/authorize
token_url: https://api.smartsheet.com/2.0/token
authorization_params:
response_type: code
token_params:
grant_type: authorization_code
proxy:
base_url: https://api.smartsheet.com
smugmug:
auth_mode: OAUTH1
request_url: https://api.smugmug.com/services/oauth/1.0a/getRequestToken
Expand Down
11 changes: 11 additions & 0 deletions packages/webapp/public/images/template-logos/smartsheet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b3f84fd

Please sign in to comment.