Web Scraping & Data Extraction

Streamline Your Zoom Meetings with Secure, Automated Stripe Payments

Streamline Your Zoom Meetings with Secure, Automated Stripe Payments

Complex
High
20
Nodes
Complex
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
20
Node Types
10

Node Types

zoom
Create Zoom meeting
1 node
sticky Note
Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3
4 nodes
no Op
the end
1 node
http Request
Create Stripe Product, Create payment link
2 nodes
set
Config, Format participant, Format event
3 nodes
gmail
Send email to teacher, Send confirmation to participant, Notify teacher
3 nodes
google Sheets
Create participant list, Add participant to list, Store event
3 nodes
form Trigger
Creation Form
1 node
stripe Trigger
On payment
1 node
if
if is creation flow
1 node

Workflow JSON

29.34 KB
{
  "id": "2DT5BW5tOdy87AUl",
  "meta": {
    "instanceId": "8418cffce8d48086ec0a73fd90aca708aa07591f2fefa6034d87fe12a09de26e"
  },
  "name": "Streamline Your Zoom Meetings with Secure, Automated Stripe Payments",
  "tags": [],
  "nodes": [
    {
      "id": "fcc38ae8-0dbf-4676-b47b-ba77f97a38b8",
      "name": "Create Zoom meeting",
      "type": "n8n-nodes-base.zoom",
      "position": [
        180,
        480
      ],
      "parameters": {
        "topic": "={{ $('Creation Form').item.json.title }}",
        "authentication": "oAuth2",
        "additionalFields": {
          "password": "={{ Math.random().toString(36).slice(-4); }}",
          "startTime": "={{ new Date(new Date($('Creation Form').item.json.date_start).getTime() + ($('Creation Form').item.json.hour * 3600000) + ($('Creation Form').item.json.minute * 60000)).toISOString() }}"
        }
      },
      "credentials": {
        "zoomOAuth2Api": {
          "id": "JQ9fG5WNTVssHxGj",
          "name": "Zoom account"
   ...

Showing first 1000 characters. Click "Expand" to view the full JSON.