
Open Source Chrome Extension to Chat with Web Pages
Add AI Chat To Any Website, Powered By Pinecone Assistants
Add AI Chat To Any Website, Powered By Pinecone Assistants
10 posts found
Add AI Chat To Any Website, Powered By Pinecone Assistants
Add AI Chat To Any Website, Powered By Pinecone Assistants
A guide for Reddit OAuth2 flow and refresh token using Apps Script and Google Sheets
Reddit offers several different options for integrating web apps, scripts, and installed apps. Just go to https://www.reddit.com/prefs/apps/ to create a new app and select the type. In this guide,...
A simple Apps Script web app for saving cloud-hosted files to Google Drive via API
I just found an old script I wrote that others might find useful, so I wanted to share. This script saves a file to Google Drive when you POST its URL to the webapp, using this format: { 'key':...
Building a Slack integration using OAuth 2.0 authentication flow in Appsmith
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...
Integrating Google Maps Embed API for delivery route planning and driver notifications
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...
A comprehensive review of the Appsmith low-code platform from a developer's perspective
Intro Hi, I'm Joseph Petty from GreenFlux, LLC - I'm a full-time freelancer/developer- focused on mobile/web apps, databases, and no/low-code platforms and integrations. I've been using Appsmith for a...
General purpose Apps Script web app for saving cloud-hosted files to Google Drive
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...
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...
Using Appsmith's Google Sheets integration to bulk insert API response data
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...
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...