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:

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

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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.