Welcome to the Gumloop community 👋
If you’re interested in building powerful automations without writing a single line of code, you’ve come to the right place. Gumloop offers an intuitive and collaborative platform to create AI-powered workflow automations called flows using modular components known as nodes.Key Features
Automation Building: Drag, drop, and link nodes onto a canvas to create powerful automations (we call them flows).Integrations: Connect to popular services like Slack, Salesforce, Airtable, AWS, GitHub, Outlook, Google, and more. Scalable Infrastructure: Run your flows at massive scale with no technical background needed. Team Collaboration: Share and build flows together with your team members under a workspace.
AI-Powered Capabilities: Leverage advanced AI models to process data, generate content, analyze information, and make decisions within your flows.
Core Terminology
Nodes: The modular building blocks that you drag onto the canvas. Think of these as individual no-code Lego pieces that each perform a specific function (like reading from a Google Sheet or processing text with AI). Flows: A series of connected nodes designed to achieve a specific goal. These are your no-code Lego creations that transform raw data into valuable outputs. Subflows: Reusable flows embedded within larger flows. These allow you to make complex processes simple, modular, and maintainable. Learn more in our Subflows documentation. Workbooks: Collections of related flows organized in one document, similar to how spreadsheet applications group related sheets. Learn more in our Workbooks documentation. Workspaces: Collaborative environments where teams can build and share automations, manage credentials, and work together on projects (available on Pro plan and above). Learn more in our Organizations and Workspaces documentation.What is a Node?
Nodes are the modular components that make up a flow. Each one is a step in a series of steps towards a goal. You can drag-and-drop them on to the canvas from the node menu that can be shown/hidden through the+
icon on the side panel of your workbook.

Node Anatomy
Nodes generally have three key components:- Inputs: Data that flows into the node for processing
- Parameters: Configuration options that control how the node functions
- Outputs: Results produced by the node that can connect to subsequent nodes

Pro Tip: You can click on the node title to give the node a nickname.
Node Categories
Gumloop offers various types of nodes to build comprehensive workflows:- Data Loader Nodes: Google Sheets Reader, CSV Reader, Website Scraper, etc.
- AI Nodes: Ask AI, Categorizer, Extract Data, Summarizer, etc.
- Text Manipulation Nodes: Combine Text, Split Text, Text Formatter, etc.
- List Operation Nodes: Combine Lists, Get List Item, Join List Items, etc.
- Flow Control Nodes: Input, Output, Filter, If-Else, Error Shield, etc.
- Integration Nodes: Gmail Sender, Slack Message Sender, Airtable Writer, etc.
What is a Flow?
Flows are the heart of Gumloop, allowing you to connect nodes to execute specific tasks. When a flow is run, data passes from one node to the next, with each node manipulating or generating content along the way. Here is an example of a flow that analyzes a website using AI and outputs a Google Doc report.
Running a Flow
You can simply run the flow by hitting the run button in the top right corner:

Credits System
Flows consume credits when they run. Each flow run costs 1 credit, and certain nodes that use external APIs (like AI nodes or web scraping) cost additional credits, example:- Advanced AI calls (GPT-4.1, Claude 3.7 Sonnet): 20 credits
- Standard AI calls: 2 credits
- Search Companies: 30 credits
- Website Scraper: 1 credit
- Web Search: 2 credits
The credit cost is indicated on each node’s tooltip.
How to Build a Flow
The flow building page is a large canvas for you to design your personalized flow. Each node can be found in the library on the left side.
Understanding Types
Each node has specific input and output types:- Text: A single piece of text
- List of text: A collection of multiple text items
- List of List of text: A nested collection of text lists
Loop Mode
Many nodes support Loop Mode, which allows them to process lists of inputs automatically. Think of it as a “for loop” in programming:- Normal Mode: Process one item at a time
- Loop Mode: Process each item in a list individually
The Standard Format of a Flow
Most flows follow this general pattern: Ingest data → Prepare it for AI → Process it with AI → Output a result1. Loading Data
Flows typically start by ingesting some sort of data. This could be:- Reading from a Google Sheet
- Importing a CSV file
- Scraping a website
- Reading emails from Gmail
- Collecting data from Slack messages
2. Text Manipulation, File & List Operations
These nodes prepare your data for processing:- Reformatting text
- Splitting content into chunks
- Combining multiple pieces of information
- Converting between data types
- Extracting specific values from complex data
3. Using AI
AI nodes process the prepared data:- Summarizing long documents
- Answering questions about the data
- Extracting specific data points
- Categorizing content
- Scoring or evaluating information
4. Integrations
The final step is to output results to external systems:- Sending emails via Gmail
- Posting messages to Slack
- Writing to Google Sheets
- Creating tasks in project management tools
- Generating files and reports
Real-World Flow Example
Here’s a practical example of how these components work together: Customer Support Automation- Gmail Reader: Fetches new customer emails
- Extract Data: Pulls out customer name, issue type, and account details
- Categorizer: Sorts emails into urgent, standard, or information requests
- Ask AI: Generates appropriate responses based on the category
- Gmail Sender: Sends the response back to the customer
Advanced Features
Subflows
Subflows allow you to:- Break down complex logic for better maintenance
- Enable efficient looping operations
- Reuse common functionality across different flows
- Add input nodes to specify what data the subflow expects
- Add output nodes to define what the subflow returns
- Build your logic between these endpoints
Triggers and Alerts
Triggers automatically start flows based on events:- Time-based scheduling
- New emails in Gmail
- New messages in Slack
- Webhooks for custom integrations
Interfaces
Transform your workflows into user-friendly interfaces:- Create simple, customizable forms
- Hide complex workflow logic
- Allow non-technical users to run your flows
- Deliver results directly to users
Get Started with Templates
The fastest way to get started is by using a prebuilt template. We’ve built 60+ functional flows with annotations for you to browse. Keep in mind however that the true power of the platform lies in personalization. Use templates as a starting point but then make things your own! Get started with templates here: https://www.gumloop.com/templatesNext Steps
Now that you understand the basics of Gumloop, here are some recommended next steps:- Explore Templates: Browse our template library to see what’s possible
- Create Your First Flow: Start with a simple automation that solves a real problem
- Set Up Credentials: Connect to external services like Gmail, Slack, and more
- Join the Community: Connect with other Gumloop users at forum.gumloop.com