Google Apps Script · Example Payload

Openapi Execution Request Example

Apps ScriptAutomationDeploymentsGoogleGoogle WorkspaceScripting

Openapi Execution Request Example is an example object payload from Google Apps Script, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

functionparameterssessionStatedevMode

Example Payload

Raw ↑
{
  "function": "example_value",
  "parameters": [],
  "sessionState": "example_value",
  "devMode": true
}