--- title: 'Smartsheet' description: '' --- # Smartsheet undefined | Detail | Value | |---|---| | Category | Project Management | | Base URL | `https://api.smartsheet.com/2.0` | | Authentication | Bearer Token | | Endpoints | 7 | | Connector key | `smartsheet` | ## 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 — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_list_sheets_0) | List Sheets | | [GET ](./get_create_sheet_1) | Create Sheet | | [GET ](./get_add_rows_2) | Add Rows | | [GET ](./get_update_rows_3) | Update Rows | | [GET ](./get_list_columns_4) | List Columns | | [GET ](./get_search_sheet_5) | Search Sheet | | [GET ](./get_list_reports_6) | List Reports | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.