Operations & Systems
B2G AI Skool Chatbot Subflow | Check User Exists
This workflow processes Skool chatbot user information, extracts relevant details, and either creates a new user profile or updates an existing one in the Supabase database. Integrates with Skool and Supabase.
Built · ~4 hours saved per week
This workflow is for AI chatbot systems that interact with Skool.com users. It helps manage user profiles.
This workflow checks if a Skool.com user already exists in a Supabase database. If the user is new, the workflow creates a new profile for them in the database. Otherwise, it updates the existing profile with the latest information.
You must connect this subflow to another workflow as a dependency. Configure the Supabase credentials. Make sure you map the incoming data fields to the correct database columns.
This workflow requires an n8n instance and a Supabase database. It depends on data coming from a Skool.com integration.
Customize the Supabase table name and the fields you map to the database columns to fit your specific data structure.
Key Technologies: n8n,Supabase,Skool.com (implied data source)
Automation Value: Automatically onboarding new users Keeping user profiles updated Reducing manual data entry Ensuring data consistency
Best Practices: Use clear and descriptive node names. Employ JMESPath for reliable data extraction and transformation. Handle potential missing data using || "Not Here" for optional links. Use a conditional "If" node to prevent duplicate entries and manage existing data.
Tags: Subflow, Supabase
Integrations: Supabase