Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Google Sheets Integration #17

Open
31 tasks
adamfisher opened this issue Feb 12, 2025 · 0 comments
Open
31 tasks

Add Google Sheets Integration #17

adamfisher opened this issue Feb 12, 2025 · 0 comments

Comments

@adamfisher
Copy link
Contributor

This issue tracks the implementation of an integration for Google Sheets in Elsa Workflows. The module should allow workflows to interact with Google Sheets, supporting spreadsheet management, data manipulation, and event monitoring.

Tasks

  • Create a new module: Elsa.Integrations.GoogleSheets

  • Implement Workflow Activities:

    • AddConditionalFormatRule - Creates a new conditional format rule at the given index, shifting subsequent rules.
    • AddRow - Appends a new row to the bottom of the table.
    • AddSheet - Adds a new sheet.
    • BulkAddRowsAdvanced - Appends multiple rows to the bottom of the table.
    • BulkUpdateRowsAdvanced - Updates multiple rows.
    • ClearValuesFromRange - Clears values from a specified range in a spreadsheet.
    • ClearCell - Clears a specific cell.
    • ClearRow - Clears values from a specific row.
    • CopySheet - Copies a sheet to another spreadsheet.
    • CreateSpreadsheet - Creates a new spreadsheet.
    • CreateSpreadsheetFromTemplate - Creates a new spreadsheet from a template sheet.
    • DeleteConditionalFormatRule - Deletes a conditional format rule at a given index, shifting subsequent rules.
    • DeleteRow - Deletes a specific row.
    • DeleteSheet - Deletes a specific sheet.
    • GetRangeValues - Retrieves a sheet’s content based on range values.
    • GetCell - Retrieves the value of a specific cell.
    • ListSheets - Retrieves a list of all sheets in a spreadsheet.
    • MakeAPICall - Performs an arbitrary authorized API call.
    • PerformFunction - Receives data from the MAKE_FUNCTION or INTEGROMAT functions used in a sheet (requires Sheets Add-On).
    • PerformFunctionResponder - Returns processed data in response to the MAKE_FUNCTION or INTEGROMAT function (requires Sheets Add-On).
    • RenameSheet - Renames a specific sheet.
    • SearchRows - Returns rows matching the given criteria.
    • SearchRowsAdvanced - Returns rows matching the given criteria but without returning a row number.
    • UpdateCell - Updates a specific cell.
    • UpdateRow - Updates a row.
    • WatchChanges - Triggers when a cell is updated (requires Sheets Add-On, only watches changes made in Google Sheets app).
    • WatchNewRows - Triggers when a new row is added.
  • Add Unit Tests

  • Add Documentation (README.md)

References

Notes

  • This should follow the standard structure used for Elsa Integrations.
  • The integration should support authentication via OAuth 2.0.

Contributor Guidelines

If you're interested in working on this issue:

  1. Comment below to claim it.
  2. Follow the CONTRIBUTING.md guide.
  3. Submit a PR referencing this issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant