API & Developers
Archives for July 2019
Discussion List
-
How to obtain access to WorkSheet Home without following 3-leg OAuth processIn API & DevelopersHi. We are using SmartSheet to store multiple sheets that should be created by one person. This person will share one or more sheets in each of multiple workspaces. I am writing an application (in C#, hosted on AWS Lambda) that must acc…
-
API access token queriesIn API & DevelopersHello, We currently access SmartSheet Sheets using the latest version of the SmartSheet SDK. In our use-case, the plan is that only one person will create Sheets. It is this person that will have created the access token. There is on…
-
Quickbooks & SmartsheetIn API & DevelopersSo. I've been working on this Quickbooks & Smartsheet Integration for a couple of years now for my own internal use. It has many application & the proof of concept exists and we use it. We use it for an approval process (for in…
-
Smartsheet Consultants NeededIn API & DevelopersHi community, Our organization just purchased Smartsheet Enterprise License - and is looking for consultants to build the solutions which require API integration. We have contacted with Smartsheet internal team and they quoted us $12,900 …
-
Using an API with SmartsheetIn API & DevelopersI am interested in pulling information from the ISBN database into a Smartsheet using their API Does anyone know of a good resource to use to set this up in Smartsheet? Thanks
-
Smartsheet Lab - DocuSignIn API & DevelopersIs there a way to put parameters around what attachment does or does not integrate back into Smartsheet?
-
getting cell value by row id and column idIn API & DevelopersHi, I am the primary column id. I want to iterate over rows and get cellvalues of the primary col in python. for MyRow in my_sheet.rows: After this is there any direct function to get the cell value using parameters MyRow.id,primary_col…
-
Alert a user when an automation isn't going to workIn API & DevelopersI have a sheet where there is potential for an incorrect email to be added via a form (SS requires an email be entered for it to populate correctly into a contact column if not in the SS directory-if you have a fix for this, I would love i…
-
Sending form attachments to their own smartsheet or google drive folderIn API & DevelopersHi everyone, We're currently trying to create a system that accepts form entries with attachments and stores those attachments in their own folder as soon as they are submitted. Preferrably, we would like this folder to update in real tim…
-
Automatically copy specific fields from new rows in one sheet to anotherIn API & DevelopersHi Folks, We have an intake sheet / form and a separate project sheet. Goal is to automatically copy specific fields from new rows in the Intake sheet (source) to a different Project sheet (destination) each time a new row is entered by …