I asked ChatGPT and yes, I understand it can be wrong, "How would I write an update script using Google script and monday.com’s API?
Amusingly it gave me the following:
To write an update script using Google Script and Monday.com’s API, you’ll need to follow these steps:
-
Set up a Google Script project:
- Open the Google Script editor
- Create a new project or open an existing one.
-
Enable the Monday.com API:
- Go to Monday.com’s Developer page at https://monday.com/developers/v2/.
- Sign in to your Monday.com account.
- Click on the “API Access” tab.
- Click on the “Create API Token” button and generate an API token.
- Make sure to keep the API token safe, as you’ll need it later.
-
Install the Monday.com API library in Google Script:
- In the Google Script editor, click on the “Libraries” icon (it looks like a square grid).
- Enter the library’s script ID:
1GfeZbDgKqEg5-6DaWNqqoP2XfX3y4E7VkakHyhZQ8y6xqYPpF03W3bn0
and click “Add.” - Select the latest version of the library and click “Save.”
…etc including a code snippet. Very helpful!
That library ID doesn’t work (darn!) My question is what is it talking about when it comes to “Installing the library’s script ID”? Is this library still a thing in 2023? If so how do I find out more about it? ChatGPT couldn’t give me more info so I came here to ask the monday people!
Like I said… curious to know as it sounds like a useful thing for me! I’m working on a project that is heavily based in Google App Script and Google Sheets currently and having a easy to use library for monday & Google Apps Script built in would make it much easier to handle!
Thanks!
Sue