CreateSpreadsheet
yaml
type: "io.kestra.plugin.googleworkspace.sheets.createspreadsheet"
Examples
yaml
id: googleworkspace_sheets_create
namespace: company.team
inputs:
- id: serviceAccount
type: STRING
tasks:
- id: create_spreadsheet
type: io.kestra.plugin.googleworkspace.sheets.CreateSpreadsheet
serviceAccount: "{{ inputs.serviceAccount }}"
Properties
title *Requiredstring
readTimeout integerstring
Default
120
scopes array
SubType string
Default
["https://www.googleapis.com/auth/spreadsheets"]