It's easy to create and edit Coda docs in your browser, but sometimes you need programmatic access to do things like automate parts of your workflow. The Coda API enables you to read and write data to your Coda doc using code.
In this Getting Started Guide, we'll introduce you to the
), which lets you write code in a JavaScript-like syntax using built-in libraries for many Google products as well as the Coda API library. What's more, you can set up a schedule to run your scripts periodically, and best of all, it's freeーperfect for getting acquainted with the Coda API.
If you haven't used Apps Script before, don't worry! The syntax is straightforward, and you should be able to pick it up easily if you've used JavaScript or another procedural language like Python or Java. Of course, you can always use other mechanisms to host your scripts and access our API if you prefer to not use Apps Script.
We recommend tackling these in order, but feel free to skip ahead once you've gotten through the first one.