Stay organized with collections
Save and categorize content based on your preferences.
This section provides samples and development tools that use the Apps Script API.
Recipes
The 'recipe' examples listed in this section demonstrate how to express common
Apps Script actions as Apps Script API requests.
These examples are presented in Apps Script API request protocols in a
specific language using Google API client libraries, see the
Executing an function guide
for examples.
Recipes in this section are divided into the following categories:
Project Management —
Recipes that show basic project actions such as creating new projects,
retrieving script files, and updating project content.
Development resources
The clasp command-line tool for Apps Script lets
you develop and maintain Apps Script projects from your local machine. clasp
is a Node.js open-source project that uses Apps Script API for project
management; you can see how the API is called in the
clasp GitHub repository.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-19 UTC."],[[["This section offers samples and development tools utilizing the Apps Script API, including recipes demonstrating common Apps Script actions as API requests."],["Recipes are categorized into executing Apps Script functions remotely and managing projects (creating, retrieving, updating)."],["The `clasp` command-line tool enables local development and maintenance of Apps Script projects using the Apps Script API."]]],[]]