code-docs/plugins/connections/google-sheets.md
Google Sheets API connection for Lowdefy.
| Type | Purpose |
|---|---|
GoogleSheet | Connect to Google Sheets |
connections:
- id: sheets
type: GoogleSheet
properties:
apiKey:
_secret: GOOGLE_API_KEY
spreadsheetId: 1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms
| Type | Purpose |
|---|---|
GoogleSheetGetMany | Read rows |
GoogleSheetGetOne | Read single row |
GoogleSheetAppendOne | Append row |
GoogleSheetUpdateOne | Update row |
GoogleSheetDeleteOne | Delete row |
requests:
- id: getData
type: GoogleSheetGetMany
connectionId: sheets
properties:
sheetName: Sheet1
range: A2:D100
requests:
- id: addRow
type: GoogleSheetAppendOne
connectionId: sheets
properties:
sheetName: Sheet1
row:
Name:
_state: name
Email:
_state: email
Date:
_date: now
properties:
apiKey:
_secret: GOOGLE_API_KEY
properties:
serviceAccountKey:
_secret: GOOGLE_SERVICE_ACCOUNT_JSON