-
403 Error on PUT https://api.smartsheet.com/2.0/webhooks/<scope> beginning July 7
Zapier users are trying to setup Webhooks with Smartsheet and receiving HTTP 403 on this call PUT https://api.smartsheet.com/2.0/webhooks/<scope> (to enable the webhook) Request data is {"enabled":true} Example response data is { "errorCode" : 1004, "message" : "You are not authorized to perform this action.", "refId" :…
-
Smartsheet and Make.com Email Scenario
Good afternoon We have rows in a Smartsheet that contain attachments. We've set up a process where checking off "Generate Email" triggers a Slack notification to make.com, which then retrieves the attachment from the row and sends a templated email from our Gmail. The problem is that we are consistently getting error…
-
Deactivate A Form
Is it possible to deactivate a Smartsheet Form using Power Automate?
-
Dario Schiraldi : How do I send a request to the API endpoint?
Hey everyone, I’m Dario Schiraldi CEO of Travel Works, working on integrating an API for Travel and I’m wondering about the best practices for sending a request to the API endpoint. If anyone has worked with a similar API before or has any good practices to share, I’d really appreciate your thoughts! Regards Dario…
-
API calls succeed but data requires manual File > Save to persist
https://us.v-cdn.net/6031209/uploads/RDVBBW9BAQ3L/smartsheet-integration-minimal.txt API returns HTTP 200 SUCCESS Activity log shows "Rows Inserted" No data appears in sheet until manual File > Save. Data can be manually added (by a human) to the same sheet, but the data is not persistent until after File > Save. Browser…
-
Issue with get_sheet_as_excel() – KeyError: 'content-disposition'
I am using Python smartsheet sdk to connect to smartsheet. The line smartsheet_client.Sheets.get_sheet_as_excel(sheet_id, folder_path) was working fine until yesterday. Now it's failing with KeyError: 'content-disposition'. No changes were made to the code or permissions. Please advise on how to resolve this. Thanks, Liam
-
rowNumber attribute for Row objects not accessible
When accessing the row objects of a Smartsheet, I can get some attributes, like row.id and row.expanded without issue, but when I try row.rowNumber it returns an AttributeError, saying that that attribute does not exist. By my understanding of the row object from the get_row response (Get Row), the attributes 'id',…
-
How am I causing this "Unable to parse request" error?
I'll show a successful request, a failed request, and the error I get. For context, 1111 is my sheet ID, 2222 is a row, 3333 is a text column, and 4444 is the special "Start Date" column that Smartsheet creates. Successful request PUT https://api.smartsheet.com/2.0/sheets/1111/rows/ [ { "id": 2222, "cells": [ { "columnId":…
-
Erratum in Api documentation
Hi everyone, the thing is I was surfing the API documentation and saw this incongruity in the web but also in the yaml file : MultiPicklistObjectValue: description: Object containing a list of strings to choose from type: object title: MultiPicklistObjectValue properties: objectType: type: string enum: - MULTI_PICKLIST…
-
Paragraph Spacing is missing when entering data in a cell using make.com modules
I am having trouble with formatting of paragraph data when it is entered in cell using a smartsheet module with make.com. The spacing in the original data that is pulled from a pdf does not show up right away. However, if i double click into the cell where the data is entered, and click away, the spacing then appears. Is…