Block 1 - Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2
Workflow Description — Create smenso Task from Webhook and notify Microsoft Teams English Title Create smenso Task from Webhook and notify Microsoft Teams Short Description (for n8n template subtit...
n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-smenso.smenso, n8n-nodes-base.httprequest, n8n-nodes-base.respondtowebhook, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Sven Flätchen.
Original n8n.io sourceCreate smenso Task from Webhook and notify Microsoft Teams
Receive data from any app or form via webhook, automatically create a task in smenso, and notify your team in Microsoft Teams.
This workflow listens for incoming webhook requests and automatically creates a task in your smenso project management workspace. Once the task is created, the team receives an instant notification in a Microsoft Teams channel via an Adaptive Card.
How it works:
Use cases:
Setup requirements:
Webhook payload format: Send a POST request to the webhook URL with the following JSON body:
{
"title": "My Task Title",
"description": "Task description goes here",
"projectId": "your-smenso-project-id"
}
Note: The projectId field is optional — if not provided, the workflow uses the default project ID configured in the "Prepare Fields" node.
smenso Task per Webhook erstellen und Microsoft Teams benachrichtigen
Empfange Daten von beliebigen Apps oder Formularen per Webhook, erstelle automatisch einen Task in smenso und benachrichtige dein Team in Microsoft Teams.
Dieser Workflow empfängt eingehende Webhook-Anfragen und erstellt automatisch einen Task in deinem smenso Projektmanagement-Workspace. Nach der Task-Erstellung erhält das Team sofort eine Benachrichtigung in einem Microsoft Teams Channel als Adaptive Card.
So funktioniert es:
Anwendungsfälle:
Voraussetzungen:
Webhook Payload Format: POST-Request an die Webhook-URL mit folgendem JSON-Body:
{
"title": "Mein Task-Titel",
"description": "Task-Beschreibung hier",
"projectId": "deine-smenso-projekt-id"
}
Hinweis: Das Feld projectId ist optional — falls nicht angegeben, verwendet der Workflow die Standard-Projekt-ID aus dem "Prepare Fields" Node.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Create smenso tasks from webhooks and notify Microsoft Teams |
|---|---|
| Complexity | intermediate |
| Nodes | 6 |
| Categories | Project Management |
| Author | Sven Flätchen |
| Published | 24 Apr 2026 |
Use the JSON export at /data/workflows/15268/15268.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Workflow Description — Create smenso Task from Webhook and notify Microsoft Teams English Title Create smenso Task from Webhook and notify Microsoft Teams Short Description (for n8n template subtit...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Project Management use case.