Education Automation Workflows — Page 2 | Neura Market
    Neura Market
    Neura Market
    /Categories
    Marketplace
    Directories
    Resources
    Home/Categories/Education

    Education Workflows

    Learning and educational tools

    • Automate Class Scheduling and Notifications with Google Calendar, Email, and SMS

      Streamline your class scheduling and notification process with this n8n workflow. It automatically syncs class schedules to Google Calendar and sends timely reminders to students via email or SMS, ensuring they are always informed about their classes.

      n8n$9.99
    • Learn JavaScript Data Processing with CodeNode: Filtering, Analysis, & Export Examples

      ## Overview A comprehensive educational workflow that demonstrates practical JavaScript usage in n8n's Code node through real-world business scenarios. Perfect for learning data manipulation, transformation, and automation patterns that you can immediately apply to client projects. What this template teaches: - Data Filtering & Transformation - Filter employees by age, calculate bonuses, format contact information - Statistical Analysis - Generate team statistics, averages, role distributions, and KPIs - Multi-Format Export - Create CSV files, email lists, and API-ready payloads from raw data - n8n Best Practices - Proper JSON handling, return formats, and data flow patterns ## How It Works: - Manual Trigger starts the workflow with sample employee data - Set Sample Data provides realistic business data (employees with roles, salaries, ages) - Three Code Node Examples process the same data differently: - Filter & Transform: Creates adult employee list with calculated bonuses - Calculate Stats: Generates comprehensive team analytics and reports - Format for Export: Prepares data for external systems (APIs, emails, CSV) **Key Learning Points**: - Access input data using items[0].json.propertyName - Return proper n8n format with [{ json: data }] structure - Use JSON.parse() for string-to-object conversion - Apply JavaScript array methods (filter, map, reduce) for data processing - Handle multiple output scenarios and data aggregation **Perfect For**: - n8n beginners learning Code node fundamentals - Developers transitioning to n8n automation - Client demos showing data processing capabilities - Team training and onboarding sessions - Foundation for building custom business automation workflows **Business Use Cases**: Transform this template for lead qualification, customer segmentation, report generation, data enrichment, and API integrations. Each Code node pattern can be adapted for different industries and automation needs.

    Marketplace

    • Prompts
    • Workflows
    • Agents Store
    • Workflow Packs
    • Categories
    • Marketplace

    Directories

    • AI Tools Directory
    • ChatGPT
    • Claude
    • Gemini
    • Cursor
    • Grok
    • DeepSeek
    • Perplexity
    • CoPilot
    • Midjourney
    • Stable Diffusion
    • MCP Servers
    • .md Directory
    • All Directories

    Free Tools

    • AI Text Humanizer
    • AI Content Detector
    • Workflow Generator
    • Model Comparison
    • AI Pricing Calculator
    • AI Benchmarks
    • ROI Calculator
    • All Free Tools

    Resources

    • AI News
    • Blog
    • AI Answers
    • Error Solutions
    • AI Tutorials
    • AI Models
    • Integrations
    • Alternatives
    • n8n vs Zapier
    • Make vs Zapier
    • n8n vs Make
    • Resource Library
    • Documentation
    • API Access to Our Data

    Community

    • AI Newsletter
    • AI Jobs
    • AI Events
    • AI Companies
    • Start Selling
    • Sell n8n Workflows
    • Sell AI Agents
    • Sell Prompts
    • Creator Guide
    • Advertise
    • Affiliates

    Company

    • About
    • Contact
    • Help
    • Careers
    • Pricing
    • Terms
    • Privacy
    • License
    • DMCA

    The #1 Newsletter in AI

    Weekly updates, news, and content that matter.

    Neura Market Logoneuramarket

    © 2026 Neura Market. All rights reserved.

    n8n$9.99
  1. Learn JavaScript Coding with an Interactive RPG-Style Tutorial Game

    # JavaScript Master Class - Interactive Code Tutorial ## How It Works This tutorial is designed as a **self-paced learning experience** where you explore working JavaScript code examples. Unlike traditional tutorials, you learn by **examining real implementations** and understanding how they work. ### **The Learning Method:** 1. **Execute first** - See the workflow in action. 2. **Open each node** - This is where the real learning happens! 3. **Study the code** - Read JavaScript implementations and comments. 4. **Understand the flow** - See how data transforms between nodes. 5. **Experiment** - Modify code to test your understanding. ### **The Game Concept:** - It's not a real game - it's a **gamified learning experience**. - Uses RPG elements (XP, levels, achievements) to make learning engaging. - Simulates progression through 3 difficulty levels. - **Main learning happens when you open nodes and read the code!** --- ## Setup Steps ### **Step 1: Import the Template** 1. Copy the JSON template provided. 2. Open your n8n instance. 3. Create a new workflow. 4. Press `Ctrl+A` (or `Cmd+A` on Mac) to select all. 5. Press `Ctrl+V` (or `Cmd+V`) to paste the JSON. 6. Click **Save** and name it: `JavaScript Master Class - Interactive Tutorial`. ### **Step 2: Execute the Workflow** 1. Click **Test workflow** or **Execute workflow**. 2. Watch it run through all nodes automatically. 3. See the final results and progression simulation. ### **Step 3: Start Learning (The Important Part!)** Now the real learning begins - **you must open each node manually:** #### **For Each Code Node:** 1. **Double-click the node** to open it. 2. **Read the JavaScript code** carefully. 3. **Study the comments** - they explain key concepts. 4. **Understand the logic** - how input becomes output. 5. **Note the techniques** used in each challenge. #### **For Each Sticky Note:** 1. **Read the explanations** and context. 2. **Understand the learning objectives**. 3. **Note the skills being taught**. --- ## Learning Path ### **Level 1: Data Warrior (Beginner)** **Open Node:** `Level 1: Data Warrior` - **Focus:** Data deduplication using `filter()` and `findIndex()`. - **Key Skills:** Array methods, duplicate detection. - **What to Study:** How the deduplication algorithm works. ### **Level 2: API Ninja (Intermediate)** **Open Node:** `Level 2: API Ninja` - **Focus:** Data transformation and validation. - **Key Skills:** String manipulation, validation logic, error handling. - **What to Study:** How to clean and validate messy API data. ### **Level 3: Automation Master (Advanced)** **Open Node:** `Final Boss: Automation Master` - **Focus:** Complex workflow processing. - **Key Skills:** Task orchestration, priority sorting, error handling. - **What to Study:** How to build robust automation systems. --- ## Learning Tips ### **Active Exploration:** - **Don't just run it** - open every single node! - **Read all comments** - they contain key insights. - **Compare approaches** - see how complexity increases. - **Try modifications** - change values and see what happens. ### **Study Techniques:** - **Take notes** on patterns you see. - **Copy interesting code** snippets for reference. - **Try to explain** each function to yourself. - **Test your understanding** by modifying the code. ### **Experimentation:** - **Change filter conditions** in Level 1. - **Modify validation rules** in Level 2. - **Adjust workflow logic** in Level 3. - **Break something** and fix it - great for learning! --- ## Important Notes ### **Game Reality Check:** - This is **NOT** an interactive game where you make choices. - It's a **code tutorial** with game-like progression themes. - The game runs automatically when executed. - **Real learning happens when you manually open and study each node**. ### **Educational Value:** - **Primary learning:** Understanding JavaScript implementations. - **Secondary learning:** n8n workflow patterns. - **Bonus learning:** Problem-solving approaches. ### **Technical Requirements:** - Working n8n instance. - Basic JavaScript knowledge helpful but not required. - Willingness to explore and experiment. --- ## Success Metrics **You'll know you're learning when you can:** - Explain how each deduplication algorithm works. - Identify the validation patterns used. - Understand the workflow orchestration logic. - Modify the code to handle different scenarios. - Apply these patterns to your own projects. --- ## Next Steps After completing this tutorial: 1. **Apply the patterns** to your own workflows. 2. **Experiment** with variations. 3. **Build something** using these techniques. 4. **Share your learnings** with the community. --- **Remember: The magic happens when you open each node and study the code!**

    n8n$9.99
  2. Interactive n8n Tutorial: Master Data Flow, Execution, and Debugging

    This interactive tutorial guides you through building workflows in n8n, covering data flow, execution, and debugging. Ideal for developers new to n8n with programming, JSON, and API experience.

    n8n$19.99
  3. AI-Powered Auto-Generated Exam Questions and Answers from Google Docs with Gemini

    This workflow automates the creation of **exam questions** (**both open-ended and multiple-choice**) from educational content stored in **Google Docs**, using **AI-powered analysis** and vector database retrieval. This workflow **saves educators hours of manual work** while ensuring high-quality, curriculum-aligned assessments. Let me know if you'd like help adapting it for specific subjects! --- ### **Use Cases** - **Educators**: Rapidly generate quizzes, midterms, or flashcards. - **E-learning platforms**: Automate question banks for courses. - **Corporate training**: Create assessments for employee onboarding. ### **Technical Requirements**: - **APIs**: Google Gemini, OpenAI, Qdrant, Google Workspace. - **n8n Nodes**: LangChain, Google Sheets/Docs, HTTP requests, code blocks. This workflow **combines AI efficiency with human-curated quality**, making it a powerful tool for modern education and training. --- ### **Advantages of This Workflow** - **Fully Automated Exam Generation**: From document to fully formatted quiz content with no manual intervention. - **Supports Comprehension and Critical Thinking**: Questions are designed to go beyond factual recall, including inference and application. - **Uses AI and RAG for Accuracy**: Ensures that answers are grounded in the document content, reducing hallucination. - **Seamless Google Integration**: Pulls content from Google Docs and writes outputs to Google Sheets. - **Scalable for Any Subject**: Works with any article or content domain as input. - **Modular and Customizable**: Can be easily adapted to generate different question types or to use other LLMs or storage systems. --- ### **How It Works** 1. **Document Ingestion**: - The workflow starts by fetching an educational document (e.g., textbook chapter, lecture notes) from **Google Docs**. - Converts the document to **Markdown** for structured processing. 2. **AI Processing**: - Splits text into chunks and generates **vector embeddings** (via OpenAI) for semantic analysis. - Stores embeddings in **Qdrant** (vector database) for retrieval. 3. **Question Generation**: - **Open-ended questions**: Google Gemini AI creates 10 critical-thinking questions. - **Multiple-choice questions**: Generates 10 MCQs (1 correct + 3 plausible distractors) using **RAG** to validate answers against the vector DB. 4. **Answer Validation**: - For open questions: Retrieves context-aware answers from the vector store. - For MCQs: Ensures distractors are incorrect but believable via AI cross-checking. 5. **Output**: - Saves questions/answers to **Google Sheets** in two tabs: - `Open questions`: Question + AI-generated answer. - `Closed questions`: MCQ + options + correct answer. --- ### **Set Up Steps** 1. **Prerequisites**: - **APIs/Accounts**: - Google Workspace (Docs + Sheets). - OpenAI (for embeddings). - Google Gemini (for question generation). - Qdrant (vector DB - self-hosted or cloud). - **n8n Nodes**: Ensure LangChain, Google Sheets/Docs, and HTTP request nodes are installed. 2. **Configure Connections**: - Link credentials for: - **Google Docs/Sheets** (OAuth2). - **OpenAI** (API key). - **Google Gemini** (API key). - **Qdrant** (URL + API key). 3. **Customize Input**: - Replace the default **Google Doc ID** in the Get Doc node with your source document. - Adjust **chunk size/overlap** (Token Splitter node) for optimal text processing. 4. **Tweak Question Generation**: - Modify prompts in: - **Open questions node**: Adjust criteria (e.g., difficulty, question types). - **Closed questions node**: Edit MCQ formatting rules. 5. **Output Settings**: - Update the **Google Sheet ID** in Write open and Write closed nodes. - Map columns in Google Sheets to match question/answer formats. 6. **Run & Automate**: - Trigger manually (test workflow) or schedule periodic runs (e.g., for updated content). --- ### **Need help customizing?** [Contact me](mailto:info@n3w.it) for consulting and support or add me on [Linkedin](https://www.linkedin.com/in/davideboizza/).

    n8n$24.99
  4. Generate Language Learning Flashcards with GPT-4, Telegram, and Google Sheets for Anki

    ## How it works - Use Telegram to send in new phrases (`flashcard front`) - You can also manually input phrases in the workflow itself - ChatGPT generates a provided phrase description (in English, but you can change it) including multiple meanings & generates examples of using the phrase in a sample sentence (`flashcard back`) ## Steps to setup - Provide your Telegram bot API key (optional) - Provide your OpenAI key - Provide Google Sheets credentials ## How to import flashcards from Google Sheets into Anki - Use the Google Sheets to Anki add-on: [1871608121](https://ankiweb.net/shared/info/1871608121) - In Anki, simply click `Sync Decks` and you're done :) Enjoy

    n8n$9.99
  5. Very Quick Quickstart

    Want to learn the basics of n8n? Our comprehensive [quick start](https://docs.n8n.io/try-it-out/quickstart/) tutorial is here to guide you through the basics of n8n, step by step. Designed with beginners in mind, this tutorial provides a hands-on approach to learning n8n's basic functionalities.

    n8n$4.99
  6. Automate Weekly Student Progress Reports via Gmail and Google Sheets

    This n8n workflow automates the creation and delivery of weekly student performance reports to parents using data from a Learning Management System (LMS). It compiles grades, attendance, and progress notes into a formatted report and sends it via email, streamlining communication without manual intervention.

    n8n$9.99
  7. Automate Document Breakdown into Study Notes with MistralAI and Qdrant

    This n8n workflow automates the process of transforming documents into study notes using MistralAI and Qdrant. It generates three types of templates: study guide, briefing document, and timeline, to help users quickly understand and summarize document contents.

    n8n$24.99
  8. Automate Learning Resource Recommendations from Hacker News

    This workflow automates the process of finding top community-recommended learning resources on any topic from Hacker News and delivers them directly to your inbox.

    n8n$9.99
  9. Automate Learning and Content Creation with AI and Notion

    Leverage AI to create detailed learning paths, book outlines, or course curricula and seamlessly organize them in Notion.

    n8n$19.99
  10. Seamlessly Sync Assignments Between Canvas LMS and Notion

    Automatically synchronize assignments and their completion status between Canvas LMS and a Notion database. This workflow triggers every two hours during the school day and supports manual updates via webhooks.

    n8n$14.99
  11. Automate Assignment Deadline Reminders with Notion and Email

    This n8n workflow automates the process of tracking assignment deadlines and sending email reminders to students and teachers. It checks for upcoming assignments daily and ensures timely notifications.

    n8n$4.99
  12. Automate Anki Flashcard Creation for Language Learning with Google Translate and AI

    Streamline the creation of Anki flashcards for language learning by automating translations, phonetic transcriptions, and example sentences using Google Translate and AI.

    n8n$14.99
  13. Master Data Transformation with the Complete Node Set Guide

    # n8n Set Node Tutorial - Complete Guide ## How It Works This tutorial workflow teaches you everything about n8n's **Set node** through hands-on examples. The Set node is one of the most powerful tools in n8n - it allows you to create, modify, and transform data as it flows through your workflow. **What makes this tutorial special:** - **Progressive Learning**: Starts simple, builds to complex concepts - **Interactive Examples**: Real working nodes you can modify and test - **Visual Guidance**: Sticky notes explain every concept - **Branching Logic**: Shows how Set nodes work in different workflow paths - **Real Data**: Uses practical examples you'll encounter in automation The workflow demonstrates 6 core concepts: 1. **Basic data types** (strings, numbers, booleans) 2. **Expression syntax** with `{{ }}` and `$json` references 3. **Complex data structures** (objects and arrays) 4. **Keep Only Set** option for clean outputs 5. **Conditional data setting** with branching logic 6. **Data transformation** and aggregation techniques ## Setup Steps ### Step 1: Import the Workflow 1. **Copy the JSON** from the code artifact above 2. **Open your n8n instance** in your browser 3. **Navigate to Workflows** section 4. **Click Import from JSON** or the import button (usually a + or import icon) 5. **Paste the JSON** into the import dialog 6. **Click Import** to load the workflow 7. **Save the workflow** (Ctrl+S or click Save button) ### Step 2: Choose Your Starting Point **Option A: Default Tutorial Mode (Recommended for beginners)** - The workflow is ready to run as-is - Uses simple Welcome message as starting data - **Click Execute Workflow** to begin **Option B: Rich Test Data Mode (Recommended for experimentation)** 1. **Locate the nodes**: Find Start (Manual Trigger) and 0. Test Data Input 2. **Disconnect default**: Click the connection line between Start (Manual Trigger) and 1. Set Basic Values and delete it 3. **Connect test data**: Drag from 0. Test Data Input output to 1. Set Basic Values input 4. **Execute**: Click Execute Workflow to run with rich test data ### Step 3: Execute and Learn 1. **Run the workflow**: Click the Execute Workflow button 2. **Check outputs**: Click on each node to see its output data 3. **Read the notes**: Each sticky note explains what's happening 4. **Follow the flow**: Data flows from left to right, top to bottom ### Step 4: Experiment and Modify **Try These Experiments:** **Change Basic Values:** - Click on 1. Set Basic Values - Modify `user_age` (try 20 vs 35) - Change `user_name` to see how it propagates - Execute and see the changes flow through **Test Conditional Logic:** - Set `user_age` to 20 triggers Student Discount path - Set `user_age` to 30 triggers Premium Access path - Watch how the workflow branches differently **Modify Expressions:** - In 2. Set with Expressions, try changing: - `={{ $json.score * 2 }}` to `={{ $json.score * 3 }}` - `={{ $json.user_name }} Smith` to `={{ $json.user_name }} Johnson` **Complex Data Structures:** - In 3. Set Complex Data, modify the JSON structure - Add new properties to the user_profile object - Try nested expressions ## Learning Path ### Beginner Level (Nodes 1-2) - **Focus**: Understanding basic Set operations - **Learn**: Data types, static values, simple expressions - **Time**: 10-15 minutes ### Intermediate Level (Nodes 3-4) - **Focus**: Complex data and output control - **Learn**: Objects, arrays, Keep Only Set option - **Time**: 15-20 minutes ### Advanced Level (Nodes 5-6) - **Focus**: Conditional logic and data aggregation - **Learn**: Branching workflows, merging data, complex expressions - **Time**: 20-25 minutes ## What Each Node Teaches | Node | Concept | Key Learning | |------|---------|--------------| | **1. Set Basic Values** | Data Types | String, number, boolean basics | | **2. Set with Expressions** | Dynamic Data | `{{ }}` syntax, `$json` references, `$now` functions | | **3. Set Complex Data** | Advanced Structures | Objects, arrays, nested properties | | **4. Set Clean Output** | Data Management | Keep Only Set for clean final outputs | | **5a/5b. Conditional Sets** | Branching Logic | Different data based on conditions | | **6. Tutorial Summary** | Data Aggregation | Combining and summarizing workflow data | ## Pro Tips **Quick Wins:** - Always check node outputs after execution - Use sticky notes as your learning guide - Experiment with small changes first - Copy nodes to try variations **Advanced Techniques:** - Use `Keep Only Set` for API responses - Combine static and dynamic data in complex objects - Leverage conditional paths for different user types - Reference nested object properties with dot notation **Troubleshooting:** - If expressions don't work, check the `{{ }}` syntax - Ensure field names match exactly (case-sensitive) - Use the expression editor for complex logic - Check data types

    n8n$14.99
  14. Track Student Arrival with iOS Automation, Google Sheets & Email Alerts

    This workflow automates **real-time student tracking** using **iOS Shortcuts and geolocation data**, notifying both **teachers and parents** based on geofenced logic. ## What This Workflow Does - Receives student **location updates via webhook** (iOS Shortcuts) - Detects if the student has **arrived at school** - Logs arrival data to Google Sheets - **Sends email alerts** to teachers and/or parents based on location ## Workflow Steps | Step | Description | | --------------------------- | -------------------------------------------------------- | | **Location Update Webhook** | Triggered via iOS Shortcut when student location updates | | **Process Location Data** | Extracts coordinates and metadata | | **Student Arrived?** | Checks if student entered school zone | | **Log School Arrival** | Adds arrival data to Google Sheet | | **At School?** | Double-checks geofence condition before notifying | | **Notify Teacher** | Sends email if student is confirmed at school | | **Notify Parent** | Sends email to parent (can vary based on geofence logic) | | **Success Response** | Returns a 200 response to the triggering device | ## How the Logic Works 1. The student's phone runs a shortcut when near school. 2. Sends coordinates to webhook. 3. Workflow compares coordinates with predefined geofence (e.g., radius around school). 4. If inside school zone: * Log arrival * Notify teacher and/or parent 5. Else: * Optionally notify parent only ## iOS Shortcut Sample (Trigger Setup) - **Automation Trigger**: Arrive at Location (e.g., School) - **Action**: Run Shortcut → Make Web Request (POST) **POST URL:** ``` https://your-n8n-instance.com/webhook/location-update ``` **Body Example:** ```json { "student_id": "SU042", "student_name": "Anaya Joshi", "lat": 19.0760, "lng": 72.8777, "timestamp": "2025-08-06T08:05:00" } ``` ## Google Sheets Logging | Student ID | Name | Date | Time | Status | | ---------- | ----------- | ---------- | ----- | ------- | | SU042 | Anaya Joshi | 2025-08-06 | 08:05 | Arrived | ## Setup Requirements - **n8n Instance** with webhook support - **Google Sheet** with appropriate columns - **iOS Shortcut** setup on student device - **Teacher and Parent Email Addresses** configured in workflow

    n8n$9.99
  15. Automated Course Inquiry Assistant via SMS with AI and Airtable

    This n8n workflow automates course inquiries through SMS using AI to interact with an Airtable database. It leverages Twilio for SMS communication and OpenAI for intelligent query handling.

    n8n$9.99
  16. Automate Personalized Interview Prep PDFs for Campus Placements

    Streamline the creation of customized interview preparation materials for campus placement candidates using AI and automation.

    n8n$14.99
  17. Automate Training Certificate Generation and Delivery via Gmail

    This n8n workflow automates the creation and distribution of training completion certificates by fetching student data, generating unique IDs, and sending personalized certificates via Gmail.

    n8n$14.99
  18. Generate Personalized Language Learning News Digests with LLaMA-3.1 & DeepSeek AI

    ![ChatGP Image 3 juil. 2025, 22_24_39.png](fileId:1664) Automatically generate and email level-appropriate language learning content based on trending news. This workflow reads learner preferences from Google Sheets (language, level, and topic of interest), uses an AI web search model to fetch relevant news, and formats the result into a structured HTML digest featuring grammar explanations and vocabulary highlights. Emails are sent automatically to each learner in a clean, mobile-friendly format. --- ## What it does 1. **Daily Trigger** at 6 AM 2. Pulls learner data from Google Sheets (Language, Level, Topic) 3. **Fetches news** using `perplexity/llama-3.1-sonar-small-128k-online` 4. **Formats it into HTML** using `deepseek-chat`, tailored to the learner's level 5. Adds grammar breakdowns and vocabulary highlights 6. Sends personalized HTML email to each learner --- ## AI Models Used - `perplexity/llama-3.1-sonar-small-128k-online` - web-connected LLM for up-to-date news - `deepseek-chat` - formatting and simplifying articles for language learners --- ## Examples ![WhatsApp Image 20250703 at 18.00.25_00f56289.jpg](fileId:1663) ## Technologies used - **Google Sheets** - Learner database - **OpenRouter API** - AI access and online reasoning - **LangChain AI Agent + Output Parser** - Clean HTML structuring - **Gmail Node** - Email dispatch per user --- ## Use Cases - Classroom-ready language micro-lessons - Personalized news digests for multilingual learners - Daily practice delivery via email - Reading + grammar + vocab in one workflow

    n8n$9.99
  19. Automate Testing and Response Collection with Telegram and Postgres

    Streamline your testing process by automating test distribution and response collection through Telegram, with results stored in a Postgres database. Ideal for educators and HR professionals.

    n8n$19.99
  20. Automate Arabic Children's Story Creation and Distribution via Telegram

    This workflow automates the creation and distribution of interactive Arabic children's stories using OpenAI and Telegram. It generates stories, translates them, and enhances them with images and audio for an engaging experience.

    n8n$9.99
  21. Automate Quiz Distribution and Analysis via WhatsApp and PostgreSQL

    Streamline the process of creating, distributing, and analyzing quizzes using WhatsApp for communication and PostgreSQL for data storage. Ideal for educators and HR teams.

    n8n$19.99
  22. AI-Powered Language Learning with Real-Time Telegram Integration

    Enhance your language skills with an AI-driven learning system that adapts to your progress and integrates with Telegram for real-time lessons and feedback.

    n8n$19.99
  23. ← PreviousPage 2 of 9Next →

    Related categories

    Communication (2,463)AI (1,930)Business Operations & ERPs (1,540)Other (1,425)Productivity (1,202)Marketing (1,145)Data & Analytics (995)File & Document Management (802)CRM - Sales (604)Notifications (580)

    Need a custom education workflow?

    Our automation experts build tailored workflows for your exact stack and process.

    Request a Custom Workflow