---
title: "How to set up, deploy, and connect Google Scripts to Make.com for task automation."
slug: automate-tasks-with-ai-voice-agents-and-google-script
date_published: 2024-10-24T06:24:08.886Z
original_url: https://www.tigzig.com/post/automate-tasks-with-ai-voice-agents-and-google-script
source: migrated
processed_at: 2025-12-02T10:00:00.000Z
---

# How to set up, deploy, and connect Google Scripts to Make.com for task automation.

Trigger automated report, slide and email

By leveraging platforms like Flowise AI and [Make.com](http://make.com/), you can interact with and execute tasks in voice and natural language text with:

* your business data warehouses,
* thousands of platforms (Zoho, Quick Books, Salesforce, AWS, Google, Microsoft, Azure, Slack HubSpot, Stripe, Woo Commerce, Shopify....)
* and most importantly your own existing API's

The implementations are relatively rapid, with part of it being no-code, and any coding being done by AI-assisted coding tools.

In Part 3 of my series on Building AI / LLM Voice Action Agents, I show how to set up, deploy, and connect Google Scripts to [Make.com](http://make.com/) for task automation.

**App**

* Custom Frontend : React.js
* Rapid Deploy Frontend : Flowise
* Automation Scripts: Google Script
* AWS MySQL DB Connection: Flowise ReAct Agent & Custom built FastAPI Server

Detailed hands-on implementation guide, available on my YouTube playlist:

**How to Build Voice-Based LLM Action Agents**

Automate tasks, processes, and query databases

* Part 1: Demo, Architecture, and Tracing Agent Process Flow Step-by-Step
* Part 2: Update Excel, Google Sheets, and Databases with LLM Voice Agents
* Part 3: Automate tasks with LLM Voice Agents and Google Script.

Source code, JSON schema, Blueprints, Google Scripts at my [GitHub repo](https://github.com/amararun/vtexer-shared):

This code, deployed as-is, gives a fully functional voice bot (with limited app features).

Demo App (with restricted features) available at [vtexer-shared.tigzig.com](http://vtexer-shared.tigzig.com)

Use the demo OpenAI API key shared at:

**What's next:**

* Part 4: Build Custom Frontend with Natural Language Instructions
* Part 5: More ReAct Agents in Flowise & Deploy to Vercel

