Interact with Google Sheets API
This service requires MESG Core to be installed first.
You can install MESG Core by running the following command or follow the installation guide.
bash <(curl -fsSL https://mesg.com/install)Download the source code of this service, and then in the service's folder, run the following command:
mesg-core service deployTask key: get
| Name | Key | Type | Description |
|---|---|---|---|
| range | range |
String |
Specify range to access to a spesific sheet page, rows and columns |
| serviceAccountCredentials | serviceAccountCredentials |
String |
Service account credentials to access to Google Sheets API |
| spreadsheetID | spreadsheetID |
String |
ID of the spreadsheet |
Output key: error
| Name | Key | Type | Description |
|---|---|---|---|
| message | message |
String |
Error message |
Output key: success
| Name | Key | Type | Description |
|---|---|---|---|
| rows | rows |
Object |
Rows returned for the query |