Atrás a Google Sheets
Conectar Knoon AI con Google Sheets (Google) para automatizar flujos de trabajo de AI.
Create a new Google Sheet from CSV text, optionally inside a specific Google Drive folder.
googleSheetsCreateFromCSV
Beta
Permisos
Permisos opcionales
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| parentFolderId | file | Optional. Select a Google Drive folder to create the new Sheet in. If not set, the Sheet will be created in the root of Google Drive. | No |
| title | mustache | Name of the new Google Sheets file to create (e.g. "Imported Contacts"). | Sí |
| csvContent | mustache | CSV-formatted text for the sheet content, including header row. Each line is a row, values separated by commas. | Sí |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| status | string | CREATED or ERROR. |
| sensitive.spreadsheetId | string | ID of the created Sheet. |
| sensitive.title | string | Title of the created Sheet. |
| sensitive.parentFolderId | string | Parent folder ID if provided. |




