Public Sector

We've had the pleasure of working with UK and overseas central and local government departments, including Healthcare (NHS and Foundation Trusts), Defence, Education (Universities and colleges), many of the main Civil Service departments, Emergency Services; also public-owned corporations including the BBC, Bank of England, Ordnance Survey, and regulatory bodies such as Ofgem.

We are registered on Crown Commercial Service’s (CCS) Dynamic Purchasing System (RM6219 Training and Learning) and also with numerous tender portals such as Ariba, Coupa and Delta E-Sourcing.

Read more...

Graduate Training Schemes

Framework Training has a strong track record of providing a solid introduction into the working world for technical graduates across myriad industries. We provide the opportunity to learn and gain valuable hands-on experience in a supportive, friendly and sociable training environment.

Attract & retain the brightest new starters

We know it is vital for our clients to invest in the future of their talented grads; not only to provide them with high-quality, professional training essential for their roles, but to embed them within the organisation’s culture and guide them on the right path to a successful career.

After all, your new hires could well be the next leaders and their creative ideas and unique insights are invaluable to your business.

Read more ...

Learning & Development

Our unique portfolio of high-quality technical courses and training programmes are industry-respected. They’re carefully designed so that delegates can seamlessly apply what they’ve learnt back in the workplace. Our team of domain experts, trainers, and support teams know our field — and all things tech — inside out, and we work hard to keep ourselves up to speed with the latest innovations. 

We’re proud to develop and deliver innovative learning solutions that actually work and make a tangible difference to your people and your business, driving through positive lasting change. Our training courses and programmes are human-centred. Everything we do is underpinned by our commitment to continuous improvement and learning and generally making things much better.

Read more...

Corporate & Volume Pricing

Whether you are looking to book multiple places on public scheduled courses (attended remotely or in our training centres in London) or planning private courses for a team within your organisation, we will be happy to discuss preferential pricing which maximise your staff education budget.

Enquire today about:

  • Training programme pricing models  

  • Multi-course voucher schemes

Read more...

Custom Learning Paths

We understand that your team training needs don't always fit into a "one size fits all" mould, and we're very happy to explore ways in which we can tailor a bespoke learning path to fit your learning needs.

Find out about how we can customise everything from short overviews, intensive workshops, and wider training programmes that give you coverage of the most relevant topics based on what your staff need to excel in their roles.

Read more...

Developing Automations and AI Agents with n8n

Automate your business: master n8n to build workflow automations and agentic AI solutions - no coding required.

About the course

This intensive, two-day workshop introduces professionals from all business backgrounds to the power of workflow automation using the visual, low-code platform n8n. You will learn the fundamental concepts of automation, data flow, and task scheduling without writing a single line of code.

The course is deeply practical, focusing on connecting the apps you use every day (like Google Sheets, email, and Slack) and transforming data between them. Crucially, you will also be introduced to AI agent creation, enabling n8n to perform intelligent, conditional actions, such as generating summaries, classifying customer inquiries, and routing tasks automatically.

You will leave equipped to immediately implement time-saving automations in your daily work.

Instructor-led online and in-house face-to-face options are available - as part of a wider customised training programme, or as a standalone workshop, on-site at your offices or at one of many flexible meeting spaces in the UK and around the World.

    • Understand Core Concepts: Define workflow automation, triggers, nodes, and how data flows through a pipeline.
    • Connect Applications: Confidently connect and authenticate common business applications (e.g., MS Teams, Google, Slack, internal APIs) using n8n's visual interface.
    • Manipulate Data: Apply simple logic, transformations, and filters to condition the flow of data within a workflow.
    • Schedule and Trigger: Set up workflows to run automatically based on time schedules (Cron) or external application events (Webhooks).
    • Build Simple AI Agents: Integrate large language models (LLMs) via n8n to perform intelligent, conditional tasks, such as text summarization and categorization.
    • Implement Error Handling: Add basic error detection and notification nodes to ensure workflows are reliable and robust.
  • This course is ideal for Business Analysts, Marketing Managers, Operations Specialists, Project Managers, and anyone who needs to automate repetitive, manual tasks between web services but has little or no programming experience.

  • There are no prerequisites for this course. Attendees should have general comfort navigating web applications and be ready to participate in hands-on exercises.

  • This n8n fundamentals course is available for private / custom delivery for your team - as an in-house face-to-face workshop at your location of choice, or as online instructor-led training via MS Teams (or your own preferred platform).

    Get in touch to find out how we can deliver tailored training which focuses on your project requirements and learning goals.

  • Introduction to Workflow Automation

    • Defining the business problem: What is automation and why is it essential?

    • Introducing n8n: The visual, node-based approach to building workflows.

    • Core concepts: Workflows, Nodes, Triggers, and Credentials.

    • Navigating the n8n interface.

    Triggers and Basic Connectivity

    • Hands-on Lab: Setting up the two most common triggers: Webhooks (external events) and Time-Based Triggers (Cron).

    • Connecting essential services: Setting up Credentials for applications like Google Sheets, Email (SMTP), and Slack.

    • Hands-on Lab: Building a basic workflow to send an email notification when a webhook is triggered.

    Transforming and Managing Data

    • Understanding the flow: How data moves from one node to the next (JSON).

    • Using the Set Node to rename, add, or remove data fields.

    • Using the Filter Node to apply conditional logic (e.g., "Only continue if the order value is over $100").

    • Hands-on Lab: Building a sales lead workflow that filters new entries based on criteria and formats the message.

    Integration Deep Dive

    • Connecting to specialized services (e.g., Trello, Airtable, HubSpot, or common internal tools).

    • Using the HTTP Request Node to interact with services that don't have a dedicated n8n node.

    • Handling repetitive tasks with the Split In Batches node.

    Introducing AI Capabilities

    • How to integrate Large Language Models (LLMs) into n8n via dedicated AI nodes (e.g., OpenAI, Gemini, or a custom API).

    • Understanding the role of the AI node: Generation, Classification, and Summarization.

    • Hands-on Lab: Building an AI workflow to receive a customer email, use the LLM to summarize the request, and classify its urgency (high, medium, low).

    Creating Intelligent Agents

    • Using Conditional Logic based on AI output (e.g., if urgency is "high," send to a premium Slack channel).

    • Using the Code Node for simple JavaScript snippets (optional, for advanced users).

    • Techniques for creating effective, reliable prompts for your AI agent.

    Error Handling and Reliability

    • Understanding common workflow failures.

    • Implementing Error Workflow nodes to catch issues.

    • Setting up notifications (email/Slack) when a workflow fails.

    • Hands-on Lab: Testing a workflow to intentionally fail, ensuring the error notification system works.

    Production and Scaling

    • Organizing workflows into folders and proper naming conventions.

    • Monitoring workflow history and debugging past runs.

    • Best practices for migrating from development to production environments.

    • Licensing and deployment options for n8n.

  • Core n8n Platform Resources

    • n8n Official Documentation The primary source for understanding nodes, features, and configuration. The getting started and core concept guides are excellent. https://docs.n8n.io/

    • n8n Community Forum The most active place to find solutions to complex problems, ask questions, and share custom workflows. Invaluable for real-world support. https://community.n8n.io/

    • n8n Node Reference List A complete list of all built-in nodes, including detailed usage and parameter explanations for all major applications covered in the course (e.g., Google Sheets, Slack, CRM tools). https://n8n.io/integrations/

    • n8n Workflow Templates A collection of pre-built, ready-to-use workflow examples that attendees can examine, reverse-engineer, and quickly deploy. https://n8n.io/workflows/

    AI and Advanced Integration Resources

    • n8n AI Agents Documentation Specific guides on setting up the AI-focused nodes, including prompt structuring and connecting to external LLM services. https://docs.n8n.io/integrations/ai-agents/

    • OpenAI API Documentation Since many developers integrate with OpenAI, this documentation is key for understanding API keys, rate limits, and model parameters when setting up AI nodes in n8n. https://platform.openai.com/docs/api-reference

    • Webhook Tester A simple, external tool for testing and debugging Webhook triggers, which are critical for event-driven workflows (covered on Day 1). https://webhook.site/

    Development Environment

    • n8n Desktop App While cloud hosting is an option, the desktop application is an excellent, private environment for initial learning, development, and testing the workflows. https://n8n.io/desktop/

    • VS Code (Visual Studio Code) Helpful for attendees who use the optional Code Node in Module 6, as it provides a clean environment for testing JavaScript snippets before pasting them into n8n. https://code.visualstudio.com/

Trusted by

CAPITA company logo IBM company logo BBC logo OVO Energy company logo

Public Courses Dates and Rates

Please get in touch for pricing and availability.

Related courses