run_script_function
Execute functions in Google Apps Script projects to automate Google Workspace tasks, enabling custom automation and integration workflows.
Instructions
Executes a function in a deployed script.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | User's email address | |
| script_id | Yes | The script project ID | |
| function_name | Yes | Name of function to execute | |
| parameters | No | Optional list of parameters to pass | |
| dev_mode | No | Whether to run latest code vs deployed version |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |