Smartsheet

Project management Access token

Read and update sheets, rows, columns and groups in Smartsheet from any Windmill script, flow or app.

Set up in 3 steps

1

Generate an access token

In Smartsheet, open Account then Personal Settings, then API Access, and generate a token. Copy it — it is shown only once.

2

Add the resource in Windmill

Open Resources, add a resource of type smartsheet. baseUrl is the API host for your region — https://api.smartsheet.com/2.0 for most accounts, https://api.smartsheet.eu/2.0 for the EU.

3

Run your first script

Fork any script below and read before writing anything. There are hundreds here, so search by the verb you need.

Scripts

Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.

Resource type

smartsheet — the shape of the credential every script on this page expects.

View raw schema →
FieldTypeRequiredWhat it is
baseUrlstringYesBaseURL of the API.
tokenstringYesToken retrieved from the dashboard.

Questions

Which baseUrl do I need?

The one for the region your account lives in. Requests are built from it, so a mismatch fails before the token is even checked.

What can the token do?

Everything your own account can, on every sheet shared with you. Smartsheet has no per-token scopes.

Is my token stored on the hub?

Never. It lives only in your own Windmill workspace, encrypted at rest.