Sync Productboard Features to Linear Issues with Telegram Notifications — Workflow n8n

Moyen complexité Planifié6 nœuds🏷️ Project Managementpar Avkash Kakdiya

Aperçu

How it works

This workflow automatically syncs new Productboard features into Linear as issues and notifies the team via Telegram. It starts on a schedule, fetches Productboard features through API requests, and transforms the raw data into clean, structured fields. Newly created features are filtered, then inserted into Linear, and a success message is sent to Telegram for confirmation.

Step-by-step

  1. Trigger and fetch data
    Schedule Trigger** – Starts the workflow at predefined intervals.

Nœuds utilisés

HTTP RequestTelegramLinearCode

Aperçu du workflow

🗓 Trigger & Data Fetching
*Schedule Trigger starts the workflow at defined interv
HTTP Request (Productboard) fetches all features from P
🔄 Data Transformation
*Code Node (Transform Features) processes the raw JSON
Strips out HTML from feature descriptions → plain text
Extracts key fields (id, name, type,
✅ Filtering Logic
*If Node (Filter New Features) compares the createdAt f
Ensures only newly created Productboard features procee
👉 Prevents duplicate syncing of olde
📝 Issue Creation & Notifications
*Create Linear Issue
Creates a new issue in a specific Linear team.
Uses the Productboard feature name as the title and des
Telegram
📅 Schedule Trigger
🌐 HTTP Request to Produ…
💻 Code (Transform Featu…
⚖️ If (Filter New Featur…
📝 Create Linear Issue
📢 Success Notification …
6 nodes5 edges

Comment ça fonctionne

  1. 1

    Déclencheur

    Le workflow démarre avec un déclencheur planifié, s'exécutant selon un planning défini.

  2. 2

    Traitement

    Les données transitent par 6 nœuds, connecting code, httprequest, if.

  3. 3

    Sortie

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

Détails des nœuds (6)

HT

HTTP Request

httpRequest

#1
TE

Telegram

telegram

#2
LI

Linear

linear

#3
CO

Code

code

#4

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 sync-productboard-features-to-linear-issues-with-telegram-notifications 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": "Sync Productboard Features to Linear Issues with Telegram Notifications", "nodes": [...], ...}

Intégrations

codehttprequestiflinearscheduletriggertelegram

Obtenir ce workflow

Téléchargez et importez en un clic

Télécharger JSONVoir sur n8n.io
Nœuds6
Complexitémedium
Déclencheurscheduled

Créé par

Avkash Kakdiya

Avkash Kakdiya

@itechnotion

Tags

codehttprequestiflinearscheduletriggertelegram

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 →