Create smenso tasks from webhooks and notify Microsoft Teams
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 subtitle) Receive data...
Template notes
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 subtitle) Receive data from any app or form via webhook, automatically create a task in smenso, and notify your team in Microsoft Teams.
Full Description
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: 1. The Webhook node receives a POST request from any external app, form, or system 2. The incoming data is mapped to smenso task fields (title, description, project) 3. A new task is created in the defined smenso project via the smenso API 4. Microsoft Teams receives a notification with the task details as an Adaptive Card 5. The webhook caller receives a JSON success response