Create a new user in Notion based on the signup form submission — Workflow n8n
Aperçu
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.
Nœuds utilisés
Notion
Aperçu du workflow
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
Comment ça fonctionne
- 1
Déclencheur
Le workflow démarre avec un déclencheur webhook.
- 2
Traitement
Les données transitent par 12 nœuds, connecting function, if, merge.
- 3
Sortie
Le workflow termine son automatisation et livre le résultat à la destination configurée.
Détails des nœuds (12)
NO#1
Notion
notion
Comment importer ce workflow
- 1Cliquez sur le bouton Télécharger JSON à droite pour enregistrer le fichier du workflow.
- 2Ouvrez votre instance n8n. Accédez à Workflows → Nouveau → Importer depuis un fichier.
- 3Sélectionnez le fichier
create-a-new-user-in-notion-based-on-the-signup-form-submissiontéléchargé et cliquez sur Importer. - 4Configurez les identifiants pour chaque nœud de service (clés API, OAuth, etc.).
- 5Cliquez sur Tester le workflow pour vérifier que tout fonctionne, puis activez-le.
Ou collez directement dans n8n → Importer depuis JSON :
{ "name": "Create a new user in Notion based on the signup form submission", "nodes": [...], ...}
Intégrations
functionifmergenotionsetwebhook
Créé par
Will Stenzel
@automations
Tags
functionifmergenotionsetwebhook
⚡
Nouveau sur n8n ?
n8n est un outil d'automatisation de workflows gratuit et open-source. Hébergez-le vous-même ou utilisez la version cloud.
Obtenir n8n gratuitement →