Automate Team and Project Creation in Notion from Webhook Data - n8n Workflow | Neura Market
Automate Team and Project Creation in Notion from Webhook Data
This workflow automates the creation of a new team and project in Notion using data from a webhook. It ensures the current semester is associated with the project and manages team member information efficiently.
This workflow begins by receiving project and team member data from a webhook. It queries the current semester in Notion and prepares the project and team member information. If a team member does not exist in the Notion database, they are created. The workflow then creates a new project, associates it with the current semester, and updates the team member's records with the new project and semester information.
Platform
n8n
Category
Business Operations & ERPs
Price
Free
Creator
Luca Esposito
if
set
merge
notion
webhook
function
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.