shlogg · Early preview
Justin Poehnelt @jpoehnelt

I am a Senior Developer Relations Engineer at Google for Google Workspace.

Implementing MJML With Google Apps Script For Responsive Emails

Implemented newsletter using Google Apps Script & MJML. MJML reduces email coding pain with semantic syntax & rich components library. Successfully integrated with Apps Script runtime.

Building AI Agents With Apps Script At Winter Tech Forum

Attended Winter Tech Forum, exploring AI agents & Apps Script. Created a tool loop enabling AI to reason & act autonomously, using Vertex AI & Gmail API. Code on GitHub: https://github.com/jpoehnelt/apps-script/tree/main/projects/apps-script-agent

Exploring Google Workspace For MCP Ecosystem

Explore Google Workspace & Model Context Protocol! Awesome projects like Gmail MCP Server, Claude Post, GDrive MCP Server & more. Check out official resources: Google Workspace website, blog & Model Context Protocol website.

Launching Successful Google Workspace Add-ons With 46M+ Installs

Amit's Google Workspace Add-ons have reached 46M+ installs. He shares insights on launching successful add-ons, check out his story!

Google OIDC Limitations: No Reauthentication Prompt

OIDC spec requires reauth prompt with `&prompt=login`, but Google doesn't support it. Only `&prompt=none`, `&prompt=consent` and `&prompt=select_account` are supported.

Enable Chat In Any AppSheet App With Ease

Introducing AppSheet Chat apps! Enable any app to broadcast messages to Chat Spaces. Learn more at https://www.appsheet.com/ and take the fundamentals course at https://goo.gle/48N1827

Building AI-Powered Google Chat Apps

Learn how to build an AI-powered Google Chat app with a user-friendly interface. Watch this video from the Google Workspace Developer Summit to get started!

Building For Google Meet: APIs, Add-ons & More

Learn how to build for Google Meet with Meet APIs, Add-ons & upcoming Embed SDK & Media API. Get started at the Google Workspace Developer Summit!

Building Apps With Gemini, AppSheet & Vertex AI

Learn about Gemini in AppSheet, combining with Apps Script & Vertex AI. Watch the video from Google Workspace Developer Summit to see AI-powered app demos and architecture explanations.

Building On Google Workspace: A Step-by-Step Guide

Get started building on Google Workspace platform! Learn how to prototype, create custom functions with Apps Script & launch your solution. Watch the full video at youtube.com/@googleworkspacedevs

How To Share And Deploy Apps With AppSheet

Share & deploy apps with ease! Learn how to share apps with co-authors or users in this episode of Building with AppSheet. Watch now and get started with AppSheet: https://www.appsheet.com/

Google Cloud Summit London Demos & Sessions

Google Cloud Summit London demos & sessions showcased innovative uses of Google Workspace Platform, highlighting its potential for businesses. Watch the recap on YouTube!

Google Workspace Demo Impresses At Boston Summit

Kat's top pick from Google Workspace Dev Summit: AI-powered tools for developers, making it easier to build custom apps on Google Workspace platform.

Mai's Impressive Demo At Google Workspace Dev Summit

Mai shares her top pick from Google Workspace Developer Summit: an impressive demo that showcased innovative use of Google Workspace APIs.

Google Workspace Platform Updates: Smart Chips, Chat API & More

Google Workspace updates: smart chips for link previews, Chat API enhancements, custom emojis & more! Check the latest release notes on developers.google.com/workspace

Create Google Workspace Add-on With Apps Script & Gemini 2.0 Flash

Create a Google Workspace Add-on with Apps Script, extending Google Drive. Use Gemini 2.0 Flash for doc summaries & renaming. Get the code: https://goo.gle/name-with-intelligence

Using Google Drive Picker In Apps Script With Drive-picker Element

Now easier to use Google Drive Picker in Apps Script with new `<drive-picker>` web component, learn how to integrate it in a few simple steps!

Integrating Google Drive Picker With React And Vue Via Apps Script

Google Drive Picker upgraded! Easily integrate it with React, Vue, or SolidJS apps using `<drive-picker/>`. Learn how to pair it with Apps Script for a seamless experience.

Google Drive Picker API Types Updated To Autogenerated Versions

Just updated @types/google.picker to autogenerated types from Google Drive Picker reference doc! Use npm install -D @types/google.picker@^0.0.44 to update.