AutomationFlowsSlack & Telegram › Create and Publish AI Social Posts to Multiple Platforms

Create and Publish AI Social Posts to Multiple Platforms

Original n8n title: Create and Publish AI Social Posts to Multiple Platforms Using Blotato

ByDr. Firas @drfiras on n8n.io

📄 Documentation: Notion Guide

Event trigger★★★★★ complexity52 nodesTelegram Trigger@Blotato/N8N Nodes BlotatoTelegramHTTP Request
Slack & Telegram Trigger: Event Nodes: 52 Complexity: ★★★★★ Added:
Create and Publish AI Social Posts to Multiple Platforms — n8n workflow card showing Telegram Trigger, @Blotato/N8N Nodes Blotato, Telegram integration

This workflow corresponds to n8n.io template #13471 — we link there as the canonical source.

This workflow follows the Blotaton8N Nodes Blotato → HTTP Request recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "id": "AVUheC5SHZiKsVyQHQzEp",
  "name": "AI Social Media Automation for Multiple Platforms using Blotato",
  "tags": [],
  "nodes": [
    {
      "id": "80840bc7-b564-4431-9264-1484b5aa7a8e",
      "name": "Wait4",
      "type": "n8n-nodes-base.wait",
      "position": [
        -192,
        128
      ],
      "parameters": {
        "amount": 15
      },
      "typeVersion": 1.1
    },
    {
      "id": "0d4fdc72-982b-4516-bcc1-3d814ca1b54b",
      "name": "If Else",
      "type": "n8n-nodes-base.if",
      "position": [
        -384,
        16
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "ba9e062e-9b90-4e6d-9dbe-4d5abea09609",
              "operator": {
                "name": "filter.operator.equals",
                "type": "string",
                "operation": "equals"
              },
              "leftValue": "={{ $json.item.status }}",
              "rightValue": "done"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "6a11f932-265d-4d5a-a0aa-869df4f86a04",
      "name": "If1",
      "type": "n8n-nodes-base.if",
      "position": [
        -1808,
        128
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "cb70ee1a-0be3-4d87-83e0-14682398b72b",
              "operator": {
                "name": "filter.operator.equals",
                "type": "string",
                "operation": "equals"
              },
              "leftValue": "={{ $json.status }}",
              "rightValue": "=completed"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "c9397222-613c-4c71-8478-0db602b4cc60",
      "name": "Telegram Trigger",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -2608,
        128
      ],
      "parameters": {
        "updates": [
          "message"
        ],
        "additionalFields": {}
      },
      "credentials": {
        "telegramApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "b76b0dfa-18d0-4ce9-9bde-ff58d1badc42",
      "name": "Create Transcription",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        -2336,
        128
      ],
      "parameters": {
        "resource": "source",
        "sourceUrl": "={{ $json.message.text }}",
        "customInstructions": "create all transcription of this youtube video and return the title in the first line."
      },
      "credentials": {
        "blotatoApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "73843648-1ac3-4e87-b3a5-5a4c0e14583c",
      "name": "Get Transcription",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        -2064,
        128
      ],
      "parameters": {
        "resource": "source",
        "sourceId": "={{ $json.id }}",
        "operation": "get"
      },
      "credentials": {
        "blotatoApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "e663868b-e56b-426b-b9cf-abb8f0c6ea01",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        -1632,
        192
      ],
      "parameters": {
        "amount": 20
      },
      "typeVersion": 1.1
    },
    {
      "id": "0919e5e5-7c0a-4439-817c-c063bbcf608a",
      "name": "Create visual",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        -832,
        16
      ],
      "parameters": {
        "prompt": "=create instagram carousel with this detailed bullet points :  {{ $json.content }}",
        "resource": "video",
        "templateId": {
          "__rl": true,
          "mode": "list",
          "value": "/base/v2/tweet-card/ba413be6-a840-4e60-8fd6-0066d3b427df/v1",
          "cachedResultName": "Twitter/X style quote cards with minimal style"
        },
        "templateInputs": {
          "value": {
            "theme": "dark",
            "handle": "doc.firass",
            "verified": true,
            "authorName": "Dr. FIRAS",
            "aspectRatio": "9:16",
            "profileImage": "https://www.dr-firas.com/logo.jpg"
          },
          "schema": [
            {
              "id": "profileImage",
              "type": "string",
              "display": true,
              "required": true,
              "displayName": "Profile Photo URL * (publicly accessible URL)",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "quotes",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Quotes (e.g. [\"item 1\", \"item 2\"])",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "authorName",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Name",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "handle",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Social Media Handle",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "verified",
              "type": "boolean",
              "display": true,
              "required": false,
              "displayName": "Show Verified Badge",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "theme",
              "type": "options",
              "display": true,
              "options": [
                {
                  "name": "Dark",
                  "value": "dark"
                },
                {
                  "name": "Light",
                  "value": "light"
                }
              ],
              "required": false,
              "displayName": "Theme",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "aspectRatio",
              "type": "options",
              "display": true,
              "options": [
                {
                  "name": "4:5",
                  "value": "4:5"
                },
                {
                  "name": "1:1",
                  "value": "1:1"
                },
                {
                  "name": "9:16",
                  "value": "9:16"
                }
              ],
              "required": false,
              "displayName": "Aspect Ratio",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        }
      },
      "credentials": {
        "blotatoApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "0364e369-e335-4931-8adf-e8ca13165748",
      "name": "Check with perplexity ai",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        -2528,
        736
      ],
      "parameters": {
        "resource": "source",
        "sourceType": "perplexity-query",
        "sourceQuery": "=from this transcription, and Check all information and summarize in 5 detailed bullet points for an instagram carousel:\nthe transcription :  {{ $json.content }}"
      },
      "credentials": {
        "blotatoApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "68fb33a1-2847-4ffa-a4ce-c7a1bed19ceb",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        -2048,
        736
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "cb70ee1a-0be3-4d87-83e0-14682398b72b",
              "operator": {
                "name": "filter.operator.equals",
                "type": "string",
                "operation": "equals"
              },
              "leftValue": "={{ $json.status }}",
              "rightValue": "=completed"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "fadff666-b70d-4eae-b29c-df8bbf16b05c",
      "name": "Wait1",
      "type": "n8n-nodes-base.wait",
      "position": [
        -1872,
        800
      ],
      "parameters": {
        "amount": 20
      },
      "typeVersion": 1.1
    },
    {
      "id": "df2cfd09-31b7-430f-b47a-a45389612dd1",
      "name": "Get content",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        -2304,
        736
      ],
      "parameters": {
        "resource": "source",
        "sourceId": "={{ $json.id }}",
        "operation": "get"
      },
      "credentials": {
        "blotatoApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "a3343af1-39a4-4684-9283-dc68739a0492",
      "name": "Send a photo message",
      "type": "n8n-nodes-base.telegram",
      "position": [
        0,
        0
      ],
      "parameters": {
        "file": "={{ $json.item.imageUrls[0] }}",
        "chatId": "={{ $('Telegram Trigger').item.json.message.chat.id }}",
        "operation": "sendPhoto",
        "additionalFields": {}
      },
      "credentials": {
        "telegramApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "f7c06f65-078f-4e1c-8184-5931dc7acbfa",
      "name": "post for approval",
      "type": "n8n-nodes-base.telegram",
      "position": [
        224,
        0
      ],
      "parameters": {
        "chatId": "={{ $('Telegram Trigger').item.json.message.chat.id }}",
        "message": "=Here is the post for approval.",
        "options": {},
        "operation": "sendAndWait"
      },
      "credentials": {
        "telegramApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "05dff49e-032f-4fab-9b80-fd6866e421da",
      "name": "Get visual",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        -576,
        16
      ],
      "parameters": {
        "videoId": "={{ $('Create visual').item.json.item.id }}",
        "resource": "video",
        "operation": "get"
      },
      "credentials": {
        "blotatoApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "79f6b742-fbb4-48b6-aa3c-19fb05a33074",
      "name": "Send a text message",
      "type": "n8n-nodes-base.telegram",
      "position": [
        672,
        0
      ],
      "parameters": {
        "text": "Published",
        "chatId": "={{ $('Telegram Trigger').item.json.message.chat.id }}",
        "additionalFields": {}
      },
      "credentials": {
        "telegramApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "fec17b45-422c-4b8e-8b5f-594ea9f6bff6",
      "name": "Wait5",
      "type": "n8n-nodes-base.wait",
      "position": [
        -160,
        464
      ],
      "parameters": {
        "amount": 15
      },
      "typeVersion": 1.1
    },
    {
      "id": "aed7fd14-c820-4432-858d-80de81447371",
      "name": "If Else1",
      "type": "n8n-nodes-base.if",
      "position": [
        -368,
        384
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "ba9e062e-9b90-4e6d-9dbe-4d5abea09609",
              "operator": {
                "name": "filter.operator.equals",
                "type": "string",
                "operation": "equals"
              },
              "leftValue": "={{ $json.item.status }}",
              "rightValue": "done"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "a8a1a7d1-6cc2-4956-a85c-69784c6ac5bb",
      "name": "Create visual1",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        -832,
        384
      ],
      "parameters": {
        "prompt": "=create ai video with ai voice with this detailed bullet points :  {{ $json.content }}",
        "resource": "video",
        "templateId": {
          "__rl": true,
          "mode": "list",
          "value": "/base/v2/ai-story-video/5903fe43-514d-40ee-a060-0d6628c5f8fd/v1",
          "cachedResultName": "AI Video with AI Voice"
        },
        "templateInputs": {
          "value": {
            "voiceName": "Will (American, friendly)",
            "aspectRatio": "9:16",
            "aiImageModel": "replicate/recraft-ai/recraft-v3"
          },
          "schema": [
            {
              "id": "scenes",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Scenes (e.g. [{\"key\": \"value\"}])",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "voiceName",
              "type": "options",
              "display": true,
              "options": [
                {
                  "name": "Alice (British, confident)",
                  "value": "Alice (British, confident)"
                },
                {
                  "name": "Aria (American, expressive)",
                  "value": "Aria (American, expressive)"
                },
                {
                  "name": "Bill (American, trustworthy)",
                  "value": "Bill (American, trustworthy)"
                },
                {
                  "name": "Brian (American, deep)",
                  "value": "Brian (American, deep)"
                },
                {
                  "name": "Callum (Transatlantic, intense)",
                  "value": "Callum (Transatlantic, intense)"
                },
                {
                  "name": "Charlie (Australian, natural)",
                  "value": "Charlie (Australian, natural)"
                },
                {
                  "name": "Charlotte (Swedish, seductive)",
                  "value": "Charlotte (Swedish, seductive)"
                },
                {
                  "name": "Chris (American, casual)",
                  "value": "Chris (American, casual)"
                },
                {
                  "name": "Daniel (British, authoritative)",
                  "value": "Daniel (British, authoritative)"
                },
                {
                  "name": "Eric (American, friendly)",
                  "value": "Eric (American, friendly)"
                },
                {
                  "name": "George (British, warm)",
                  "value": "George (British, warm)"
                },
                {
                  "name": "Jessica (American, expressive)",
                  "value": "Jessica (American, expressive)"
                },
                {
                  "name": "Laura (American, upbeat)",
                  "value": "Laura (American, upbeat)"
                },
                {
                  "name": "Liam (American, articulate)",
                  "value": "Liam (American, articulate)"
                },
                {
                  "name": "Lily (British, warm)",
                  "value": "Lily (British, warm)"
                },
                {
                  "name": "Matilda (American, friendly)",
                  "value": "Matilda (American, friendly)"
                },
                {
                  "name": "River (American, confident)",
                  "value": "River (American, confident)"
                },
                {
                  "name": "Roger (American, confident)",
                  "value": "Roger (American, confident)"
                },
                {
                  "name": "Sarah (American, soft)",
                  "value": "Sarah (American, soft)"
                },
                {
                  "name": "Will (American, friendly)",
                  "value": "Will (American, friendly)"
                }
              ],
              "removed": false,
              "required": false,
              "displayName": "AI Voice",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "aiImageModel",
              "type": "options",
              "display": true,
              "options": [
                {
                  "name": "Replicate/black-forest-labs/flux-schnell",
                  "value": "replicate/black-forest-labs/flux-schnell"
                },
                {
                  "name": "Replicate/black-forest-labs/flux-dev",
                  "value": "replicate/black-forest-labs/flux-dev"
                },
                {
                  "name": "Replicate/black-forest-labs/flux-1.1-pro",
                  "value": "replicate/black-forest-labs/flux-1.1-pro"
                },
                {
                  "name": "Replicate/black-forest-labs/flux-1.1-pro-ultra",
                  "value": "replicate/black-forest-labs/flux-1.1-pro-ultra"
                },
                {
                  "name": "Replicate/recraft-ai/recraft-v3",
                  "value": "replicate/recraft-ai/recraft-v3"
                },
                {
                  "name": "Replicate/ideogram-ai/ideogram-v2",
                  "value": "replicate/ideogram-ai/ideogram-v2"
                },
                {
                  "name": "Replicate/luma/photon",
                  "value": "replicate/luma/photon"
                },
                {
                  "name": "Openai/gpt-image-1",
                  "value": "openai/gpt-image-1"
                },
                {
                  "name": "Fal-ai/nano-banana",
                  "value": "fal-ai/nano-banana"
                },
                {
                  "name": "Fal-ai/nano-banana/edit",
                  "value": "fal-ai/nano-banana/edit"
                },
                {
                  "name": "Fal-ai/nano-banana-pro",
                  "value": "fal-ai/nano-banana-pro"
                },
                {
                  "name": "Fal-ai/nano-banana-pro/edit",
                  "value": "fal-ai/nano-banana-pro/edit"
                },
                {
                  "name": "Fal-ai/imagen4/preview/fast",
                  "value": "fal-ai/imagen4/preview/fast"
                },
                {
                  "name": "Fal-ai/bytedance/seedream/v4.5/text-to-image",
                  "value": "fal-ai/bytedance/seedream/v4.5/text-to-image"
                },
                {
                  "name": "Fal-ai/bytedance/seedream/v4.5/edit",
                  "value": "fal-ai/bytedance/seedream/v4.5/edit"
                }
              ],
              "removed": false,
              "required": false,
              "displayName": "AI Image Model",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "animateAiImages",
              "type": "boolean",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "(Optional) Animate AI Images into Videos",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "captionPosition",
              "type": "options",
              "display": true,
              "options": [
                {
                  "name": "Top",
                  "value": "top"
                },
                {
                  "name": "Center",
                  "value": "center"
                },
                {
                  "name": "Bottom",
                  "value": "bottom"
                }
              ],
              "removed": false,
              "required": false,
              "displayName": "Caption Position",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "highlightColor",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Highlight Color",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "transition",
              "type": "options",
              "display": true,
              "options": [
                {
                  "name": "None",
                  "value": "none"
                },
                {
                  "name": "Fade",
                  "value": "fade"
                },
                {
                  "name": "Slide",
                  "value": "slide"
                },
                {
                  "name": "Zoom",
                  "value": "zoom"
                }
              ],
              "removed": false,
              "required": false,
              "displayName": "Transition Effect (Optional)",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "aspectRatio",
              "type": "options",
              "display": true,
              "options": [
                {
                  "name": "16:9",
                  "value": "16:9"
                },
                {
                  "name": "1:1",
                  "value": "1:1"
                },
                {
                  "name": "4:5",
                  "value": "4:5"
                },
                {
                  "name": "9:16",
                  "value": "9:16"
                }
              ],
              "required": false,
              "displayName": "Aspect Ratio",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "trimToVoiceover",
              "type": "boolean",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Trim to Voiceover",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        }
      },
      "credentials": {
        "blotatoApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "253921d9-a971-46fd-a1c0-9b3947d84bb1",
      "name": "Get visual1",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        -560,
        384
      ],
      "parameters": {
        "videoId": "={{ $('Create visual1').item.json.item.id }}",
        "resource": "video",
        "operation": "get"
      },
      "credentials": {
        "blotatoApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "bf535f25-2fd6-4fd4-b6ea-13a9a48b6347",
      "name": "Send notification : Published",
      "type": "n8n-nodes-base.telegram",
      "position": [
        672,
        368
      ],
      "parameters": {
        "text": "Published",
        "chatId": "={{ $('Telegram Trigger').item.json.message.chat.id }}",
        "additionalFields": {}
      },
      "credentials": {
        "telegramApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "5c08ece9-248e-40e3-ab8a-b8b9c7cc6dd8",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1472,
        384
      ],
      "parameters": {
        "color": 4,
        "width": 608,
        "height": 96,
        "content": "## Template : AI Video with AI Voice\n"
      },
      "typeVersion": 1
    },
    {
      "id": "907b4b5b-4dae-4196-85a0-c200040e235e",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1472,
        16
      ],
      "parameters": {
        "color": 4,
        "width": 608,
        "height": 96,
        "content": "## Template : Tweet Card Carousel with Minimal Style\n\n"
      },
      "typeVersion": 1
    },
    {
      "id": "09440e40-5b45-4995-ae66-7d0dda24cf9b",
      "name": "Wait9",
      "type": "n8n-nodes-base.wait",
      "position": [
        -176,
        816
      ],
      "parameters": {
        "amount": 15
      },
      "typeVersion": 1.1
    },
    {
      "id": "775535ce-7be0-4d8f-bd6d-777d61bba220",
      "name": "If Else3",
      "type": "n8n-nodes-base.if",
      "position": [
        -384,
        720
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "ba9e062e-9b90-4e6d-9dbe-4d5abea09609",
              "operator": {
                "name": "filter.operator.equals",
                "type": "string",
                "operation": "equals"
              },
              "leftValue": "={{ $json.item.status }}",
              "rightValue": "done"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "c9a4c1c3-e7f3-428a-83d4-fdfb6e320c13",
      "name": "Create visual3",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        -832,
        720
      ],
      "parameters": {
        "prompt": "=create ai video with ai voice with this detailed bullet points :  {{ $json.content }}",
        "resource": "video",
        "templateId": {
          "__rl": true,
          "mode": "list",
          "value": "/base/v2/images-with-text/0ddb8655-c3da-43da-9f7d-be1915ca7818/v1",
          "cachedResultName": "Image Slideshow with Prominent Text"
        },
        "templateInputs": {
          "value": {
            "aspectRatio": "9:16"
          },
          "schema": [
            {
              "id": "slides",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Slides (e.g. [{\"key\": \"value\"}])",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "slideDuration",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Slide Duration (seconds)",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "aspectRatio",
              "type": "options",
              "display": true,
              "options": [
                {
                  "name": "16:9",
                  "value": "16:9"
                },
                {
                  "name": "1:1",
                  "value": "1:1"
                },
                {
                  "name": "4:5",
                  "value": "4:5"
                },
                {
                  "name": "9:16",
                  "value": "9:16"
                }
              ],
              "required": false,
              "displayName": "Aspect Ratio",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        }
      },
      "credentials": {
        "blotatoApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "9a114e21-2234-4687-9e28-82eacf90f6e1",
      "name": "Get visual3",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        -576,
        720
      ],
      "parameters": {
        "videoId": "={{ $('Create visual3').item.json.item.id }}",
        "resource": "video",
        "operation": "get"
      },
      "credentials": {
        "blotatoApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "3745658b-9dd4-4ddd-91e8-a3b250d5b5ae",
      "name": "Send notification : Published2",
      "type": "n8n-nodes-base.telegram",
      "position": [
        672,
        704
      ],
      "parameters": {
        "text": "Published",
        "chatId": "={{ $('Telegram Trigger').item.json.message.chat.id }}",
        "additionalFields": {}
      },
      "credentials": {
        "telegramApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "823c5239-1788-4230-b133-39180509eeec",
      "name": "Create Facebook2",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        400,
        704
      ],
      "parameters": {
        "options": {},
        "platform": "facebook",
        "accountId": {
          "__rl": true,
          "mode": "list",
          "value": "1759",
          "cachedResultUrl": "https://backend.blotato.com/v2/accounts/1759",
          "cachedResultName": "Firass Ben"
        },
        "facebookPageId": {
          "__rl": true,
          "mode": "list",
          "value": "101603614680195",
          "cachedResultUrl": "https://backend.blotato.com/v2/accounts/1759/subaccounts/101603614680195",
          "cachedResultName": "Dr. Firas"
        },
        "postContentText": "Comment \"learn\" and I'll DM you more information!",
        "postContentMediaUrls": "={{ $('Get visual3').item.json.item.imageUrls }}"
      },
      "credentials": {
        "blotatoApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "9de41413-fdbb-4df5-946b-d350b4c23979",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1472,
        720
      ],
      "parameters": {
        "color": 4,
        "width": 608,
        "height": 96,
        "content": "## Template : Image Slideshow with Prominent Text\n\n"
      },
      "typeVersion": 1
    },
    {
      "id": "2b4130b1-329c-4b62-bc64-d52943db8dcd",
      "name": "Wait12",
      "type": "n8n-nodes-base.wait",
      "position": [
        -144,
        1168
      ],
      "parameters": {
        "amount": 15
      },
      "typeVersion": 1.1
    },
    {
      "id": "691e9f9c-4354-43ee-bad1-7dd5ce6d97c8",
      "name": "If Else4",
      "type": "n8n-nodes-base.if",
      "position": [
        -336,
        1072
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "ba9e062e-9b90-4e6d-9dbe-4d5abea09609",
              "operator": {
                "name": "filter.operator.equals",
                "type": "string",
                "operation": "equals"
              },
              "leftValue": "={{ $json.item.status }}",
              "rightValue": "done"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "6910600d-43d8-411d-a596-87ce355fa401",
      "name": "Create visual4",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        -832,
        1072
      ],
      "parameters": {
        "prompt": "=create ai video with ai voice with this detailed bullet points :  {{ $json.content }}",
        "resource": "video",
        "templateId": {
          "__rl": true,
          "mode": "list",
          "value": "8800be71-52df-4ac7-ac94-df9d8a494d0f",
          "cachedResultName": "Generate a TV news broadcast style infographic with a professional news anchor, breaking news chyron, and lower third ticker using AI image generation."
        },
        "templateInputs": {
          "value": {
            "footerText": "Dr. FIRAS"
          },
          "schema": [
            {
              "id": "description",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Infographic Description",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "footerText",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Footer CTA Text",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        }
      },
      "credentials": {
        "blotatoApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "b7b9758d-c84c-4d37-9441-28455e46312e",
      "name": "Get visual4",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        -528,
        1072
      ],
      "parameters": {
        "videoId": "={{ $('Create visual4').item.json.item.id }}",
        "resource": "video",
        "operation": "get"
      },
      "credentials": {
        "blotatoApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "49bcd9db-a95e-4e15-973a-ef1aed47c890",
      "name": "Send notification : Published3",
      "type": "n8n-nodes-base.telegram",
      "position": [
        672,
        1056
      ],
      "parameters": {
        "text": "Published",
        "chatId": "={{ $('Telegram Trigger').item.json.message.chat.id }}",
        "additionalFields": {}
      },
      "credentials": {
        "telegramApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "93770221-bbc6-403c-b649-c2a57a10d351",
      "name": "Create Linkedin3",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        400,
        1056
      ],
      "parameters": {
        "options": {},
        "platform": "linkedin",
        "accountId": {
          "__rl": true,
          "mode": "list",
          "value": "1446",
          "cachedResultUrl": "https://backend.blotato.com/v2/accounts/1446",
          "cachedResultName": "Samuel Amalric"
        },
        "postContentText": "Comment \"learn\" and I'll DM you more information!",
        "postContentMediaUrls": "={{ $('Get visual4').item.json.item.imageUrls[0] }}"
      },
      "credentials": {
        "blotatoApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "415e3c0b-74bd-4985-bd44-635d9b92350b",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1472,
        1072
      ],
      "parameters": {
        "color": 4,
        "width": 608,
        "height": 96,
        "content": "## Template : Breaking News\n\n\n"
      },
      "typeVersion": 1
    },
    {
      "id": "f7c987ca-1d0a-4e78-aacc-99714b4be77f",
      "name": "Wait15",
      "type": "n8n-nodes-base.wait",
      "position": [
        -128,
        1504
      ],
      "parameters": {
        "amount": 15
      },
      "typeVersion": 1.1
    },
    {
      "id": "f8a0c8eb-0a29-4878-8e5f-4daddac22c80",
      "name": "If Else5",
      "type": "n8n-nodes-base.if",
      "position": [
        -320,
        1408
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "ba9e062e-9b90-4e6d-9dbe-4d5abea09609",
              "operator": {
                "name": "filter.operator.equals",
                "type": "string",
                "operation": "equals"
              },
              "leftValue": "={{ $json.item.status }}",
              "rightValue": "done"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "952b077f-dc5f-4a9f-9db0-4d00b301fef2",
      "name": "Create visual5",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        -832,
        1408
      ],
      "parameters": {
        "prompt": "=create ai video with ai voice with this detailed bullet points :  {{ $json.content }}",
        "resource": "video",
        "templateId": {
          "__rl": true,
          "mode": "list",
          "value": "/base/v2/tutorial-carousel/e095104b-e6c5-4a81-a89d-b0df3d7c5baf/v1",
          "cachedResultName": "Tutorial Carousel with Monocolor Background"
        },
        "templateInputs": {
          "value": {
            "authorName": "Dr. FIRAS",
            "aspectRatio": "4:5",
            "companyName": "@doc.firass",
            "profileImage": "https://www.dr-firas.com/logo.jpg"
          },
          "schema": [
            {
              "id": "profileImage",
              "type": "string",
              "display": true,
              "required": true,
              "displayName": "Profile Image * (publicly accessible URL)",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "font",
              "type": "options",
              "display": true,
              "options": [
                {
                  "name": "Font-sans",
                  "value": "font-sans"
                },
                {
                  "name": "Font-serif",
                  "value": "font-serif"
                },
                {
                  "name": "Font-mono",
                  "value": "font-mono"
                },
                {
                  "name": "Font-retro",
                  "value": "font-retro"
                },
                {
                  "name": "Font-montserrat",
                  "value": "font-montserrat"
                },
                {
                  "name": "Font-quicksand",
                  "value": "font-quicksand"
                },
                {
                  "name": "Font-philosopher",
                  "value": "font-philosopher"
                },
                {
                  "name": "Font-poppins",
                  "value": "font-poppins"
                },
                {
                  "name": "Font-raleway",
                  "value": "font-raleway"
                },
                {
                  "name": "Font-opensans",
                  "value": "font-opensans"
                },
                {
                  "name": "Font-lato",
                  "value": "font-lato"
                },
                {
                  "name": "Font-oswald",
                  "value": "font-oswald"
                },
                {
                  "name": "Font-playfair",
                  "value": "font-playfair"
                },
                {
                  "name": "Font-roboto",
                  "value": "font-roboto"
                },
                {
                  "name": "Font-ptsans",
                  "value": "font-ptsans"
                },
                {
                  "name": "Font-dmsans",
                  "value": "font-dmsans"
                },
                {
                  "name": "Font-nunito",
                  "value": "font-nunito"
                },
                {
                  "name": "Font-comfortaa",
                  "value": "font-comfortaa"
                },
                {
                  "name": "Font-worksans",
                  "value": "font-worksans"
                },
                {
                  "name": "Font-fjallaone",
                  "value": "font-fjallaone"
                },
                {
                  "name": "Font-rubik",
                  "value": "font-rubik"
                },
                {
                  "name": "Font-barlow",
                  "value": "font-barlow"
                },
                {
                  "name": "Font-bebasnue",
                  "value": "font-bebasnue"
                },
                {
                  "name": "Font-caveat",
                  "value": "font-caveat"
                },
                {
                  "name": "Font-pacifico",
                  "value": "font-pacifico"
                }
              ],
              "required": false,
              "displayName": "Font",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "hashtag",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Hashtag",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "title",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Main Title",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "introBackgroundColor",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Intro Background Color",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "contentSlides",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Content Slides (e.g. [{\"key\": \"value\"}])",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "contentBackgroundColor",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Content Background Color",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "accentColor",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Accent Color",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "authorName",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Author Name",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "companyName",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Company Name",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "ctaGreeting",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "CTA Greeting",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "ctaDescription",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "CTA Description",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "ctaButtons",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "CTA Buttons (e.g. [\"item 1\", \"item 2\"])",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "ctaBackgroundColor",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "CTA Background Color",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            },
            {
              "id": "aspectRatio",
              "type": "options",
              "display": true,
              "options": [
                {
                  "name": "4:5",
                  "value": "4:5"
                },
                {
                  "name": "1:1",
                  "value": "1:1"
                },
                {
                  "name": "9:16",
                  "value": "9:16"
                }
              ],
              "required": false,
              "displayName": "Aspect Ratio",
              "defaultMatch": false,
              "canBeUsedToMatch": false
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        }
      },
      "credentials": {
        "blotatoApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "522dca32-b26a-42cd-997d-941f2d3433bf",
      "name": "Get visual5",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        -528,
        1408
      ],
      "parameters": {
        "videoId": "={{ $('Create visual5').item.json.item.id }}",
        "resource": "video",
        "operation": "get"
      },
      "credentials": {
        "blotatoApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "4f67491a-7606-43c7-aaa4-549e6316c1c3",
      "name": "Send notification : Published4",
      "type": "n8n-nodes-base.telegram",
      "position": [
        672,
        1392
      ],
      "parameters": {
        "text": "Published",
        "chatId": "={{ $('Telegram Trigger').item.json.message.chat.id }}",
        "additionalFields": {}
      },
      "credentials": {
        "telegramApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "211391ad-c4df-4ba6-8597-5b61cd19836f",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1472,
        1408
      ],
      "parameters": {
        "color": 4,
        "width": 608,
        "height": 96,
        "content": "## Template : Tutorial Carousel with Monocolor Background\n\n\n\n\n"
      },
      "typeVersion": 1
    },
    {
      "id": "d42b187a-d4a3-442f-87ec-70584ff0ecca",
      "name": "Create Tiktok",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        400,
        368
      ],
      "parameters": {
        "options": {},
        "platform": "tiktok",
        "accountId": {
          "__rl": true,
          "mode": "list",
          "value": "30526",
          "cachedResultUrl": "https://backend.blotato.com/v2/accounts/30526",
          "cachedResultName": "eliteshicos"
        },
        "postContentText": "Comment \"learn\" and I'll DM you more information!",
        "postContentMediaUrls": "={{ $json.item.mediaUrl }}"
      },
      "credentials": {
        "blotatoApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "93fc1d4e-6d54-4c7d-8aa5-bcc7f0dfad74",
      "name": "Create Instagram",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        448,
        0
      ],
      "parameters": {
        "options": {},
        "accountId": {
          "__rl": true,
          "mode": "list",
          "value": "11892",
          "cachedResultUrl": "https://backend.blotato.com/v2/accounts/11892",
          "cachedResultName": "doc.firass"
        },
        "postContentText": "Comment \"learn\" and I'll DM you more information!",
        "postContentMediaUrls": "={{ $('If Else').item.json.item.imageUrls }}"
      },
      "credentials": {
        "blotatoApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "402fda41-23fb-40f6-b785-0ea145a6e194",
      "name": "Get image/video1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        128,
        368
      ],
      "parameters": {
        "url": "={{ $('Get visual1').item.json.item.mediaUrl }}",
        "options": {}
      },
      "typeVersion": 4.3
    },
    {
      "id": "e4a69684-e865-466a-927b-c4726ef2ed45",
      "name": "Create Twitter",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        400,
        1392
      ],
      "parameters": {
        "options": {},
        "platform": "twitter",
        "accountId": {
          "__rl": true,
          "mode": "list",
          "value": "1289",
          "cachedResultUrl": "https://backend.blotato.com/v2/accounts/1289",
          "cachedResultName": "Docteur_Firas"
        },
        "postContentText": "Comment \"learn\" and I'll DM you more information!",
        "postContentMediaUrls": "={{ $json.item.imageUrls }}"
      },
      "credentials": {
        "blotatoApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "45e15f77-7da1-44e7-b0a3-8837deb62356",
      "name": "Get image/video2",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        144,
        1056
      ],
      "parameters": {
        "url": "={{ $json.item.imageUrls[0] }}",
        "options": {}
      },
      "typeVersion": 4.3
    },
    {
      "id": "07f277c1-0ff2-4a52-98a9-96836d834c2d",
      "name": "Get image/video3",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        144,
        1392
      ],
      "parameters": {
        "url": "={{ $json.item.imageUrls[0] }}",
        "options": {}
      },
      "typeVersion": 4.3
    },
    {
      "id": "215c9718-7cb6-4122-a96e-00f42fef20e5",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -3328,
        16
      ],
      "parameters": {
        "width": 652,
        "height": 1780,
        "content": "# \ud83d\ude80  AI Social Media Automation for Multiple Platforms using Blotato\n## (By Dr. Firas)\n\n@[youtube](HaYFevp7KsU)\n\n# \ud83d\udcd8 Documentation  \nAccess detailed setup instructions, API config, platform connection guides, and workflow customization tips: \ud83d\udcce [Open the full documentation on Notion](https://automatisation.notion.site/AI-Social-Media-Automation-for-Multiple-Platforms-using-Blotato-30a3d6550fd98051adc4eaa6e676478c?source=copy_link)\n\n## \ud83d\udd10 Setup\n\n1. **Required accounts & credentials**\n   - n8n (self-hosted or cloud)\n   - **[Blotato](https://blotato.com/?ref=firas)** API account\n   - Telegram Bot (BotFather)\n   - Social media accounts connected in **[Blotato](https://blotato.com/?ref=firas)**\n\n2. **Configure credentials in n8n**\n   - Telegram API credentials\n   - **[Blotato](https://blotato.com/?ref=firas)** API credentials\n\n3. **Import the workflow**\n   - Import the provided JSON file into n8n.\n   - Activate the workflow.\n\n4. **Telegram usage**\n   - Send a YouTube link or content to the Telegram bot to trigger the workflow.\n\n---\n## What this workflow does\n\n1. **Trigger via Telegram**  \n   - Send a YouTube URL or text message to start the workflow.\n\n2. **AI Transcription**  \n   - Extracts and transcribes the full video content.\n   - Returns the video title and clean transcript.\n\n3. **Fact-checking & Summarization**  \n   - Uses Perplexity AI to validate information.\n   - Generates a concise, structured summary (bullet points).\n\n4. **Dynamic Template Selection (Switch Node)**  \n   Automatically routes content to one of several visual formats\n\n5. **AI Visual Generation (Blotato)**  \n   - Generates images or videos based on the selected template.\n   - Supports vertical, square, and feed-friendly formats.\n\n6. **Approval via Telegram**  \n   - Sends the generated visual for manual approval.\n   - Ensures quality control before publishing.\n\n7. **Multi-Platform Publishing**  \n   - Publishes automatically to: - Instagram - TikTok - Facebook - LinkedIn - Twitter/X\n"
      },
      "typeVersion": 1
    },
    {
      "id": "35b03d64-6979-4bba-8959-bb4282644658",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2656,
        16
      ],
      "parameters": {
        "color": 7,
        "width": 1136,
        "height": 496,
        "content": "## Step 1 \u2013 Retrieve the video transcription"
      },
      "typeVersion": 1
    },
    {
      "id": "9229bdb1-265a-4afa-b716-f65314651f8c",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2656,
        544
      ],
      "parameters": {
        "color": 7,
        "width": 1136,
        "height": 496,
        "content": "## Step 2 \u2013 Create an optimized prompt using Blotato AI Research"
      },
      "typeVersion": 1
    }
  ],
  "active": true,
  "settings": {
    "availableInMCP": false,
    "executionOrder": "v1"
  },
  "versionId": "93c2ab7e-881b-45dd-9d9b-361895bb9cef",
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Create visual",
            "type": "main",
            "index": 0
          },
          {
            "node": "Create visual1",
            "type": "main",
            "index": 0
          },
          {
            "node": "Create visual3",
            "type": "main",
            "index": 0
          },
          {
            "node": "Create visual4",
            "type": "main",
            "index": 0
          },
          {
            "node": "Create visual5",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If1": {
      "main": [
        [
          {
            "node": "Check with perplexity ai",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait": {
      "main": [
        [
          {
            "node": "Get Transcription",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait1": {
      "main": [
        [
          {
            "node": "Get content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait4": {
      "main": [
        [
          {
            "node": "Get visual",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait5": {
      "main": [
        [
          {
            "node": "Get visual1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait9": {
      "main": [
        [
          {
            "node": "Get visual3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait12": {
      "main": [
        [
          {
            "node": "Get visual4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait15": {
      "main": [
        [
          {
            "node": "Get visual5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If Else": {
      "main": [
        [
          {
            "node": "Send a photo message",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If Else1": {
      "main": [
        [
          {
            "node": "Get image/video1",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If Else3": {
      "main": [
        [
          {
            "node": "Create Facebook2",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait9",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If Else4": {
      "main": [
        [
          {
            "node": "Get image/video2",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait12",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If Else5": {
      "main": [
        [
          {
            "node": "Get image/video3",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait15",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get visual": {
      "main": [
        [
          {
            "node": "If Else",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get content": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get visual1": {
      "main": [
        [
          {
            "node": "If Else1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get visual3": {
      "main": [
        [
          {
            "node": "If Else3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get visual4": {
      "main": [
        [
          {
            "node": "If Else4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get visual5": {
      "main": [
        [
          {
            "node": "If Else5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Tiktok": {
      "main": [
        [
          {
            "node": "Send notification : Published",
            "t

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

📄 Documentation: Notion Guide

Source: https://n8n.io/workflows/13471/ — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

TextMain. Uses telegramTrigger, stopAndError, telegram, httpRequest. Event-driven trigger; 56 nodes.

Telegram Trigger, Stop And Error, Telegram +2
Slack & Telegram

Pede Ai. Uses httpRequest, telegram, postgres, telegramTrigger. Event-driven trigger; 53 nodes.

HTTP Request, Telegram, Postgres +1
Slack & Telegram

Telegram Wait. Uses stickyNote, httpRequest, redis, noOp. Event-driven trigger; 36 nodes.

HTTP Request, Redis, Telegram +1
Slack & Telegram

This n8n workflow turns your Telegram bot into a powerful AI photo enhancer! Whether users send a photo or a link, it processes the image by: 📥 Receiving the input (photo or link) 🧠 Upscaling quality

Telegram, AWS S3, HTTP Request +1
Slack & Telegram

This workflow provides a complete solution for handling Telegram Stars payments, invoicing and refunds using n8n. It automates the process of sending invoices, managing pre-checkout approvals, recordi

HTTP Request, Execute Workflow Trigger, Google Sheets +2