{"actions":[{"name":"insert_data","title":"Insert Data into Sheet","label":"Insert data into a specified Google Sheet","icon":"https://iugu-google-sheets-integration-9ff8ac11edd6.herokuapp.com/google-sheet.svg","parameters":[{"name":"workspace_id","value":"","type":"string","required":true,"direction":"ParamInput","description":"The workspace ID associated with the request","source":"query"},{"name":"spreadsheet_id","value":"","type":"lookup","required":true,"direction":"ParamInput","description":"The ID of the spreadsheet to modify","source":"path","lookup":{"endpoint":"https://iugu-google-sheets-integration-9ff8ac11edd6.herokuapp.com/api/spreadsheets/list","method":"GET"}},{"name":"sheet","value":"","type":"string","required":true,"direction":"ParamInput","description":"The name of the sheet to insert the data into","source":"query"},{"name":"data","value":"","type":"json","required":true,"direction":"ParamInput","description":"JSON array of arrays representing the values to insert","source":"body"},{"name":"message","value":"","type":"string","required":true,"direction":"ParamOutput","description":"The message to insert into the sheet","source":""}],"url":"https://iugu-google-sheets-integration-9ff8ac11edd6.herokuapp.com/api/sheets/:spreadsheet_id/insert","method":"POST"},{"name":"read_data","title":"Read Data from Sheet","label":"Read data from a specified Google Sheet","icon":"https://iugu-google-sheets-integration-9ff8ac11edd6.herokuapp.com/google-sheet.svg","parameters":[{"name":"workspace_id","value":"","type":"string","required":true,"direction":"ParamInput","description":"The workspace ID associated with the request","source":"query"},{"name":"spreadsheet_id","alias":"Spreadsheet ID","value":"","type":"lookup","required":true,"direction":"ParamInput","description":"The ID of the spreadsheet to read from","source":"path","lookup":{"endpoint":"https://iugu-google-sheets-integration-9ff8ac11edd6.herokuapp.com/api/spreadsheets/list","method":"POST","params":{"pteste":"123456"}}},{"name":"sheets","value":"","type":"json","required":true,"direction":"ParamOutput","description":"The sheets in the spreadsheet","source":""}],"url":"https://iugu-google-sheets-integration-9ff8ac11edd6.herokuapp.com/api/sheets/:spreadsheet_id/list","method":"GET"},{"name":"update_row","title":"Update Row in Sheet","label":"Update a specific row in a Google Sheet","icon":"https://iugu-google-sheets-integration-9ff8ac11edd6.herokuapp.com/google-sheet.svg","parameters":[{"name":"workspace_id","value":"","type":"string","required":true,"direction":"ParamInput","description":"The workspace ID associated with the request","source":"query"},{"name":"spreadsheet_id","value":"","type":"lookup","required":true,"direction":"ParamInput","description":"The ID of the spreadsheet to update","source":"path","lookup":{"endpoint":"https://iugu-google-sheets-integration-9ff8ac11edd6.herokuapp.com/api/spreadsheets/list","method":"GET"}},{"name":"sheet","value":"","type":"string","required":true,"direction":"ParamInput","description":"The name of the sheet","source":"query"},{"name":"row_id","value":"","type":"string","required":true,"direction":"ParamInput","description":"The row number (1-indexed) to update","source":"query"},{"name":"data","value":"","type":"json","required":true,"direction":"ParamInput","description":"JSON object with keys as column names and values to update","source":"body"},{"name":"message","value":"","type":"string","required":false,"direction":"ParamOutput","description":"Success message after row update","source":""}],"url":"https://iugu-google-sheets-integration-9ff8ac11edd6.herokuapp.com/api/sheets/:spreadsheet_id/update","method":"PUT"},{"name":"delete_row","title":"Delete Row from Sheet","label":"Delete a specific row from a Google Sheet","icon":"https://iugu-google-sheets-integration-9ff8ac11edd6.herokuapp.com/google-sheet.svg","parameters":[{"name":"workspace_id","value":"","type":"string","required":true,"direction":"ParamInput","description":"The workspace ID associated with the request","source":"query"},{"name":"spreadsheet_id","value":"","type":"lookup","required":true,"direction":"ParamInput","description":"The ID of the spreadsheet to update","source":"path","lookup":{"endpoint":"https://iugu-google-sheets-integration-9ff8ac11edd6.herokuapp.com/api/spreadsheets/list","method":"GET"}},{"name":"sheet","value":"","type":"string","required":true,"direction":"ParamInput","description":"The name of the sheet","source":"query"},{"name":"row_id","value":"","type":"string","required":true,"direction":"ParamInput","description":"The row number (1-indexed) to delete","source":"query"},{"name":"message","value":"","type":"string","required":false,"direction":"ParamOutput","description":"Success message after row deletion","source":""}],"url":"https://iugu-google-sheets-integration-9ff8ac11edd6.herokuapp.com/api/sheets/:spreadsheet_id/delete","method":"DELETE"}],"triggers":[{"name":"on_new_message","title":"On New Message","label":"Triggered when a new message is available","icon":"https://iugu-google-sheets-integration-9ff8ac11edd6.herokuapp.com/google-sheet.svg","parameters":[{"name":"message","value":"","type":"string","required":true,"direction":"ParamOutput","description":"The new message received","source":""},{"name":"timestamp","value":"","type":"datetime","required":true,"direction":"ParamOutput","description":"Timestamp of the message","source":""}]}]}