Skip to main content

Generate event speaker recommendations with Claude AI and Google Sheets

Workflow preview

Workflow preview
100%
Generate event speaker recommendations with Claude AI and Google Sheets preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Simplify event planning with this automated n8n workflow. Triggered by incoming requests, it fetches speaker and audience data from Google Sheets, analyzes profiles and preferences, and generates o...

Best for

  • Miscellaneous automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.stickynote, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.respondtowebhook, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatanthropic

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.

Original n8n.io source

1.1 Workflow description

Title
Generate event speaker recommendations with Claude AI and Google Sheets
Workflow name
Generate event speaker recommendations with Claude AI and Google Sheets

Simplify event planning with this automated n8n workflow. Triggered by incoming requests, it fetches speaker and audience data from Google Sheets, analyzes profiles and preferences, and generates optimized session recommendations. The workflow delivers formatted voice responses and updates tracking data, ensuring organizers receive real-time, tailored suggestions. ๐ŸŽ™๏ธ๐Ÿ“Š

Key Features

  • Real-time analysis of speaker and audience data for personalized recommendations.
  • Generates optimized session lineups based on profiles and preferences.
  • Delivers responses via voice agent for a seamless experience.
  • Logs maintain a detailed recommendation history in Google Sheets.

Workflow Process

  • The Webhook Trigger node initiates the workflow upon receiving voice agent or external system requests.
  • Parse Voice Request processes incoming voice data into actionable parameters.
  • Fetch Database retrieves speaker ratings, past sessions, and audience ratings from Google Sheets.
  • Calculate & Analyze combines voice request data with speaker profiles and audience insights for comprehensive matching.
  • AI Optimization Engine analyzes speaker-audience fit and recommends optimal session lineups.
  • Format Recommendations structures the recommendations for voice agent response.
  • Voice Agent Response returns formatted recommendations to the user with natural language summary and structured data.
  • Update Tracking Sheet saves recommendation history and analytics to Google Sheets.
  • If errors occur, the Check for Errors node branches to:
    • Format Error Response prepares an error message.
    • Send Error Response delivers the error notification.

Setup Instructions

  • Import the workflow into n8n and configure Google Sheets OAuth2 for data access.
  • Set up the Webhook Trigger with your voice agent or external system's API credentials.
  • Configure the AI Optimization Engine node with a suitable language model (e.g., Anthropic Chat Model).
  • Test the workflow by sending sample voice requests and verifying recommendations.
  • Adjust analysis parameters as needed for specific event requirements.

Prerequisites

  • Google Sheets OAuth2 credentials
  • Voice agent API or integration service
  • AI/LLM service for optimization (e.g., Anthropic)
  • Structured speaker and audience data in a Google Sheet

Google Sheet Structure:

  1. Create a sheet with columns:
    • Speaker Name
    • Rating
    • Past Sessions
    • Audience Rating
    • Preferences
    • Updated At

Modification Options

  • Customize the Calculate & Analyze node to include additional matching criteria (e.g., topic expertise).
  • Adjust the AI Optimization Engine to prioritize specific session formats or durations.
  • Modify voice response templates in the Voice Agent Response node with branded phrasing.
  • Integrate with event management tools (e.g., Eventbrite) for live data feeds.
  • Set custom error handling rules in the Check for Errors node.

Discover more workflows โ€“ Get in touch with us

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Webhook Trigger

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2

Block 2 - Sticky Note - Webhook

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Parse Voice Request

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - Fetch Speakers Data

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 5 - Sticky Note - Fetch

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Fetch Audience Data

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 7 - Aggregate All Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Sticky Note - Process

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note - AI Analysis

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Format for Voice Response

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - Sticky Note - Format

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Save to Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 13 - Sticky Note - Save

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Send Voice Agent Response

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1

Block 15 - Sticky Note - Response

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Check for Errors

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 17 - Format Error Response

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 18 - Send Error Response

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1

Block 19 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 20 - Anthropic Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatAnthropic - lmChatAnthropic
Config choices
Version 1.3

3. Summary Table

Workflow Generate event speaker recommendations with Claude AI and Google Sheets
Complexity advanced
Nodes 20
Categories Miscellaneous, AI Chatbot
Author Oneclick AI Squad
Published 27 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10221/10221.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Generate event speaker recommendations with Claude AI and Google Sheets do?

Simplify event planning with this automated n8n workflow. Triggered by incoming requests, it fetches speaker and audience data from Google Sheets, analyzes profiles and preferences, and generates o...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Miscellaneous, AI Chatbot use case.