Smartsheet
Provides integration with Smartsheet (Enterprise-grade work management, powered by AI) via its API
Revision History
1.0.0.0 Initial Release
Properties
Connection
Type: Connection Input
The Connection Property
ApiAccessToken
Type: String Input
API Access Token that is used to authenticate access to Smartsheet. Generated via the Smartsheet UI.
Region
Type: String Input
The Region to which are you are connecting.
Smartsheet
SmartsheetEurope
SmartsheetAustralia
OperationId
Type: String Static
Contains the ID of the operation chosen from a Node Sample. This property shouldn't be manually changed.
Description
Type: String Static
A generated description of the operation based on what was available in the OpenAPI document.
Request
Type: Multiline Text Input
Contains the request payload (usually JSON) that provides the detail of the operation to perform. A sample value for this property is populated when a Node Sample is selected.
Response
Type: Multiline Text Output
Contains the response payload (usually JSON) as received from the API. Where possible, a sample value of this property is populated when a Node Sample is selected.
Custom Inputs
This Node supports Custom Input Properties and the appropriate properties will be added to the Node when a Node Sample is selected. These Properties are resolved into parameters in the URL that is generated for the request. For example, if the operation will query a customer record, the OpenAPI document may specify the URL template as /customers/{customerId}
. In this case, a Custom Property called customerId
will be added to the Node when a "get customer" Node Sample is selected.