Automated Task Generation from Blueprints with Baserow & Weekend-Aware Scheduling — Workflow n8n

Moyen complexité🔗 Webhook9 nœuds🏷️ Project Managementpar Frederik Duchi

Aperçu

This n8n template demonstrates how to automatically create tasks (or in general, records) in Baserow based on template or blueprint tables. The first blueprint table is the master table that holds the general information about the template. For example: a standard procedure to handle incidents. The second table is the details table that holds multiple records for the template. Each record in that table is a specific task that needs to be assigned to someone with a certain deadline.

This makes

Nœuds utilisés

HTTP RequestBaserowCode

Aperçu du workflow

This n8n template demonstrates how to automat
Trigger task creation
The following information must be passed in the body of
```json
{
"assignee_id": integer,
"template_id": integer,
Configure settings and ids
* API host: the path to the API of your instance. This
* Token: a token you need to generate for the database.
Generate tasks in batch
A
Aggregate tasks for insert
E
Error response
Get all template steps
T
Trigger task creation
Avoid scheduling during …
C
Calculate deadlines for …
C
Configure settings and ids
S
Success response
9 nodes8 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 9 nœuds, connecting aggregate, baserow, code.

  3. 3

    Sortie

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

Détails des nœuds (9)

HT

HTTP Request

httpRequest

#1
BA

Baserow

baserow

#2
CO

Code

code

#3

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 automated-task-generation-from-blueprints-with-baserow-weekend-aware-scheduling 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": "Automated Task Generation from Blueprints with Baserow & Weekend-Aware Scheduling", "nodes": [...], ...}

Intégrations

aggregatebaserowcodehttprequestrespondtowebhooksetwebhook

Obtenir ce workflow

Téléchargez et importez en un clic

Télécharger JSONVoir sur n8n.io
Nœuds9
Complexitémedium
Déclencheurwebhook

Créé par

Frederik Duchi

Frederik Duchi

@frederikdc

Tags

aggregatebaserowcodehttprequestrespondtowebhooksetwebhook

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 →