Create a new user in Notion based on the signup form submission — Workflow n8n

Moyen complexité🔗 Webhook12 nœuds🏷️ Miscellaneous👁 1,566 vuespar Will Stenzel

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. 1

    Déclencheur

    Le workflow démarre avec un déclencheur webhook.

  2. 2

    Traitement

    Les données transitent par 12 nœuds, connecting function, if, merge.

  3. 3

    Sortie

    Le workflow termine son automatisation et livre le résultat à la destination configurée.

Détails des nœuds (12)

NO

Notion

notion

#1

Comment importer ce workflow

  1. 1Cliquez sur le bouton Télécharger JSON à droite pour enregistrer le fichier du workflow.
  2. 2Ouvrez votre instance n8n. Accédez à Workflows → Nouveau → Importer depuis un fichier.
  3. 3Sélectionnez le fichier create-a-new-user-in-notion-based-on-the-signup-form-submission téléchargé et cliquez sur Importer.
  4. 4Configurez les identifiants pour chaque nœud de service (clés API, OAuth, etc.).
  5. 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

Obtenir ce workflow

Téléchargez et importez en un clic

Télécharger JSONVoir sur n8n.io
Nœuds12
Complexitémedium
Déclencheurwebhook
Vues1,566
CatégorieMiscellaneous

Créé par

Will Stenzel

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 →

Related Miscellaneous Workflows