Create a new user in Notion based on the signup form submission — n8n ワークフロー
概要
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
トリガー
このワークフローは webhook トリガーで開始します。
- 2
処理
データは 12 個のノードを流れます, connecting function, if, merge。
- 3
出力
ワークフローは自動化を完了し、設定された宛先に結果を配信します。
ノード詳細 (12)
NO#1
Notion
notion
このワークフローのインポート方法
- 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
- 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
- 3ダウンロードした
create-a-new-user-in-notion-based-on-the-signup-form-submissionファイルを選択し、インポートをクリックします。 - 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
- 5ワークフローをテスト をクリックして動作確認し、有効化します。
またはn8nの JSONからインポート に直接貼り付け:
{ "name": "Create a new user in Notion based on the signup form submission", "nodes": [...], ...}
インテグレーション
functionifmergenotionsetwebhook
作成者
Will Stenzel
@automations
タグ
functionifmergenotionsetwebhook