Mi workflow
Este es unAIflujo de automatización del dominio deautomatización que contiene 23 nodos.Utiliza principalmente nodos como If, Set, Merge, GoogleSheets, Agent, combinando tecnología de inteligencia artificial para lograr automatización inteligente. Automatizar publicaciones de carrusel de Instagram desde Google Sheets con Gemini AI y Meta Graph API
- •Credenciales de API de Google Sheets
- •Credenciales de Graph API de Facebook
- •Clave de API de Google Gemini
Nodos utilizados (23)
Categoría
{
"id": "jjcbBWjY6m4NSYsd",
"meta": {
"instanceId": "ad604eed9bc7266d7c51f1601812cdcd257bed52b6e8cc7b101f01f2c0f27d74"
},
"name": "My workflow",
"tags": [],
"nodes": [
{
"id": "0353286b-7007-4730-a5d3-713ed49fc5a9",
"name": "Disparador programado",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-1640,
280
],
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"hoursInterval": 2
}
]
}
},
"typeVersion": 1.2
},
{
"id": "f5cc3058-f416-4984-b0ba-44c7a4375e31",
"name": "Edit Fields",
"type": "n8n-nodes-base.set",
"position": [
-840,
280
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "24a5435b-0cae-4073-a418-04079babfec4",
"name": "Caption",
"type": "string",
"value": "={{ $json.output }}"
},
{
"id": "db233d98-9f75-4e46-8ecc-9fe80cc055db",
"name": "Node",
"type": "string",
"value": "place node id here"
},
{
"id": "27cf721b-5602-402c-b478-5965a563e812",
"name": "mainimage",
"type": "string",
"value": "={{ $('Is Uploaded?').item.json.mainimage }}"
},
{
"id": "c53958de-e046-4656-b9fc-aba0a91ae2e9",
"name": "carousel1",
"type": "string",
"value": "={{ $('Is Uploaded?').item.json.carousel1 }}"
},
{
"id": "8dd04bad-0c5b-4070-81ad-dfb7e5e6df29",
"name": "carousel2",
"type": "string",
"value": "={{ $('Is Uploaded?').item.json.carousel2 }}"
},
{
"id": "2bf2b524-5571-483f-8191-1962161641e0",
"name": "carousel3",
"type": "string",
"value": "={{ $('Is Uploaded?').item.json.carousel3 }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "0cf672ea-d316-4ff3-a28c-3318339e6308",
"name": "Agente IA",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-1200,
280
],
"parameters": {
"text": "=Create an Instagram ad description based on the following. Use 4-5 relevant hashtags. Ensure the text is between 500–800 characters, includes emojis, and formats neatly with proper spacing and line breaks.\n\nImportant Instructions:\n\nDO NOT use the * symbol, do not make any text bold. The only symbols you can use are (,.-)\nDo NOT include any website URLs or clickable links.\n\nInstead, prompt users to check the Instagram bio for the link to order or learn more.\n\nAll prices must be displayed in R (South African Rand).\n\nOutput should be formatted for a direct Instagram post using the n8n post node.\n\nThe following is the product info:\n\nTitle:\n{{ $json.title }}\n\nDescription:\n{{ $json.description }}\n\nPrice:\nPrice: {{ $json.price }}\nSale Price: {{ $json.sale_price }}\n\nHere is an updated example output for reference:\n\n📸 Instantly print your favorite memories with the Xiaomi Instant Photo Printer 1S Set!\nThis all-in-one kit lets you snap moments on your phone and turn them into beautiful prints in just minutes. With vivid color accuracy, multiple print options, and a bonus 50-page photo album, it’s perfect for memory lovers! 🎞️✨\n\n🔥 LIMITED-TIME OFFER\nGet it now for just R3335 (Was R4175) – Save big while stocks last! 🛒\n\n🔗 Tap the link in our bio to order or learn more!\n\n#InstantPhotoPrinter #PhotographyLovers #XiaomiPrinter #PrintYourMemories #NovaStoreTech",
"options": {},
"promptType": "define"
},
"typeVersion": 2
},
{
"id": "7cb3032e-4fd0-49e5-b17c-996b621ed224",
"name": "Modelo de chat Google Gemini",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
-1160,
500
],
"parameters": {
"options": {},
"modelName": "models/gemini-1.5-flash"
},
"typeVersion": 1
},
{
"id": "05c6762a-519f-4253-81e7-113278385203",
"name": "Post to IG",
"type": "n8n-nodes-base.facebookGraphApi",
"position": [
1640,
260
],
"parameters": {
"edge": "media_publish",
"node": "={{ $('Edit Fields').item.json.Node }}",
"options": {
"queryParameters": {
"parameter": [
{
"name": "creation_id",
"value": "={{ $json.id }}"
}
]
}
},
"graphApiVersion": "v22.0",
"httpRequestMethod": "POST"
},
"typeVersion": 1
},
{
"id": "c1738cf0-5f5a-4ac8-841d-ba3c2124b6af",
"name": "Mark Uploaded",
"type": "n8n-nodes-base.googleSheets",
"position": [
1860,
260
],
"parameters": {
"columns": {
"value": {
"ID": "={{ $('Is Uploaded?').item.json.ID }}",
"uploaded?": "yes"
},
"schema": [
{
"id": "ID",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "ID",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "title",
"type": "string",
"display": true,
"required": false,
"displayName": "title",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "description",
"type": "string",
"display": true,
"required": false,
"displayName": "description",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "price",
"type": "string",
"display": true,
"required": false,
"displayName": "price",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "sale_price",
"type": "string",
"display": true,
"required": false,
"displayName": "sale_price",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "product_link",
"type": "string",
"display": true,
"required": false,
"displayName": "product_link",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "mainimage",
"type": "string",
"display": true,
"required": false,
"displayName": "mainimage",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "carousel1",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "carousel1",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "carousel2",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "carousel2",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "carousel3",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "carousel3",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "uploaded?",
"type": "string",
"display": true,
"required": false,
"displayName": "uploaded?",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "row_number",
"type": "string",
"display": true,
"removed": true,
"readOnly": true,
"required": false,
"displayName": "row_number",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"ID"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "update",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1L2qFg7rx4VQmnNIWMVtbxe6xmJXsobyAM6mXQIpUtuI/edit#gid=0",
"cachedResultName": "Products To Upload"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1L2qFg7rx4VQmnNIWMVtbxe6xmJXsobyAM6mXQIpUtuI",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1L2qFg7rx4VQmnNIWMVtbxe6xmJXsobyAM6mXQIpUtuI/edit?usp=drivesdk",
"cachedResultName": "Products To Upload"
}
},
"typeVersion": 4.6
},
{
"id": "badc2312-f679-4bf3-8ca5-46b6e80ab0e5",
"name": "Is Uploaded?",
"type": "n8n-nodes-base.googleSheets",
"position": [
-1420,
280
],
"parameters": {
"options": {
"returnFirstMatch": true
},
"filtersUI": {
"values": [
{
"lookupValue": "no",
"lookupColumn": "uploaded?"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1L2qFg7rx4VQmnNIWMVtbxe6xmJXsobyAM6mXQIpUtuI/edit#gid=0",
"cachedResultName": "Products To Upload"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1L2qFg7rx4VQmnNIWMVtbxe6xmJXsobyAM6mXQIpUtuI",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1L2qFg7rx4VQmnNIWMVtbxe6xmJXsobyAM6mXQIpUtuI/edit?usp=drivesdk",
"cachedResultName": "Products To Upload"
}
},
"typeVersion": 4.6
},
{
"id": "8f3b65f2-abe2-499b-9b16-e20e00be18bf",
"name": "Facebook Graph API",
"type": "n8n-nodes-base.facebookGraphApi",
"onError": "continueRegularOutput",
"position": [
0,
0
],
"parameters": {
"edge": "media",
"node": "={{ $json.Node }}",
"options": {
"queryParameters": {
"parameter": [
{
"name": "image_url",
"value": "={{ $json.mainimage }}"
},
{
"name": "is_carousel_item",
"value": "true"
}
]
}
},
"graphApiVersion": "v22.0",
"httpRequestMethod": "POST"
},
"typeVersion": 1
},
{
"id": "391ee280-f317-4148-93c5-3e1d5b9d3e53",
"name": "Facebook Graph API2",
"type": "n8n-nodes-base.facebookGraphApi",
"onError": "continueRegularOutput",
"position": [
0,
300
],
"parameters": {
"edge": "media",
"node": "={{ $json.Node }}",
"options": {
"queryParameters": {
"parameter": [
{
"name": "image_url",
"value": "={{ $json.carousel2 }}"
},
{
"name": "is_carousel_item",
"value": "true"
}
]
}
},
"graphApiVersion": "v22.0",
"httpRequestMethod": "POST"
},
"typeVersion": 1
},
{
"id": "005b1b8a-a651-4a29-8b9d-9731de653b33",
"name": "Facebook Graph API3",
"type": "n8n-nodes-base.facebookGraphApi",
"onError": "continueRegularOutput",
"position": [
0,
460
],
"parameters": {
"edge": "media",
"node": "={{ $json.Node }}",
"options": {
"queryParameters": {
"parameter": [
{
"name": "image_url",
"value": "={{ $json.carousel3 }}"
},
{
"name": "is_carousel_item",
"value": "true"
}
]
}
},
"graphApiVersion": "v22.0",
"httpRequestMethod": "POST"
},
"typeVersion": 1
},
{
"id": "ccbdbb81-87a6-4688-9684-a2366483c2a1",
"name": "Has Image 2",
"type": "n8n-nodes-base.if",
"position": [
-260,
320
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "loose"
},
"combinator": "and",
"conditions": [
{
"id": "e41edd0d-31ad-4653-9664-b4028ac72da0",
"operator": {
"type": "string",
"operation": "notEmpty",
"singleValue": true
},
"leftValue": "={{ $json.carousel2 }}",
"rightValue": ""
}
]
},
"looseTypeValidation": true
},
"typeVersion": 2.2
},
{
"id": "55c165bf-4766-430c-8d1c-bf7291b3dcbd",
"name": "Has Image 3",
"type": "n8n-nodes-base.if",
"position": [
-260,
480
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "loose"
},
"combinator": "and",
"conditions": [
{
"id": "e41edd0d-31ad-4653-9664-b4028ac72da0",
"operator": {
"type": "string",
"operation": "notEmpty",
"singleValue": true
},
"leftValue": "={{ $json.carousel3 }}",
"rightValue": ""
}
]
},
"looseTypeValidation": true
},
"typeVersion": 2.2
},
{
"id": "cfe83d6d-5e1a-456d-8f10-02839e822322",
"name": "Has Main Image",
"type": "n8n-nodes-base.if",
"position": [
-260,
20
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "loose"
},
"combinator": "and",
"conditions": [
{
"id": "e41edd0d-31ad-4653-9664-b4028ac72da0",
"operator": {
"type": "string",
"operation": "notEmpty",
"singleValue": true
},
"leftValue": "={{ $json['mainimage'] }}",
"rightValue": ""
}
]
},
"looseTypeValidation": true
},
"typeVersion": 2.2
},
{
"id": "69dd00f7-c2c3-4189-8cc2-57d3184de48f",
"name": "Has Image 1",
"type": "n8n-nodes-base.if",
"position": [
-260,
180
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "loose"
},
"combinator": "and",
"conditions": [
{
"id": "e41edd0d-31ad-4653-9664-b4028ac72da0",
"operator": {
"type": "string",
"operation": "notEmpty",
"singleValue": true
},
"leftValue": "={{ $json.carousel1 }}",
"rightValue": ""
}
]
},
"looseTypeValidation": true
},
"typeVersion": 2.2
},
{
"id": "b732f481-37f2-4a6c-ad68-7d4e7cd73c38",
"name": "Fusionar",
"type": "n8n-nodes-base.merge",
"position": [
640,
220
],
"parameters": {
"numberInputs": 4
},
"typeVersion": 3.1
},
{
"id": "e69a097f-8649-4a58-a24a-4b821fadb4c4",
"name": "Create Carousel Container",
"type": "n8n-nodes-base.facebookGraphApi",
"position": [
1420,
260
],
"parameters": {
"edge": "media",
"node": "={{ $json.Node }}",
"options": {
"queryParameters": {
"parameter": [
{
"name": "caption",
"value": "={{ $json.Caption }}"
},
{
"name": "media_type",
"value": "CAROUSEL"
},
{
"name": "children",
"value": "={{ $('Prepare Carousel Media IDs').item.json.children }}"
}
]
}
},
"graphApiVersion": "v22.0",
"httpRequestMethod": "POST"
},
"typeVersion": 1
},
{
"id": "ccd89c35-ed70-4be5-8f09-db9bc3485cf5",
"name": "Prepare Carousel Media IDs",
"type": "n8n-nodes-base.set",
"position": [
840,
240
],
"parameters": {
"mode": "raw",
"options": {},
"jsonOutput": "={\n \"children\": \"{{ $items().map(item => item.json.id).join(',') }}\"\n}\n"
},
"executeOnce": true,
"typeVersion": 3.4
},
{
"id": "5e88eda3-cf06-41a6-ab3b-3990647a7547",
"name": "Fusionar Media + Metadata",
"type": "n8n-nodes-base.merge",
"position": [
1200,
260
],
"parameters": {
"mode": "combine",
"options": {},
"combineBy": "combineByPosition"
},
"typeVersion": 3.1
},
{
"id": "7cd3754d-d19c-40d0-b405-1990b193fe0d",
"name": "Facebook Graph API1",
"type": "n8n-nodes-base.facebookGraphApi",
"onError": "continueRegularOutput",
"position": [
0,
160
],
"parameters": {
"edge": "media",
"node": "={{ $json.Node }}",
"options": {
"queryParameters": {
"parameter": [
{
"name": "image_url",
"value": "={{ $json.carousel1 }}"
},
{
"name": "is_carousel_item",
"value": "true"
}
]
}
},
"graphApiVersion": "v22.0",
"httpRequestMethod": "POST"
},
"typeVersion": 1
},
{
"id": "f7302048-dc91-4992-9174-3bdb5d685e20",
"name": "If",
"type": "n8n-nodes-base.if",
"position": [
220,
0
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "f5018c95-bb3a-4a7c-a29e-18e3281140ae",
"operator": {
"type": "number",
"operation": "equals"
},
"leftValue": "={{ $json.statusCode }}",
"rightValue": 400
}
]
}
},
"typeVersion": 2.2
},
{
"id": "e64272ab-4110-4748-9667-8dcfa200cb97",
"name": "If1",
"type": "n8n-nodes-base.if",
"position": [
220,
160
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "f5018c95-bb3a-4a7c-a29e-18e3281140ae",
"operator": {
"type": "number",
"operation": "equals"
},
"leftValue": "={{ $json.statusCode }}",
"rightValue": 400
}
]
}
},
"typeVersion": 2.2
},
{
"id": "38cda22f-439c-4f22-a756-b9a7fa5e1b26",
"name": "If2",
"type": "n8n-nodes-base.if",
"position": [
220,
300
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "f5018c95-bb3a-4a7c-a29e-18e3281140ae",
"operator": {
"type": "number",
"operation": "equals"
},
"leftValue": "={{ $json.statusCode }}",
"rightValue": 400
}
]
}
},
"typeVersion": 2.2
},
{
"id": "24b7795c-b081-4c7d-83a8-08502e226aef",
"name": "If3",
"type": "n8n-nodes-base.if",
"position": [
220,
460
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "f5018c95-bb3a-4a7c-a29e-18e3281140ae",
"operator": {
"type": "number",
"operation": "equals"
},
"leftValue": "={{ $json.statusCode }}",
"rightValue": 400
}
]
}
},
"typeVersion": 2.2
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "1c1a9a3d-f882-467a-be16-1179f0644179",
"connections": {
"f7302048-dc91-4992-9174-3bdb5d685e20": {
"main": [
[],
[
{
"node": "Merge",
"type": "main",
"index": 0
}
]
]
},
"e64272ab-4110-4748-9667-8dcfa200cb97": {
"main": [
[],
[
{
"node": "Merge",
"type": "main",
"index": 1
}
]
]
},
"38cda22f-439c-4f22-a756-b9a7fa5e1b26": {
"main": [
[],
[
{
"node": "Merge",
"type": "main",
"index": 2
}
]
]
},
"24b7795c-b081-4c7d-83a8-08502e226aef": {
"main": [
[],
[
{
"node": "Merge",
"type": "main",
"index": 3
}
]
]
},
"Merge": {
"main": [
[
{
"node": "ccd89c35-ed70-4be5-8f09-db9bc3485cf5",
"type": "main",
"index": 0
}
]
]
},
"AI Agent": {
"main": [
[
{
"node": "f5cc3058-f416-4984-b0ba-44c7a4375e31",
"type": "main",
"index": 0
}
]
]
},
"05c6762a-519f-4253-81e7-113278385203": {
"main": [
[
{
"node": "c1738cf0-5f5a-4ac8-841d-ba3c2124b6af",
"type": "main",
"index": 0
}
]
]
},
"f5cc3058-f416-4984-b0ba-44c7a4375e31": {
"main": [
[
{
"node": "cfe83d6d-5e1a-456d-8f10-02839e822322",
"type": "main",
"index": 0
},
{
"node": "69dd00f7-c2c3-4189-8cc2-57d3184de48f",
"type": "main",
"index": 0
},
{
"node": "ccbdbb81-87a6-4688-9684-a2366483c2a1",
"type": "main",
"index": 0
},
{
"node": "55c165bf-4766-430c-8d1c-bf7291b3dcbd",
"type": "main",
"index": 0
},
{
"node": "Merge Media + Metadata",
"type": "main",
"index": 1
}
]
]
},
"69dd00f7-c2c3-4189-8cc2-57d3184de48f": {
"main": [
[
{
"node": "7cd3754d-d19c-40d0-b405-1990b193fe0d",
"type": "main",
"index": 0
}
]
]
},
"ccbdbb81-87a6-4688-9684-a2366483c2a1": {
"main": [
[
{
"node": "391ee280-f317-4148-93c5-3e1d5b9d3e53",
"type": "main",
"index": 0
}
]
]
},
"55c165bf-4766-430c-8d1c-bf7291b3dcbd": {
"main": [
[
{
"node": "005b1b8a-a651-4a29-8b9d-9731de653b33",
"type": "main",
"index": 0
}
]
]
},
"badc2312-f679-4bf3-8ca5-46b6e80ab0e5": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"cfe83d6d-5e1a-456d-8f10-02839e822322": {
"main": [
[
{
"node": "8f3b65f2-abe2-499b-9b16-e20e00be18bf",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger": {
"main": [
[
{
"node": "badc2312-f679-4bf3-8ca5-46b6e80ab0e5",
"type": "main",
"index": 0
}
]
]
},
"8f3b65f2-abe2-499b-9b16-e20e00be18bf": {
"main": [
[
{
"node": "f7302048-dc91-4992-9174-3bdb5d685e20",
"type": "main",
"index": 0
}
]
]
},
"7cd3754d-d19c-40d0-b405-1990b193fe0d": {
"main": [
[
{
"node": "e64272ab-4110-4748-9667-8dcfa200cb97",
"type": "main",
"index": 0
}
]
]
},
"391ee280-f317-4148-93c5-3e1d5b9d3e53": {
"main": [
[
{
"node": "38cda22f-439c-4f22-a756-b9a7fa5e1b26",
"type": "main",
"index": 0
}
]
]
},
"005b1b8a-a651-4a29-8b9d-9731de653b33": {
"main": [
[
{
"node": "24b7795c-b081-4c7d-83a8-08502e226aef",
"type": "main",
"index": 0
}
]
]
},
"Merge Media + Metadata": {
"main": [
[
{
"node": "e69a097f-8649-4a58-a24a-4b821fadb4c4",
"type": "main",
"index": 0
}
]
]
},
"Google Gemini Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"e69a097f-8649-4a58-a24a-4b821fadb4c4": {
"main": [
[
{
"node": "05c6762a-519f-4253-81e7-113278385203",
"type": "main",
"index": 0
}
]
]
},
"ccd89c35-ed70-4be5-8f09-db9bc3485cf5": {
"main": [
[
{
"node": "Merge Media + Metadata",
"type": "main",
"index": 0
}
]
]
}
}
}¿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 - Inteligencia Artificial
¿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.
Flujos de trabajo relacionados recomendados
jacksonwells
@iamjacksonwellsAutomating everything I can with n8n — from Instagram marketing to AI content workflows. Building smarter systems with open tools and zero fluff.
Compartir este flujo de trabajo