POST /sheets/{sheetId}/updaterequests
Creates an update request for the specified rows within the sheet. An email notification (containing a link to the update request) is sent to the specified recipients according to the specified schedule.
The recipients of an update request must be specified by using email addresses only. Sending an update request to a group is not supported.
The following attributes have the following values when not specified:
- ccMe: false
- message: Please update the following rows in my online sheet.
- subject: Update Request: {Sheet Name}
When the Schedule object is not specified, the request is sent to the recipients immediately.
If an error occurs because the request specified one or more alternate email addresses, please retry using the primary email address.
Servers
- https://api.smartsheet.com/2.0
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.