Connect with other developers from around the world and collaborate on ideas using the Smartsheet API.
Sign in to ask your question or join a discussion.
Explore API docs, connect to our MCP server, and develop faster on SDKs.
Object schemas, operation specifications, code snippets, and more.
Hi, I am trying to create a webhook via payload with the request body like the one below, which is an example from the API document, it failed and returned a HTTP status code 400. { "callbackUrl": "https://www.myApp.com/webhooks", "enabled": true, "events": [ "*.*" ], "name": "Webhook for Sheet Creation", "version": 1,…
I am hitting the users endpoint(https://api.smartsheet.com/2.0/users) to get all of our user information. I am trying to find out inactive users based on last login date. The API call doesn't return me the last login information for any user. I can see this information when I export the csv of the users from the admin…
I need to know how Smartsheet handles change management that may affects the Smartsheet cloud system. ie. Major upgrade, troubleshooting, bug fix, planned outage, equipment change, etc.
Dear all, I hope this message finds you well. Although I don't have any coding experience, I have been using AppSheet for some time now. Recently, I have been working on integrating Smartsheet into our project management processes, specifically for tracking our projects as a building company. One of our requirements is to…
Hello! I am looking for a little advice on the best way to approach an issue. We use Smartsheet to store numerous project plans in various workspaces for each customer. We then combine the data - like progress status - to create reports that go up to leadership. We are also being asked to create a means for our customers…
Hello I have a script that pulls names and emails from a report and updates the dropdowns for a contact list column. I have 4 of these columns on the sheet all with the same conditional formatting. For some reason when I run the script it works fine on 3 of the columns but the last one "WorkOwner" I get a bad request…
Hello All, I am able to get the Row and Column from the smartsheet JSON response but in it there are no metadata. I used things like: params = {'include': 'objectValue,objectProperties,format,formula,columnType,options'} and passed it with the request. But I still do not get any metadata. Specifically, I am trying to get…
Hello, I am using bridge-add comment to row in Smartsheet Module. For the comment, the user is always me. However, I would like the user who trigger the workflow create the comment. Is that configurable? THank you!
Hi! I am currently mapping a fillable PDF for document generation. When I map the checkbox field the checkbox is huge and not within the box. See pic below for example. How can I make this smaller and fit. Check should be next to Add MRM Thank you!
I am looking for a better way besides individually making automations. That allows me to connect multiple project names using a drop-down list to a specific project number.