Is there a way to create Folder and Sheets using C# SDK

Joseph Aloysias
✭✭✭✭✭
Hi,
I have built a custom form in the portal using C# and would like to create a folder & sheets in Smartsheet using C# SDK
How can I achieve this? Is there a way?
Thank you
Joseph - Copernics Consulting | congruent Global
Answers
-
Yes! You can create a folder with the Smartsheet API, using C#.
- Here's the documentation for creating folders: https://smartsheet.redoc.ly/tag/folders#operation/create-folder-folder
- You can also create sheets: https://smartsheet.redoc.ly/tag/sheets#operation/create-sheet-in-folder
Here's the Developers Portal where you can find more resources and helpful links.
Cheers,
Genevieve
-
@Genevieve P. Thank you, this helps.