AutomationFlowsSlack & Telegram › 2581

2581

2581. Uses form, formTrigger, googleSheets, slack. Event-driven trigger; 12 nodes.

Event trigger★★★★☆ complexity12 nodesFormForm TriggerGoogle SheetsSlack
Slack & Telegram Trigger: Event Nodes: 12 Complexity: ★★★★☆ Added:

This workflow follows the Form → Form Trigger recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "id": "7263f921-1622-47eb-903c-729a75965e20",
      "name": "About You",
      "type": "n8n-nodes-base.form",
      "position": [
        600,
        200
      ],
      "parameters": {
        "options": {
          "formTitle": "Thanks For Signing Up!",
          "buttonLabel": "Continue (1 of 3)",
          "formDescription": "Before you go, we'd love to know more about you and why you're interested in our service. Complete the following questions for a nice treat at the end!\n\n* This survey is optional."
        },
        "formFields": {
          "values": [
            {
              "fieldLabel": "First Name",
              "placeholder": "eg. Mark",
              "requiredField": true
            },
            {
              "fieldLabel": "Last Name",
              "placeholder": "eg. Zuckerberg",
              "requiredField": true
            },
            {
              "fieldLabel": "Country/Region"
            },
            {
              "fieldType": "dropdown",
              "fieldLabel": "Job Level",
              "fieldOptions": {
                "values": [
                  {
                    "option": "CEO"
                  },
                  {
                    "option": "VP"
                  },
                  {
                    "option": "Director"
                  },
                  {
                    "option": "Manager"
                  },
                  {
                    "option": "Non-manager"
                  },
                  {
                    "option": "Student or Intern"
                  },
                  {
                    "option": "Other"
                  }
                ]
              },
              "requiredField": true
            },
            {
              "fieldType": "dropdown",
              "fieldLabel": "Job Function",
              "multiselect": true,
              "fieldOptions": {
                "values": [
                  {
                    "option": "Accounting/Finance"
                  },
                  {
                    "option": "Admin/Office"
                  },
                  {
                    "option": "Customer Service"
                  },
                  {
                    "option": "Design"
                  },
                  {
                    "option": "Engineering/Software"
                  },
                  {
                    "option": "HR/Operations"
                  },
                  {
                    "option": "Leadership/Management"
                  },
                  {
                    "option": "Legal"
                  },
                  {
                    "option": "Other"
                  }
                ]
              },
              "requiredField": true
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "590e8da4-e4b5-46de-af19-f07f82305c19",
      "name": "Your Interests",
      "type": "n8n-nodes-base.form",
      "position": [
        780,
        200
      ],
      "parameters": {
        "options": {
          "formTitle": "What Brings You Here?",
          "buttonLabel": "Continue (2 of 3)",
          "formDescription": "Thanks <name>!\nPlease tell us why you are interested in our product? It'll help us tailor your onboarding and communication journeys to better suit your needs."
        },
        "formFields": {
          "values": [
            {
              "fieldType": "dropdown",
              "fieldLabel": "How familiar are you with no-code automation?",
              "fieldOptions": {
                "values": [
                  {
                    "option": "I've Just started or exploring no-code automation tools"
                  },
                  {
                    "option": "I've tried tools like Zapier to automate small tasks"
                  },
                  {
                    "option": "I've built several no-code automations and workflows already"
                  }
                ]
              },
              "requiredField": true
            },
            {
              "fieldType": "textarea",
              "fieldLabel": "Describe briefly what you'd like to get out of our product?",
              "placeholder": "Eg. short term pain points and long term solutions...",
              "requiredField": true
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "c8f837be-4c09-4cf5-be33-913814d7b1c4",
      "name": "Join Beta Testers",
      "type": "n8n-nodes-base.form",
      "position": [
        960,
        200
      ],
      "parameters": {
        "options": {
          "formTitle": "Join Our Beta Testers List",
          "buttonLabel": "Finish (3 of 3)",
          "formDescription": "Finally, we're always looking for Beta testers to try out our latest features and help us figure out what works. Beta testers join on a voluntary basis but we often send little tokens of appreciation such as increased usage limits and sometimes brand merchandise!"
        },
        "formFields": {
          "values": [
            {
              "fieldType": "dropdown",
              "fieldLabel": "Would you like to be considered for our beta testers list?",
              "fieldOptions": {
                "values": [
                  {
                    "option": "Yes"
                  },
                  {
                    "option": "No"
                  },
                  {
                    "option": "Maybe"
                  }
                ]
              },
              "requiredField": true
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "9d8f8a98-7cf6-4dc9-bbed-b999dbdfc6d5",
      "name": "Sign Up Form",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -120,
        160
      ],
      "parameters": {
        "path": "newsletter-signup",
        "options": {
          "buttonLabel": "Sign Up to Newsletter",
          "appendAttribution": true,
          "useWorkflowTimezone": true
        },
        "formTitle": "Sign Up for My Newsletter",
        "formFields": {
          "values": [
            {
              "fieldType": "email",
              "fieldLabel": "Email",
              "placeholder": "eg. jim@example.com",
              "requiredField": true
            }
          ]
        },
        "responseMode": "lastNode",
        "formDescription": "Use this form to signup for my newsletter where members will receive the latest workflow templates from me before everyone else!\n\nYou can unsubscribe at any time."
      },
      "typeVersion": 2.1
    },
    {
      "id": "e7143922-7de1-448d-9abb-72034437f79c",
      "name": "Capture More Info",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1140,
        200
      ],
      "parameters": {
        "columns": {
          "value": {
            "job_level": "={{ $('About You').item.json['Job Level'] }}",
            "last_name": "={{ $('About You').item.json['Last Name'] }}",
            "first_name": "={{ $('About You').item.json['First Name'] }}",
            "execution_id": "={{ $execution.id }}",
            "job_function": "={{ $('About You').item.json['Job Function'].join(', ') }}",
            "product_goals": "={{ $('Your Interests').item.json['Describe briefly what you\\'d like to get out of our product?'] }}",
            "country_region": "={{ $('About You').item.json['Country/Region'] }}",
            "enrol_betatesters": "={{ $json['Would you like to be considered for our beta testers list?'] }}",
            "product_experience": "={{ $('Your Interests').item.json['How familiar are you with no-code automation?'] }}"
          },
          "schema": [
            {
              "id": "execution_id",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "execution_id",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "date",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "date",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "email",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "email",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "first_name",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "first_name",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "last_name",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "last_name",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "job_level",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "job_level",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "job_function",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "job_function",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "country_region",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "country_region",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "product_experience",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "product_experience",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "product_goals",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "product_goals",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "enrol_betatesters",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "enrol_betatesters",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "row_number",
              "type": "string",
              "display": true,
              "removed": true,
              "readOnly": true,
              "required": false,
              "displayName": "row_number",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [
            "execution_id"
          ]
        },
        "options": {},
        "operation": "update",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/15W1PiFjCoiEBHHKKCRVMLmpKg4AWIy9w1dQ2Dq8qxPs/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "15W1PiFjCoiEBHHKKCRVMLmpKg4AWIy9w1dQ2Dq8qxPs",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/15W1PiFjCoiEBHHKKCRVMLmpKg4AWIy9w1dQ2Dq8qxPs/edit?usp=drivesdk",
          "cachedResultName": "Newsletter Signup"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 4.5
    },
    {
      "id": "0cacb296-0d12-44e5-a749-65aa2e89a42d",
      "name": "Capture Email",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        60,
        160
      ],
      "parameters": {
        "columns": {
          "value": {
            "date": "={{ $json.submittedAt }}",
            "email": "={{ $json.Email }}",
            "execution_id": "={{ $execution.id }}"
          },
          "schema": [
            {
              "id": "execution_id",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "execution_id",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "date",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "date",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "email",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "email",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "first_name",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "first_name",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "last_name",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "last_name",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "job_level",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "job_level",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "job_function",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "job_function",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "country_region",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "country_region",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "product_experience",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "product_experience",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "product_goals",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "product_goals",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "enrol_betatesters",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "enrol_betatesters",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": []
        },
        "options": {},
        "operation": "append",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/15W1PiFjCoiEBHHKKCRVMLmpKg4AWIy9w1dQ2Dq8qxPs/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "15W1PiFjCoiEBHHKKCRVMLmpKg4AWIy9w1dQ2Dq8qxPs",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/15W1PiFjCoiEBHHKKCRVMLmpKg4AWIy9w1dQ2Dq8qxPs/edit?usp=drivesdk",
          "cachedResultName": "Newsletter Signup"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 4.5
    },
    {
      "id": "9befb4d6-7c50-4acb-9972-97e95981632f",
      "name": "Show Completion Screen",
      "type": "n8n-nodes-base.form",
      "position": [
        1560,
        140
      ],
      "parameters": {
        "options": {
          "formTitle": "NewsLetter Signup Short Survey Complete"
        },
        "operation": "completion",
        "completionTitle": "Thank you!",
        "completionMessage": "Many thanks for taking the time to complete this short survey. A community representative will contact you shortly!\n\nWe hope you enjoy the newsletter and please feel free to contact us at <EMAIL> should you have any questions.\n\nGo back to <HOMEPAGE>."
      },
      "typeVersion": 1
    },
    {
      "id": "01b7b455-a64f-42a1-9c5a-f04908eced41",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -260,
        -120
      ],
      "parameters": {
        "color": 7,
        "width": 740,
        "height": 480,
        "content": "## 1. n8n Forms\ub97c \uc0ac\uc6a9\ud55c \uc26c\uc6b4 \ub9ac\ub4dc \ucea1\ucc98\n\n[Form Triggers\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uae30](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger)\n\n\uc774\uc804\uc5d0 n8n \ud3fc \uacbd\ud5d8\uc740 \uaf64 \uc81c\ud55c\uc801\uc774\uc5c8\ub294\ub370, \ub2e8 \ud558\ub098\uc758 \ud3fc \ud398\uc774\uc9c0\ub9cc \uc81c\uacf5\ub418\uc5c8\uae30 \ub54c\ubb38\uc785\ub2c8\ub2e4. \uc774\uc81c \uc5ec\ub7ec \ud398\uc774\uc9c0 \ud3fc\uc744 \uc0ac\uc6a9\ud558\uace0 \uadf8 \uc0ac\uc774\ub97c \ub9c1\ud06c\ud560 \uc218 \uc788\uac8c \ub418\uba74\uc11c, \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub354 \ud48d\ubd80\ud55c \ud3fc \uacbd\ud5d8\uc744 \uc81c\uacf5\ud558\uae30 \uc704\ud574 \ucc3d\uc758\ub825\uc744 \ubc1c\ud718\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\n\uc5ec\uae30\uc11c, \uba3c\uc800 \uac00\uc7a5 \uc911\uc694\ud55c \uc815\ubcf4\uc778 \uc0ac\uc6a9\uc790\uc758 \uc774\uba54\uc77c \uc8fc\uc18c\ub97c \ucea1\ucc98\ud55c \ud6c4 \uc6b0\ub9ac Google Sheet\uc5d0 \uc800\uc7a5\ud569\ub2c8\ub2e4. \uadf8\ub7f0 \ub2e4\uc74c, \uc0ac\uc6a9\uc790\uac00 \uc6d0\ud560 \uacbd\uc6b0 \ub354 \ub9ce\uc740 \uc138\ubd80 \uc815\ubcf4\ub97c \uc218\uc9d1\ud558\uae30 \uc704\ud574 \uc120\ud0dd\uc801\uc778 \uc9e7\uc740 \uc628\ubcf4\ub529 \uc124\ubb38\uc870\uc0ac\ub97c \uc9c4\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4."
      },
      "typeVersion": 1
    },
    {
      "id": "00b6bcac-2c39-4b5c-aef6-bd6e2731240b",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        500,
        -60.69767441860472
      ],
      "parameters": {
        "color": 7,
        "width": 840,
        "height": 460.6976744186047,
        "content": "## 2. \ud6c4\uc18d \uc9e7\uc740 \uc124\ubb38\uc870\uc0ac via \ub2e4\ub2e8\uacc4 \uc591\uc2dd\n\n[n8n Form \ub178\ub4dc\uc5d0 \ub300\ud574 \ub354 \uc54c\uc544\ubcf4\uae30](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/)\n\n\ub2e4\ub2e8\uacc4 \uc591\uc2dd\uc740 n8n form \ub178\ub4dc\uc758 \uc2dc\ub9ac\uc988\ub97c \uac04\ub2e8\ud788 \uc5f0\uacb0\ud558\uc5ec \uad6c\ucd95\ub429\ub2c8\ub2e4. n8n\uc740 \uc591\uc2dd\uc758 \uc9c4\ud589\uc744 \ucc98\ub9ac\ud569\ub2c8\ub2e4 - \uc989, \uc591\uc2dd\uc774 \uc720\ud6a8\ud558\uace0 \uc0ac\uc6a9\uc790\uac00 \uc591\uc2dd\uc744 \uc81c\ucd9c\ud558\uba74 \uc9c4\ud589\ud569\ub2c8\ub2e4 - \uc774\ub294 \ucd94\uac00 \ub178\ub4dc\ub97c \ucd94\uac00\ud560 \ud544\uc694\uac00 \uc5c6\uc5b4 \uad6c\ucd95\uc744 \ub354 \uc27d\uac8c \ub9cc\ub4ed\ub2c8\ub2e4.\n\n\uc0ac\uc6a9\uc790\uac00 \uc774\uba54\uc77c\uc744 \uc81c\uacf5\ud55c \ud6c4, \ucd94\uac00 \uc138\ubd80 \uc815\ubcf4\ub97c \ucea1\ucc98\ud558\uae30 \uc704\ud574 \uc120\ud0dd\uc801\uc778 \uc9e7\uc740 \uc124\ubb38\uc870\uc0ac\ub97c \uc81c\uc2dc\ud569\ub2c8\ub2e4. \uc774 \ub2e8\uacc4\ub294 \uc0ac\uc6a9\uc790\uc758 \uc9c1\uc5c5, \uacbd\ud5d8 \ubc0f \ubaa9\ud45c\ub97c \ucea1\ucc98\ud558\ub294 3\uac1c\uc758 form \ub178\ub4dc\ub85c \uad6c\uc131\ub418\uba70, \uc774\ub294 \uad6c\uae00 \uc2dc\ud2b8\uc758 \ub3d9\uc77c\ud55c \ud589\uc5d0 \uc800\uc7a5\ub429\ub2c8\ub2e4."
      },
      "typeVersion": 1
    },
    {
      "id": "e76311ce-ab8e-4563-9fe4-a58a7578b3d0",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1360,
        -60
      ],
      "parameters": {
        "color": 7,
        "width": 500,
        "height": 460,
        "content": "## 3. \uc644\ub8cc \ud654\uba74 \uc0ac\uc6a9\uc790 \uc815\uc758\n\n[n8n Form \ub178\ub4dc\uc5d0 \ub300\ud574 \ub354 \uc54c\uc544\ubcf4\uae30](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/)\n\n\uc644\ub8cc\ub418\uba74, Form \ub178\ub4dc\ub97c \"form ending\" \ud398\uc774\uc9c0 \uc720\ud615\uc5d0\uc11c \uc0ac\uc6a9\ud558\uc5ec \uc644\ub8cc \ud654\uba74\uc744 \ud45c\uc2dc\ud558\uc138\uc694. \uc774 \ud654\uba74\uc740 \uac1c\uc778 \uba54\uc2dc\uc9c0\ub85c \uc0ac\uc6a9\uc790 \uc815\uc758\ud558\uac70\ub098 \uc0ac\uc6a9 \uc0ac\ub840\uc5d0 \ub530\ub77c \uc0ac\uc6a9\uc790\ub97c \ub9ac\ub514\ub809\uc158\ud558\ub3c4\ub85d \uc124\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4."
      },
      "typeVersion": 1
    },
    {
      "id": "56dc48c4-0232-4dce-bdb5-08e928389425",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -740,
        -300
      ],
      "parameters": {
        "width": 440,
        "height": 660,
        "content": "## \uc2dc\ub3c4\ud574 \ubcf4\uc138\uc694!\n\n### \uc774 \ud15c\ud50c\ub9bf\uc740 n8n\uc5d0\uc11c \uc644\uc804\ud788 \uac04\ub2e8\ud55c \ub274\uc2a4\ub808\ud130 \uac00\uc785 \uc591\uc2dd\uacfc \ud6c4\uc18d \uc9e7\uc740 \uc124\ubb38\uc870\uc0ac\ub97c \uad6c\ucd95\ud569\ub2c8\ub2e4! n8n\uc758 \uc0c8\ub85c\uc6b4 \ub2e4\uc911 \ud398\uc774\uc9c0 \uc591\uc2dd \uae30\ub2a5\uc744 \ucd5c\ub300\ud55c \ud65c\uc6a9\ud558\uc5ec \ube44\uc988\ub2c8\uc2a4\uc5d0 \uc720\uc6a9\ud55c \uc601\ud5a5\ub825 \uc788\ub294 \uc591\uc2dd\uc744 \uc27d\uac8c \uad6c\ucd95\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\n### \uc791\ub3d9 \uc6d0\ub9ac\n* \uc6b0\ub9ac\uc758 \ud50c\ub85c\uc6b0\ub294 \ub274\uc2a4\ub808\ud130 \uac00\uc785\uc744 \ucea1\ucc98\ud558\ub294 \ud3fc \ud2b8\ub9ac\uac70\ub85c \uc2dc\uc791\ud558\uba70, \uc0ac\uc6a9\uc790\uc758 \uc774\uba54\uc77c\uc774 Google \uc2dc\ud2b8\uc5d0 \ucea1\ucc98\ub429\ub2c8\ub2e4. Google \uc2dc\ud2b8\ub294 \ub370\ubaa8 \ubaa9\uc801\uc73c\ub85c \uc0ac\uc6a9\ub418\uc9c0\ub9cc, \uc774\ub294 \uc5b4\ub5a4 \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub3c4 \ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n* \ub2e4\uc911 \ud398\uc774\uc9c0 \uc591\uc2dd\uc740 \uc9e7\uc740 \uc124\ubb38\uc870\uc0ac\ub97c \ud1b5\ud574 \uc628\ubcf4\ub529 \uacbd\ud5d8\uc744 \uacc4\uc18d\ud560 \uc218 \uc788\uac8c \ud569\ub2c8\ub2e4. 3\uac1c\uc758 \ud3fc \ub178\ub4dc\uac00 \uccb4\uc778\ub418\uc5b4 \uc0ac\uc6a9\uc790\ub85c\ubd80\ud130 \ub354 \ub9ce\uc740 \uc138\ubd80 \uc815\ubcf4\ub97c \ucea1\ucc98\ud558\uba70, \uc774\ub294 Google \uc2dc\ud2b8\uc758 \ub3d9\uc77c\ud55c \ud589\uc744 \uc5c5\ub370\uc774\ud2b8\ud569\ub2c8\ub2e4.\n* \ub9c8\uc9c0\ub9c9\uc73c\ub85c, \ud3fc \uc885\ub8cc \ub178\ub4dc\uac00 \uc6b0\ub9ac \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9de\ucda4\ud615 \uc644\ub8cc \ud654\uba74\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.\n\n\uc608\uc2dc \uc2dc\ud2b8\ub97c \uc5ec\uae30\uc5d0\uc11c \ud655\uc778\ud558\uc138\uc694: https://docs.google.com/spreadsheets/d/15W1PiFjCoiEBHHKKCRVMLmpKg4AWIy9w1dQ2Dq8qxPs/edit?usp=sharing\n\n### \ub3c4\uc6c0\uc774 \ud544\uc694\ud558\uc138\uc694?\n[Discord](https://discord.com/invite/XPKeKXeB7d)\uc5d0 \uac00\uc785\ud558\uac70\ub098 [Forum](https://community.n8n.io/)\uc5d0\uc11c \ubb3c\uc5b4\ubcf4\uc138\uc694!\n\n\uc990\uac81\uac8c \ud574\ud0b9\ud558\uc138\uc694!"
      },
      "typeVersion": 1
    },
    {
      "id": "8035269e-224f-4036-9e8a-9447cfa87252",
      "name": "Notify New Signup!",
      "type": "n8n-nodes-base.slack",
      "position": [
        240,
        160
      ],
      "parameters": {
        "text": "=A user signed up to the newsletter!",
        "select": "channel",
        "blocksUi": "={\n\t\"blocks\": [\n\t\t{\n\t\t\t\"type\": \"section\",\n\t\t\t\"text\": {\n\t\t\t\t\"type\": \"mrkdwn\",\n\t\t\t\t\"text\": \"{{ $('Sign Up Form').first().json.Email.extractEmail() }} *just signed up to the newsletter!*\"\n\t\t\t}\n\t\t}\n\t]\n}",
        "channelId": {
          "__rl": true,
          "mode": "name",
          "value": "#general"
        },
        "messageType": "block",
        "otherOptions": {}
      },
      "credentials": {
        "slackApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2.2
    }
  ],
  "connections": {
    "About You": {
      "main": [
        [
          {
            "node": "Your Interests",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Sign Up Form": {
      "main": [
        [
          {
            "node": "Capture Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Capture Email": {
      "main": [
        [
          {
            "node": "Notify New Signup!",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Your Interests": {
      "main": [
        [
          {
            "node": "Join Beta Testers",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Capture More Info": {
      "main": [
        [
          {
            "node": "Show Completion Screen",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Join Beta Testers": {
      "main": [
        [
          {
            "node": "Capture More Info",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notify New Signup!": {
      "main": [
        [
          {
            "node": "About You",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

2581. Uses form, formTrigger, googleSheets, slack. Event-driven trigger; 12 nodes.

Source: https://github.com/n8nKOR/n8n-shared-workflow/blob/62a671327e906c22a40d290b339ff6d2373f8d75/workflows/n8nworkflows/marketing/2581.json — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

Form Googlesheets. Uses form, formTrigger, googleSheets, stickyNote. Event-driven trigger; 12 nodes.

Form, Form Trigger, Google Sheets +1
Slack & Telegram

This workflow collects a blog brief via an n8n form, uses Anthropic Claude to generate an outline and write each section, saves both outline and article as formatted Google Docs in Google Drive, then

Form Trigger, Google Sheets, HTTP Request +2
Slack & Telegram

This workflow runs a SEEK.com.au job search via Apify on a daily schedule or on-demand form submission, deduplicates new listings, and routes results to Google Sheets, Airtable, a webhook endpoint, an

HTTP Request, Google Sheets, Airtable +5
Slack & Telegram

SEO Tracker. Uses googleSheets, formTrigger, dataTable, @hasdata/n8n-nodes-hasdata. Event-driven trigger; 32 nodes.

Google Sheets, Form Trigger, Data Table +2
Slack & Telegram

Expenses Tracker (video). Uses httpRequest, splitInBatches, googleSheets, googleDrive. Event-driven trigger; 21 nodes.

HTTP Request, Google Sheets, Google Drive +2