Create a new user in Notion based on the signup form submission — n8n ワークフロー

複雑度🔗 Webhook12個のノード🏷️ Miscellaneous👁 1,566回閲覧作成者:Will Stenzel

概要

This workflow recieves webhook data from a form submission and creates a new user (with name and email) if necessary. It also add the current semester of the program to the relation for the user.

使用ノード

Notion

ワークフロープレビュー

E
Extract Name and Email
S
Sign Up
I
If user exists
Create User
Query for User
Query Current Semester
S
Select Semester ID
Update Semester for User
M
Merge Semester ID
C
Concatenate Semester IDs
M
Merge
Query User
12 nodes14 edges

仕組み

  1. 1

    トリガー

    このワークフローは webhook トリガーで開始します。

  2. 2

    処理

    データは 12 個のノードを流れます, connecting function, if, merge。

  3. 3

    出力

    ワークフローは自動化を完了し、設定された宛先に結果を配信します。

ノード詳細 (12)

NO

Notion

notion

#1

このワークフローのインポート方法

  1. 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
  2. 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
  3. 3ダウンロードした create-a-new-user-in-notion-based-on-the-signup-form-submission ファイルを選択し、インポートをクリックします。
  4. 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
  5. 5ワークフローをテスト をクリックして動作確認し、有効化します。

またはn8nの JSONからインポート に直接貼り付け:

{ "name": "Create a new user in Notion based on the signup form submission", "nodes": [...], ...}

インテグレーション

functionifmergenotionsetwebhook

このワークフローを取得

ワンクリックでダウンロード&インポート

JSONをダウンロードn8n.ioで見る
ノード12
複雑度medium
トリガーwebhook
閲覧数1,566
カテゴリMiscellaneous

作成者

Will Stenzel

Will Stenzel

@automations

タグ

functionifmergenotionsetwebhook

n8n初めてですか?

n8nは無料のオープンソースワークフロー自動化ツールです。セルフホストまたはクラウド版をご利用いただけます。

n8nを無料で始める →

Related Miscellaneous Workflows