Skip to main content

fluidX THE EYE — Create & invite via SMS for live camera session

Workflow preview

Workflow preview
100%
fluidX THE EYE — Create & invite via SMS for live camera session preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Setup & Instructions — fluidX: Create Session, Analyze & Notify Goal: This workflow demonstrates the full fluidX THE EYE integration — starting a live session, inviting both the customer (via SMS) ...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, n8n-nodes-base.set, n8n-nodes-base.googledrive, n8n-nodes-base.emailsend, n8n-nodes-base.itemlists, n8n-nodes-base.httprequest, n8n-nodes-base.wait

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Olaf Titel.

Original n8n.io source

1.1 Workflow description

Title
fluidX THE EYE — Create & invite via SMS for live camera session
Workflow name
fluidX THE EYE — Create & invite via SMS for live camera session

Setup & Instructions — fluidX: Create Session, Analyze & Notify

Goal:
This workflow demonstrates the full fluidX THE EYE integration — starting a live session, inviting both the customer (via SMS) and the service agent (via email), and then accessing the media (photos and videos) created during the session.
Captured images are automatically analyzed with AI, uploaded to an external storage (such as Google Drive), and a media summary for the session is generated at the end.

  • The agent receives an email with a link to join the live session.
  • The customer receives an SMS with a link to start sharing their camera.
  • Once both are connected, the agent can view the live feed, and the system automatically stores uploaded images and videos in Google Drive.
  • When the session ends, the workflow collects all media and creates a complete AI-powered session summary (stored and updated in Google Drive).

Below is an example screenshot from the customer’s phone:


Prerequisites


🔐 Required Credentials

1️⃣ fluidX API key (HTTP Header Auth)
• Credential name in n8n: fluidx API key
• Header name: x-api-key
• Header value: YOUR_API_KEY

2️⃣ SMTP account (for outbound email)
• Credential name in n8n: SMTP account
• Configure host, port, username, and password according to your provider
• Enable TLS/SSL as required

3️⃣ Google Drive account
• Used to store photos, videos, and automatically update the session summary files.

4️⃣ OpenAI API (for AI analysis & summary) •Used in the Analyze Images (AI) and Generate Summary parts of the workflow. • Credential type: OpenAI • Credential name (suggested): OpenAI account • API Key: your OpenAI API key • Model: e.g. gpt-4.1, gpt-4o, or similar (choose in the OpenAI node settings)


⚙️ Configuration (in the “Set Config” node)

  • BASE_URL: https://live.fluidx.digital
  • company / project / billingcode / sku: adjust as needed
  • emailAgent: set before running (empty in template)
  • phoneNumberUser: set before running (empty in template)

Flow Overview

Form Trigger → Create Session → Set Session Vars → Send SMS (User) → Send Email (Agent) → Monitor Media → Analyze Images (AI) → Upload Files to Google Drive → Generate Summary → Update Summary File

The workflow starts automatically when a Form submission is received.
Users enter the customer’s phone number and agent’s email, and the system creates a new fluidX THE EYE session.
As media is uploaded during the session, the workflow automatically retrieves, stores, analyzes, and summarizes it — providing a complete end-to-end automation example for remote inspection, support, or field-service use cases.


Notes

  • Do not store real personal data inside the template.
  • Manage API keys and secrets via n8n Credentials or environment variables.
  • Log out of https://live.fluidx.digital in the agent’s browser before testing, to ensure a clean invite flow and session creation.

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 - 📝 Setup & Instructions

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

Block 2 - On form submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.3

Block 3 - Set Config

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

Block 4 - Set Session Vars

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

Block 5 - Create Session Folder

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 6 - Send email to Agent

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2.1

Block 7 - ℹ️ Viewer Tips

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

Block 8 - Split photoRefs (Item Lists)

Type / Role
n8n-nodes-base.itemLists - itemLists
Config choices
Version 3

Block 9 - fluidX API - Media Info HTTP Request GET

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 10 - Upload file

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 11 - Wait

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 12 - Wait1

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 13 - Analyze image

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2

Block 14 - Merge Analyze + URL

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 15 - Build MediaInfo

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

Block 16 - fluidX API - Create Session

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 3

Block 17 - fluidX API - Send SMS User

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 3

Block 18 - fluidX API - Get Session Info

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 3

Block 19 - fluidX API - Download Photo THEEYE Session

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 3

Block 20 - fluidX API - Media Info HTTP Request POST

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 21 - If new Image

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

Block 22 - If Media Id

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

Block 23 - If Session Active

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

Block 24 - The End

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

Showing the first 24 of 47 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow fluidX THE EYE — Create & invite via SMS for live camera session
Complexity advanced
Nodes 47
Categories Support Chatbot, AI Summarization
Author Olaf Titel
Published 11 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10724/10724.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 fluidX THE EYE — Create & invite via SMS for live camera session do?

Setup & Instructions — fluidX: Create Session, Analyze & Notify Goal: This workflow demonstrates the full fluidX THE EYE integration — starting a live session, inviting both the customer (via SMS) ...

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 Support Chatbot, AI Summarization use case.