Sell and run online sessions without manual admin work. A simple form creates the Zoom meeting, builds a Stripe product and payment link, stores event data in Google Sheets, and sends a clear email to the host. When a buyer pays, the system adds the participant to the right sheet and emails both the attendee and the teacher.
Two triggers power the flow. The creation form collects title, date, start hour, and price. It then schedules a Zoom meeting with a random password, creates a Stripe product and payment link, writes the event to Google Sheets, and emails the teacher. The Stripe payment trigger listens for successful payments. It reads customer details, uses Stripe metadata to pick the correct sheet tab, appends the participant row, sends the attendee confirmation, and notifies the teacher.
Setup needs Zoom, Stripe, Google Sheets, and Gmail accounts. Add credentials in n8n, set currency, teacher email, and your Google Sheet URL in the Config node, and use the form production URL as your admin tool. Expect faster event setup, fewer mistakes, and one clean participant list. Ideal for training teams, education providers, and agencies that run paid workshops or classes.