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.
Has anyone encountered a persistent "ResponseTooLargeError" when embedding Smartsheets in a custom ChatGPT via API? I’ve successfully integrated several sheets where GPT actions work well, but a few always return this error. I’ve already implemented pagination and filtered a subset of columns as suggested by ChatGPT, yet…
Hi Smartsheet Community, I’m currently working on integrating Smartsheet into my system and need to know if there’s a REST API available to fetch Dashboards data. I’ve checked the API documentation but couldn’t find a direct reference. Is there any official or workaround method for accessing dashboard elements via API? If…
I am looking to connect Smartsheet to Zoho using API Integration to get Timesheet data. I understand Zoho provides APIs for this. Has anyone implemented any such solution before? Also, any references or links to technical documentation\ POC\ guide on how to implement custom API integrations from Smartsheet?
Hi everyone, I use Smartsheet as database for mis PowerBI reportes. The problem is, when i try load the data with Refresh in PowerBI, appears the following message: 'https://api.smartsheet.com/2.0/home' (500): Internal Server Error I tried with another sources, and works fine, the problem is only with Smartsheet. Any…
I currently have a workflow in power automate that saves an email as an eml file in a ONEDRIVE folder. I would like to attach the .eml file to a specific row that is stored as a variable in my workflow. I would like to use a HTTP POST request to attach the email file to the specific row, but haven't been successful thus…
Hello all, I am relatively familiar with Smartsheet and VBA. From my understanding I will need to API access to achieve this, but am I able to write a VBA script that pulls my excel file into a Smartsheet report? Just wanting to know for sure if that's possible. Thanks!
DataSource.Error: Web.Contents failed to get contents from 'https://api.smartsheet.com/2.0/home' (500): Internal Server Error Details: DataSourceKind=Smartsheet DataSourcePath=Smartsheet Url=https://api.smartsheet.com/2.0/home This is having an impact on all of our data and reporting. Is there an ETA for a fix?
Per the documentation, a POST call to /sheets/{id}/rows with 'allowPartialSuccess=true' is supposed to return an array of failed items containing information on why that particular item failed, and the array index. I'm not seeing this output though, rather just an array of standard error objects with no useful information.…
This discussion has been merged.
Hello, When an event happens in smartsheet, we are trying to post data to a webhook URL but do not know what URL to whitelist. We tried "aws.relay.smartsheet.com" but this is not working. Any guidance here?