Just over a year ago, I had no real experience in recording video tutorials, or in the editing or distribution process. I had experimented with a few, but never consistently, and I had no idea what I...
Posts tagged "Tutorial"
13 posts found

Extracting All Images From A Google Doc Using Python
Using Google Colab for Bulk Image Extraction to Drive
Google makes it as easy as possible to add new images to a Google Doc, with options like drag-and-drop, paste from clipboard, insert from Drive/URL, etc. But they make it surprisingly hard to get the...
Joseph from GreenFlux, LLC here, with my 3rd and final entry for Appsmith's 2021 Hackathon. Let's build a Slack integration in Appsmith! Appsmith is great for connecting various APIs and bridging...
Hello again, Joseph from GreenFlux, LLC here with another Appsmith tutorial; I'm submitting this one for Appsmith's Hacktoberfest . Today I will be integrating with the Google Maps Embed API to plot...
Hey, Joseph from GreenFlux, LLC here. I'm a full-time freelancer and a HUGE fan of Appsmith ! I've written a few other tutorials for Appsmith before but this one is gonna be a little...
In this tutorial, I'll be writing a general purpose Apps Script Web App to save a cloud-hosted file to Google Drive as a new file, when the original file url is POST-ed to the script's web app...
Did you know you can turn almost any sub-Reddit into an RSS feed by adding .RSS to the url?! RSS? Ok, by why is this useful? 🤨 Because it's basically an API to GET the recent posts, in XML format,...

Replacing Google Forms with Appsmith
-without breaking existing integrations!
Google Forms is widely used in various integrations and workflows that all start with capturing data and sending it to a Google Sheet. Whether it's a contact form embedded on your website, a...

GET Google Maps Images from Address Text
Static Maps API & Appsmith Tutorial
Today I will be integrating with Google's Static Maps API and using Appsmith to retrieve a map image, given a text-string street address. There's a bit of setup involved if you've never used the...
Verifalia is an email validation service with an API and a free plan that can be used to verify up to 25 emails per day (or more with the paid plans). Send in one or more email addresses, and...
Appsmith recently released a new Google Sheets integration with a huge list of options, including a method to Bulk Insert Rows to an existing sheet. ☝️ So let's say you want to take the response...

Adding Gmail Contacts to Appsmith using Apps Script
Publishing script as a web app to serve as API endpoint
I've been having a lot of fun building with Appsmith lately and wanted to do something with Google Contacts. It's easy to connect to a new API from Appsmith, but it's not so easy to enable the Google...

Creating a Scheduled Backup Service for Google Sheets using Apps Script.
Beginner Apps Script tutorial
Apps Script is a powerful tool for automating routine tasks with Google Sheets, Docs, Gmail, and other Google services. On a recent job, I needed to create a daily backup of a Google Sheet for a...