Zurück zu Google Sheets
Verbinde Knoon AI mit Google Sheets (Google), um KI-Workflows zu automatisieren.
Create a new sheet tab inside an existing Google Sheets file.
googleSheetsCreateSheet
Beta
Berechtigungen
Optionale Berechtigungen
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| spreadsheetId | file | Select the Google Sheets file where the new sheet tab should be created. | Ja |
| sheetName | mustache | Name of the new sheet tab to create (e.g. "Leads" or "Q1 Report"). | Ja |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| status | string | CREATED, EXISTS, or ERROR. |
| sensitive.spreadsheetId | string | Spreadsheet ID. |
| sensitive.sheetName | string | Sheet tab name. |
| sensitive.sheetId | number | Google Sheets internal sheet ID. |




