Webhook

Yapay zeka ile promp üret ve bu promp ları videoya

18 August 2026

Description

Yapay zeka ile promp üret ve bu promp ları videoya çevir ve oluşturan videoları youtube kanalına yüklen

Setup Guide

1. n8n platformunuzu açın
2. "Import from File" butonuna tıklayın
3. JSON dosyasını yükleyin
4. Credential ayarlarını yapılandırın
5. Workflow'u test edin
6. Aktif edin ve kullanmaya başlayın

Workflow Preview

Loading Visualization...

JSON Code

automation.json
{
    "name": "Yapay zeka ile promp üret ve bu promp ları videoya",
    "nodes": [
        {
            "parameters": [],
            "id": "start-6a843adb1a48d",
            "name": "Start",
            "type": "n8n-nodes-base.Start",
            "typeVersion": 1,
            "position": [
                250,
                300
            ]
        },
        {
            "parameters": {
                "functionCode": "\/\/ Yapay zeka ile promp üret ve bu promp ları videoya çevir ve oluşturan videoları youtube kanalına yüklen\nreturn items;"
            },
            "id": "code-6a843adb1a492",
            "name": "Process",
            "type": "n8n-nodes-base.Code",
            "typeVersion": 2,
            "position": [
                450,
                300
            ]
        }
    ],
    "connections": {
        "Start": {
            "main": [
                [
                    {
                        "node": "Process",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "settings": {
        "executionOrder": "v1"
    }
}