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

Sample tasks for Google Drive and Google Sheets #416

Merged
merged 3 commits into from
Nov 21, 2024

Conversation

mattsodomsky
Copy link
Member

@mattsodomsky mattsodomsky commented Nov 19, 2024

Add Google Drive and Sheets demonstration tasks

This PR adds two new demonstration tasks that showcase how to use Mechanic's Google Drive and Google Sheets actions:

1. Google Drive File Upload Demo

Shows merchants how to:

  • Upload various file types to Google Drive
  • Generate files dynamically (text, PDF, CSV, HTML, ZIP)
  • Handle file overwrites
  • Process upload responses

2. Order Tracking with Google Sheets

Demonstrates:

  • Creating spreadsheets via the Google Sheets API
  • Automatically logging new orders
  • Exporting in multiple formats (XLSX, CSV, PDF)
  • Email delivery of exports
  • Mode-based operations (create/export)

Both tasks are practical examples and learning tools for users wanting to build their own Google Drive/Sheets automations. They include comprehensive documentation and comments explaining each feature.

@mattsodomsky mattsodomsky merged commit 6590e87 into main Nov 21, 2024
5 checks passed
@mattsodomsky mattsodomsky deleted the feature/new-google-action-tasks branch November 21, 2024 18:02
@github-actions github-actions bot locked and limited conversation to collaborators Nov 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant