Generador de copy de anuncios con IA y flujo de aprobación

Avanzado

Este es unContent Creation, Multimodal AIflujo de automatización del dominio deautomatización que contiene 20 nodos.Utiliza principalmente nodos como If, Set, Slack, FormTrigger, OpenAi. Usar OpenAI y flujos de aprobación de Slack para generar copy de anuncios de Meta y TikTok

Requisitos previos
  • Bot Token de Slack o URL de Webhook
  • Clave de API de OpenAI
Vista previa del flujo de trabajo
Visualización de las conexiones entre nodos, con soporte para zoom y panorámica
Exportar flujo de trabajo
Copie la siguiente configuración JSON en n8n para importar y usar este flujo de trabajo
{
  "id": "34PvJdDlpImfxGsS",
  "meta": {
    "instanceId": "efe08e2da7cae43f565dfacaafdb0e67025886141ccd3ddbe001880f7b5ecf5b"
  },
  "name": "AI Ad Copy Generator with Approval Workflow",
  "tags": [],
  "nodes": [
    {
      "id": "1e70ec29-68b3-441b-9e18-3c8cf6d3e999",
      "name": "Para Marcas de Moda",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        0,
        0
      ],
      "parameters": {
        "modelId": {
          "__rl": true,
          "mode": "list",
          "value": ""
        },
        "options": {},
        "messages": {
          "values": [
            {
              "content": "=\"You are the “Fashion Brand Copy Strategist,” trained to write subtle, stylish, brand-aligned ad copy for fashion labels. This is not direct-response ecommerce. Your copy should reflect the tone, world, and aesthetics of the brand—not just the product benefits.\nHere’s what you need to know to build a winning ad:\n📌 Brand/Product Info\nWebsite/Product collection: {{ $json['Product Name'] }}\nDescription: {{ $json['Product Page Link'] }}\nKey differentiators (if any): {{ $json['USP - 1 liner'] }}. Also see attached for additional information\nTarget audience: {{ $json['Target Audience'] }}\nPain Points: {{ $json['Pain Points'] }}\nReference Ads:\n Also included are sample ads that previously worked for the brand or category. Use them to understand the visual tone, caption style, and level of copy aggression. (Avoid being too pushy. Fashion = allure, not pressure.) - {{ $json['\\'Proven Winners\\' Ad Samples'] }}\nAnother set of ad copies from competitors for additional data - {{ $json['Ad Copies from Competitors'] }}\n\nCustomer Review - {{ $json['Customer Review (optional)'] }}\n\n⚠️ Key Guidelines to Follow:\nKeep it cool – Never sound desperate for a sale. Cool > Clear.\nLess is more – One-liner captions often perform best. Silence is power.\nBrand comes first – The tone should sound like it’s from the brand’s own Instagram, not a sales rep.\nDirect-response formats (problem → solution) rarely work in fashion.\nVisuals do the heavy lifting – Sometimes, the best copy is no copy. Keep that in mind.\nStay aligned with the fashion ecosystem – If it wouldn’t be seen on a Dior, Moshi, or Reformation ad, don’t say it here.\n✅ Deliverables:\n3–5 ad copy variations (60 characters to 90 words max)\nUse the format: Hook (optional) + Vibe Copy (brand voice) + Optional Tagline (if needed)\nKeep it minimal, editorial, and always in-brand.\n\n{{ $json['Attach Research Brief and other references'] }}\n"
            }
          ]
        }
      },
      "typeVersion": 1.8
    },
    {
      "id": "f36aa2d0-cdd9-4604-b6b0-3cc98426cfc7",
      "name": "Para Marcas de Solución de Problemas",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        0,
        416
      ],
      "parameters": {
        "modelId": {
          "__rl": true,
          "mode": "list",
          "value": ""
        },
        "options": {},
        "messages": {
          "values": [
            {
              "content": "=You are the \"Winning-Ad Generator,\" trained to write 3 ad copies designed for Meta or TikTok.\n\n🔹 Format: Hook + Benefits + Call to Action (Casual, benefit-driven, VoC language, fun emojis)\n🔹 Tone: Conversational, playful, Gen Z/Millennial-friendly\n🔹 Output: 3 ad variations, 60–90 words each\n\nHere’s the product info:\n- Product Name: {{ $json['Product Name'] }}\n- Description/Product link: {{ $json['Product Page Link'] }}\n- Target Audience: {{ $json['Target Audience'] }}\n- Pain Points: {{ $json['Pain Points'] }}\n- Unique Selling Point: {{ $json['USP - 1 liner'] }}\n- Optional Customer Review: {{ $json['Customer Review (optional)'] }}\n - Previous successful ads - {{ $json['\\'Proven Winners\\' Ad Samples'] }}\n - Competitors' successful ads - {{ $json['Ad Copies from Competitors'] }}\n - Research Brief and other information - {{ $json['Attach Research Brief and other references'] }}\nUse one of these hook styles for each ad:\n1. Testimonial lead\n2. Pain point or \"ditch the old way\"\n3. Demographic call-out\n\nInclude emojis. End with hype + CTA."
            }
          ]
        }
      },
      "typeVersion": 1.8
    },
    {
      "id": "d0f1d89d-c6cc-4a39-b6f7-35d6f90373a0",
      "name": "Al enviar el formulario",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -480,
        208
      ],
      "webhookId": "24964cef-aba3-4c93-b56a-3be0af0448ae",
      "parameters": {
        "options": {},
        "formTitle": "Create Ad Copies",
        "formFields": {
          "values": [
            {
              "fieldType": "dropdown",
              "fieldLabel": "Brand Name",
              "fieldOptions": {
                "values": [
                  {
                    "option": "Fashion Brand"
                  },
                  {
                    "option": "Problem-Solution Brand"
                  }
                ]
              },
              "requiredField": true
            },
            {
              "fieldType": "file",
              "fieldLabel": "Attach Research Brief and other references",
              "requiredField": true
            },
            {
              "fieldLabel": "Product Name",
              "requiredField": true
            },
            {
              "fieldLabel": "Product Page Link",
              "placeholder": "Paste product page link here",
              "requiredField": true
            },
            {
              "fieldType": "textarea",
              "fieldLabel": "Target Audience",
              "requiredField": true
            },
            {
              "fieldType": "textarea",
              "fieldLabel": "Pain Points"
            },
            {
              "fieldType": "textarea",
              "fieldLabel": "USP - 1 liner",
              "requiredField": true
            },
            {
              "fieldType": "textarea",
              "fieldLabel": "Customer Review (optional)"
            },
            {
              "fieldType": "textarea",
              "fieldLabel": "'Proven Winners' Ad Samples",
              "requiredField": true
            },
            {
              "fieldType": "textarea",
              "fieldLabel": "Ad Copies from Competitors",
              "requiredField": true
            }
          ]
        },
        "formDescription": "Create Winning Ad copies in seconds!"
      },
      "typeVersion": 2.2
    },
    {
      "id": "26d3885d-2b2a-4334-9387-7bf0c1de492b",
      "name": "Slack: Enviar y Revisar Copys Publicitarios",
      "type": "n8n-nodes-base.slack",
      "position": [
        608,
        176
      ],
      "webhookId": "0859d0d9-69c7-41a3-b3ea-206adce81ecc",
      "parameters": {
        "select": "channel",
        "message": "=Suggested Ad Copies for {{ $('On form submission').item.json['Product Name'] }} of {{ $('On form submission').item.json['Brand Name'] }}\n\n{{ $json.message.content }}",
        "options": {},
        "channelId": {
          "__rl": true,
          "mode": "list",
          "value": ""
        },
        "operation": "sendAndWait",
        "approvalOptions": {
          "values": {
            "approvalType": "double",
            "disapproveLabel": "Try again!"
          }
        }
      },
      "typeVersion": 2.3
    },
    {
      "id": "b45a3f11-9078-4eb9-b9bf-b4ffcdde47bd",
      "name": "Si: Tipo de Marca",
      "type": "n8n-nodes-base.if",
      "position": [
        -224,
        208
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "or",
          "conditions": [
            {
              "id": "87fd45fb-42d7-48d1-b435-48ed158a525e",
              "operator": {
                "type": "string",
                "operation": "equals"
              },
              "leftValue": "={{ $json['Brand Name'] }}",
              "rightValue": "Fashion Brand"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "06120531-7647-49d8-9312-42c4e95dadba",
      "name": "Si: El Copy Publicitario está Aprobado o no",
      "type": "n8n-nodes-base.if",
      "position": [
        816,
        176
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "4629180e-de2a-4cf2-b97b-744fdf2140ba",
              "operator": {
                "type": "boolean",
                "operation": "true",
                "singleValue": true
              },
              "leftValue": "={{ $json.data.approved }}",
              "rightValue": "approved"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "613fa585-dc2f-4a7b-b86c-1b21f4181eaa",
      "name": "Slack: Felicitaciones por la aprobación de tus Copys",
      "type": "n8n-nodes-base.slack",
      "position": [
        2896,
        160
      ],
      "webhookId": "973a98d6-4d56-4d76-bc19-0d48363622bf",
      "parameters": {
        "text": "Congratulations! You now have your Ad Copies for {{ $('On form submission').item.json['Product Name'] }} of {{ $('On form submission').item.json['Brand Name'] }}",
        "select": "channel",
        "channelId": {
          "__rl": true,
          "mode": "list",
          "value": ""
        },
        "otherOptions": {}
      },
      "typeVersion": 2.3
    },
    {
      "id": "706f4e3f-d0c6-423c-9f55-31fc07ffc31a",
      "name": "Slack: Recibir feedback para revisión",
      "type": "n8n-nodes-base.slack",
      "position": [
        1056,
        464
      ],
      "webhookId": "b4de3f96-ca54-4a1d-ae13-2a8dc673b2ae",
      "parameters": {
        "select": "channel",
        "message": "Alright! Can you give us some feedback on the ad copies - what is off, what should be changed etc. and we will pass it to chatgpt? Click Respond now!",
        "options": {},
        "channelId": {
          "__rl": true,
          "mode": "list",
          "value": ""
        },
        "operation": "sendAndWait",
        "responseType": "freeText"
      },
      "typeVersion": 2.3
    },
    {
      "id": "b2b9acb7-e8de-4d86-9bf7-465ec2f405f2",
      "name": "OpenAI: Revisar Copys Publicitarios",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1760,
        480
      ],
      "parameters": {
        "modelId": {
          "__rl": true,
          "mode": "list",
          "value": ""
        },
        "options": {},
        "messages": {
          "values": [
            {
              "content": "=The initial batch of ad copies for {{ $('If: Type of Brand').item.json['Product Name'] }} of {{ $('If: Type of Brand').item.json['Brand Name'] }} is NOT APPROVED. Our head of marketing is requesting for revision. \n\nHere's the feedback - {{ $json.data.text }}\n\nUse that feedback to generate another batch of 3-5 ad copies.\n\nYou may need the data previously influded on the initial ad request. Here you go:\nInitial Ad copies that needs to be revised - {{\n  $('For Fashion Brands').item?.json?.message?.content || \n  $('For Problem Solution Brands').item?.json?.message?.content\n}}\n\nProduct: {{ $('If: Type of Brand').item.json['Product Name'] }} of {{ $('If: Type of Brand').item.json['Brand Name'] }}\nProduct Link: {{ $('If: Type of Brand').item.json['Product Page Link'] }}\nTarget Audience: {{ $('If: Type of Brand').item.json['Target Audience'] }}\nPain Points: {{ $('If: Type of Brand').item.json['Pain Points'] }}\nUSP:{{ $('If: Type of Brand').item.json['USP - 1 liner'] }}\nCustomer Review: {{ $('If: Type of Brand').item.json['Customer Review (optional)'] }}\nProven Winner Ads:{{ $('If: Type of Brand').item.json['\\'Proven Winners\\' Ad Samples'] }}\nCompetitor winning ads:{{ $('If: Type of Brand').item.json['Ad Copies from Competitors'] }}\nResearch and other notes: {{ $('If: Type of Brand').item.json['Attach Research Brief and other references'][0].filename }}\n\n"
            }
          ]
        }
      },
      "executeOnce": false,
      "typeVersion": 1.8,
      "alwaysOutputData": true
    },
    {
      "id": "55fc1aa6-56a3-44c2-8c78-96783dd38938",
      "name": "Slack: Gracias por el feedback",
      "type": "n8n-nodes-base.slack",
      "position": [
        1280,
        256
      ],
      "webhookId": "b93d20ef-3da7-42e9-9148-6a51e3528799",
      "parameters": {
        "text": "Thank you for your feedback... Currently working on the revisions...",
        "select": "channel",
        "channelId": {
          "__rl": true,
          "mode": "list",
          "value": ""
        },
        "otherOptions": {}
      },
      "typeVersion": 2.3
    },
    {
      "id": "d2c1f8f5-3208-4da2-9e9d-7a672ab832ec",
      "name": "Si",
      "type": "n8n-nodes-base.if",
      "position": [
        2416,
        480
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "e8632a89-32d4-454f-bc06-8fab551151c6",
              "operator": {
                "type": "boolean",
                "operation": "true",
                "singleValue": true
              },
              "leftValue": "={{ $json.data.approved }}",
              "rightValue": "approved"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "2d998128-7307-47e1-b595-370097ac0565",
      "name": "Slack: Enviar Copys Revisados",
      "type": "n8n-nodes-base.slack",
      "position": [
        2208,
        480
      ],
      "webhookId": "d64e54b7-6ed5-468f-a155-76f5ed5b03c7",
      "parameters": {
        "select": "channel",
        "message": "=Here's the new version of Ad copies \n\n {{ $json.message.content }}",
        "options": {},
        "channelId": {
          "__rl": true,
          "mode": "list",
          "value": ""
        },
        "operation": "sendAndWait",
        "approvalOptions": {
          "values": {
            "approvalType": "double",
            "disapproveLabel": "Try again!"
          }
        }
      },
      "typeVersion": 2.3
    },
    {
      "id": "227e34be-3865-4451-9385-015c0bd7d589",
      "name": "Editar Campos: Contador de Revisiones Máx. 3",
      "type": "n8n-nodes-base.set",
      "position": [
        1280,
        464
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "90f59bde-b04b-4c41-b578-ca43102f3a29",
              "name": "revisionCount",
              "type": "number",
              "value": "={{ $json[\"revisionCount\"] ? $json[\"revisionCount\"] + 1 : 1 }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "e7694ae4-8525-4158-8793-a57192db5682",
      "name": "Si: Continuar Revisión o Detener",
      "type": "n8n-nodes-base.if",
      "position": [
        1504,
        464
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "c2d54c5b-5e45-4135-b8ed-ada5abfb90ca",
              "operator": {
                "type": "number",
                "operation": "gt"
              },
              "leftValue": "={{$json[\"revisionCount\"]}}",
              "rightValue": 3
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "1105ab26-1006-4dba-a9d3-d8112cca9246",
      "name": "Slack: Límite de Revisiones Alcanzado",
      "type": "n8n-nodes-base.slack",
      "position": [
        1760,
        256
      ],
      "webhookId": "1e5ce4c4-dafd-4b1c-952c-912af05ba69b",
      "parameters": {
        "text": "Too many revisions! Sorry, I wont be able to help you anymore. Please check with ChatGPT or Claude. ",
        "select": "channel",
        "channelId": {
          "__rl": true,
          "mode": "list",
          "value": ""
        },
        "otherOptions": {}
      },
      "typeVersion": 2.3
    },
    {
      "id": "e5633eb5-2b66-43f2-9bb5-ed7aa71f3501",
      "name": "Nota Adhesiva",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1168,
        -272
      ],
      "parameters": {
        "width": 784,
        "height": 880,
        "content": "# AI Ad Copy Generator with Approval Workflow\n\nThis workflow automates ad copy creation using AI, with built-in team review via Slack.\n\n## Who's it for\nMarketing teams, copywriters, and agencies who need to quickly generate and iterate on ad copies for Meta and TikTok campaigns. Perfect for brands that want AI-powered copy generation with human review and approval built into the workflow.\n\n## What it does\n- Collects brand and product information through a form\n- Uses AI to generate tailored ad copies based on brand type (Fashion or Problem-Solution)\n- Sends copies to Slack for team review and approval\n- Handles revision requests with feedback incorporation\n- Limits revisions to 3 rounds to maintain efficiency\n\n## How to set up\n1. Configure your OpenAI credentials in the OpenAI nodes\n2. Select your preferred GPT model in each OpenAI node\n3. Set up Slack integration and select your review channel in all Slack nodes\n4. Test the form to ensure file uploads work properly\n5. Run a test with sample data before going live\n\n## Requirements\n- OpenAI API access (GPT-3.5 or GPT-4)\n- Slack workspace with appropriate channel permissions\n- Self-hosted n8n instance (for file upload functionality)\n\n## How to customize\n- Adjust the AI prompts in OpenAI nodes to match your brand voice\n- Modify the revision limit in the \"Edit Fields: Revision Counter Max 3\" node\n- Add additional brand types in the form dropdown\n- Customize Slack messages to match your team's communication style"
      },
      "typeVersion": 1
    },
    {
      "id": "f0d82f05-10e6-4b24-9e8c-a461d052120d",
      "name": "Nota Adhesiva1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -544,
        336
      ],
      "parameters": {
        "color": 7,
        "height": 80,
        "content": "Step 1: Collect brand information and requirements"
      },
      "typeVersion": 1
    },
    {
      "id": "0f97bc32-395d-4f68-9f25-0795e30cbddf",
      "name": "Nota Adhesiva2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        -96
      ],
      "parameters": {
        "color": 7,
        "height": 80,
        "content": "Step 2: Generate initial ad copies based on brand type"
      },
      "typeVersion": 1
    },
    {
      "id": "91b9902d-41b8-4594-81d9-d7b0f690546c",
      "name": "Nota Adhesiva3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        544,
        80
      ],
      "parameters": {
        "color": 7,
        "height": 80,
        "content": "Step 3: Team review and approval process"
      },
      "typeVersion": 1
    },
    {
      "id": "a108d24c-f51e-4c4c-9362-c7e910284f90",
      "name": "Nota Adhesiva4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        752,
        464
      ],
      "parameters": {
        "color": 7,
        "height": 80,
        "content": "Step 4: Revision loop (max 3 iterations)"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "d3901d5c-3c3f-493a-8d2d-ee72fe9d9294",
  "connections": {
    "d2c1f8f5-3208-4da2-9e9d-7a672ab832ec": {
      "main": [
        [
          {
            "node": "613fa585-dc2f-4a7b-b86c-1b21f4181eaa",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "706f4e3f-d0c6-423c-9f55-31fc07ffc31a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b45a3f11-9078-4eb9-b9bf-b4ffcdde47bd": {
      "main": [
        [
          {
            "node": "1e70ec29-68b3-441b-9e18-3c8cf6d3e999",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "f36aa2d0-cdd9-4604-b6b0-3cc98426cfc7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1e70ec29-68b3-441b-9e18-3c8cf6d3e999": {
      "main": [
        [
          {
            "node": "26d3885d-2b2a-4334-9387-7bf0c1de492b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "d0f1d89d-c6cc-4a39-b6f7-35d6f90373a0": {
      "main": [
        [
          {
            "node": "b45a3f11-9078-4eb9-b9bf-b4ffcdde47bd",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b2b9acb7-e8de-4d86-9bf7-465ec2f405f2": {
      "main": [
        [
          {
            "node": "2d998128-7307-47e1-b595-370097ac0565",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "f36aa2d0-cdd9-4604-b6b0-3cc98426cfc7": {
      "main": [
        [
          {
            "node": "26d3885d-2b2a-4334-9387-7bf0c1de492b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e7694ae4-8525-4158-8793-a57192db5682": {
      "main": [
        [
          {
            "node": "1105ab26-1006-4dba-a9d3-d8112cca9246",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "b2b9acb7-e8de-4d86-9bf7-465ec2f405f2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2d998128-7307-47e1-b595-370097ac0565": {
      "main": [
        [
          {
            "node": "d2c1f8f5-3208-4da2-9e9d-7a672ab832ec",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "06120531-7647-49d8-9312-42c4e95dadba": {
      "main": [
        [
          {
            "node": "613fa585-dc2f-4a7b-b86c-1b21f4181eaa",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "706f4e3f-d0c6-423c-9f55-31fc07ffc31a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "26d3885d-2b2a-4334-9387-7bf0c1de492b": {
      "main": [
        [
          {
            "node": "06120531-7647-49d8-9312-42c4e95dadba",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "227e34be-3865-4451-9385-015c0bd7d589": {
      "main": [
        [
          {
            "node": "e7694ae4-8525-4158-8793-a57192db5682",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "706f4e3f-d0c6-423c-9f55-31fc07ffc31a": {
      "main": [
        [
          {
            "node": "55fc1aa6-56a3-44c2-8c78-96783dd38938",
            "type": "main",
            "index": 0
          },
          {
            "node": "227e34be-3865-4451-9385-015c0bd7d589",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Preguntas frecuentes

¿Cómo usar este flujo de trabajo?

Copie el código de configuración JSON de arriba, cree un nuevo flujo de trabajo en su instancia de n8n y seleccione "Importar desde JSON", pegue la configuración y luego modifique la configuración de credenciales según sea necesario.

¿En qué escenarios es adecuado este flujo de trabajo?

Avanzado - Creación de contenido, IA Multimodal

¿Es de pago?

Este flujo de trabajo es completamente gratuito, puede importarlo y usarlo directamente. Sin embargo, tenga en cuenta que los servicios de terceros utilizados en el flujo de trabajo (como la API de OpenAI) pueden requerir un pago por su cuenta.

Información del flujo de trabajo
Nivel de dificultad
Avanzado
Número de nodos20
Categoría2
Tipos de nodos6
Descripción de la dificultad

Adecuado para usuarios avanzados, flujos de trabajo complejos con 16+ nodos

Autor
Chris Rudy

Chris Rudy

@chrisrudy

DTC Marketing consultant with over 6 years of experience and over $25m in ad spend managed

Enlaces externos
Ver en n8n.io

Compartir este flujo de trabajo

Categorías

Categorías: 34