Setting Your Initial Variables

Set the URLs that you’ll use later in your API calls. This includes the workspace ID, the table ID (the ‘view’), the organization ID, and then you can build the URLs you will use for the API calls using those initial variables.

In addition, we will set the time from which we will search for created or modified notes. I do this by simply subtracting 2 hours from the current time. (The schedule will run every 2 hours so by checking for modified notes in the last 2 hours, every time, we will cover our bases.)

Back to Lesson