PipedreamHQ / PipedreamHQ/pipedream
[APP][ACTIONS] Google App Scripts
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
**Name of app / service**
Google App Scripts
**Link to developer documentation**
https://developers.google.com/apps-script/api/concepts
**Is lack of support preventing you from building workflows, or do you have a workaround?**
No, but prebuilt actions would save time rewriting these components over and over again.
**Are there specific actions, or triggers, you'd like to see for this app? Please let us know here or use the Action and Trigger issue templates to open requests for each!**
[projects](https://developers.google.com/apps-script/api/reference/rest/v1/projects) — A representation of a script project. The API provides methods to create, read, monitor, and modify projects.
[projects.deployments](https://developers.google.com/static/apps-script/api/reference/rest/v1/projects.deployments) — A representation of a script deployment. The API provides methods to create, list, update, and delete script project deployments.
[projects.versions](https://developers.google.com/apps-script/api/reference/rest/v1/projects.versions) — A representation of a script project version. The API provides methods to create and read project versions.
[processes](https://developers.google.com/apps-script/api/reference/rest/v1/processes) — A representation of a script function execution. The API provides methods to list existing processes and gather information about them, such as type and current status.
[scripts](https://developers.google.com/apps-script/api/reference/rest/v1/scripts) — The endpoint that provides methods to remotely execute Apps Script functions.
**Community link**
https://pipedream.com/community/t/connecting-pd-steps-with-google-apps-scripts/2792
Contributor guide
Assessment
This issue has not been assessed yet.