Skip to content
For LLMsView as Markdown·

Smartsheet

undefined

DetailValue
CategoryProject Management
Base URLhttps://api.smartsheet.com/2.0
AuthenticationBearer Token
Endpoints7
Connector keysmartsheet

Using Smartsheet in a workflow

  1. Go to Connections and click New Connection.
  2. Pick Smartsheet from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — the full list is below.

Available endpoints

EndpointSummary
GET List Sheets
GET Create Sheet
GET Add Rows
GET Update Rows
GET List Columns
GET Search Sheet
GET List Reports

Each endpoint is documented in full below. Use the outline on the right to jump to one.

GET

List Sheets

DetailValue
Operation IDlist_sheets_0
MethodGET
Path``

Parameters

No parameters.

Using this endpoint in a workflow

  1. Add an API Call node to your workflow.
  2. Pick your Smartsheet connection from the Connection dropdown.
  3. In the Operation dropdown, select list_sheets_0.
  4. Fill in the parameter fields that appear. Use {{...}} to reference upstream values.

What it returns

The API Call node writes the response to the workflow context:

{
  status: 200,
  success: true,
  data: { ...response body from the API... },
  latencyMs: 142
}

Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Smartsheet API reference.

GET

Create Sheet

DetailValue
Operation IDcreate_sheet_1
MethodGET
Path``

Parameters

No parameters.

Using this endpoint in a workflow

  1. Add an API Call node to your workflow.
  2. Pick your Smartsheet connection from the Connection dropdown.
  3. In the Operation dropdown, select create_sheet_1.
  4. Fill in the parameter fields that appear. Use {{...}} to reference upstream values.

What it returns

The API Call node writes the response to the workflow context:

{
  status: 200,
  success: true,
  data: { ...response body from the API... },
  latencyMs: 142
}

Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Smartsheet API reference.

GET

Add Rows

DetailValue
Operation IDadd_rows_2
MethodGET
Path``

Parameters

No parameters.

Using this endpoint in a workflow

  1. Add an API Call node to your workflow.
  2. Pick your Smartsheet connection from the Connection dropdown.
  3. In the Operation dropdown, select add_rows_2.
  4. Fill in the parameter fields that appear. Use {{...}} to reference upstream values.

What it returns

The API Call node writes the response to the workflow context:

{
  status: 200,
  success: true,
  data: { ...response body from the API... },
  latencyMs: 142
}

Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Smartsheet API reference.

GET

Update Rows

DetailValue
Operation IDupdate_rows_3
MethodGET
Path``

Parameters

No parameters.

Using this endpoint in a workflow

  1. Add an API Call node to your workflow.
  2. Pick your Smartsheet connection from the Connection dropdown.
  3. In the Operation dropdown, select update_rows_3.
  4. Fill in the parameter fields that appear. Use {{...}} to reference upstream values.

What it returns

The API Call node writes the response to the workflow context:

{
  status: 200,
  success: true,
  data: { ...response body from the API... },
  latencyMs: 142
}

Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Smartsheet API reference.

GET

List Columns

DetailValue
Operation IDlist_columns_4
MethodGET
Path``

Parameters

No parameters.

Using this endpoint in a workflow

  1. Add an API Call node to your workflow.
  2. Pick your Smartsheet connection from the Connection dropdown.
  3. In the Operation dropdown, select list_columns_4.
  4. Fill in the parameter fields that appear. Use {{...}} to reference upstream values.

What it returns

The API Call node writes the response to the workflow context:

{
  status: 200,
  success: true,
  data: { ...response body from the API... },
  latencyMs: 142
}

Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Smartsheet API reference.

GET

Search Sheet

DetailValue
Operation IDsearch_sheet_5
MethodGET
Path``

Parameters

No parameters.

Using this endpoint in a workflow

  1. Add an API Call node to your workflow.
  2. Pick your Smartsheet connection from the Connection dropdown.
  3. In the Operation dropdown, select search_sheet_5.
  4. Fill in the parameter fields that appear. Use {{...}} to reference upstream values.

What it returns

The API Call node writes the response to the workflow context:

{
  status: 200,
  success: true,
  data: { ...response body from the API... },
  latencyMs: 142
}

Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Smartsheet API reference.

GET

List Reports

DetailValue
Operation IDlist_reports_6
MethodGET
Path``

Parameters

No parameters.

Using this endpoint in a workflow

  1. Add an API Call node to your workflow.
  2. Pick your Smartsheet connection from the Connection dropdown.
  3. In the Operation dropdown, select list_reports_6.
  4. Fill in the parameter fields that appear. Use {{...}} to reference upstream values.

What it returns

The API Call node writes the response to the workflow context:

{
  status: 200,
  success: true,
  data: { ...response body from the API... },
  latencyMs: 142
}

Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Smartsheet API reference.