使用AI Agent检查Instagram个人资料
高级
这是一个AI Summarization, Multimodal AI领域的自动化工作流,包含 24 个节点。主要使用 Airtop, Filter, GoogleSheets, SplitInBatches, Agent 等节点。 使用Airtop抓取和GPT-4o智能自动化Instagram个人资料分析
前置要求
- •Google Sheets API 凭证
- •OpenAI API Key
使用的节点 (24)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "NT7yPTiD6YVUxKIu",
"meta": {
"instanceId": "01b3c21040055da927cdacd88650fdf6b378a3eba7221da4c263f074ad09ab91",
"templateCredsSetupCompleted": true
},
"name": "使用 AI Agent 检查 Instagram 个人资料",
"tags": [
{
"id": "I6EGQCOkBeLvHxOs",
"name": "n8n-creator",
"createdAt": "2025-08-07T16:15:38.552Z",
"updatedAt": "2025-08-07T16:15:38.552Z"
}
],
"nodes": [
{
"id": "b6c19cd0-fc32-4d48-a126-ea9bd18d9e9a",
"name": "创建新会话",
"type": "n8n-nodes-base.airtop",
"position": [
816,
160
],
"parameters": {
"profileName": "luis-testes-n8n",
"additionalFields": {},
"saveProfileOnTermination": true
},
"credentials": {
"airtopApi": {
"id": "um57kIlWph3OBAp9",
"name": "Airtop - Luís"
}
},
"typeVersion": 1
},
{
"id": "92064a35-da79-46a4-bc3b-16f2f49c8da3",
"name": "创建新窗口",
"type": "n8n-nodes-base.airtop",
"position": [
992,
160
],
"parameters": {
"url": "=https://www.instagram.com/{{ $('Processar Itens').item.json['@ - Instagram'] }}/",
"resource": "window",
"sessionId": "={{ $('Criar Nova Sessão').item.json.sessionId }}",
"additionalFields": {}
},
"credentials": {
"airtopApi": {
"id": "um57kIlWph3OBAp9",
"name": "Airtop - Luís"
}
},
"typeVersion": 1
},
{
"id": "7252cd11-d797-4f74-b7f3-1a953e4e7f22",
"name": "搜索页面",
"type": "n8n-nodes-base.airtop",
"position": [
1184,
160
],
"parameters": {
"prompt": "=This is an Instagram profile page. Extract the following data:\n\n- Name: Extract the full name of the profile owner.\n- Description: Provide the profile description or bio.\n- Number of Publications: Extract the total number of publications\n- Followers: Extract the total number of followers.\n- Followed: Extract the total number of accounts followed by this profile.\n- Reels: Provide a link to the Reels section of the profile.\n- Stories: list all the stories, with its information, in the profile\n- First Five Publications: Extract details of the first five posts, including:\n - Image or video description\n - Date of publication\n - Number of likes and comments if available\n - Any hashtags or mentions included in the post",
"resource": "extraction",
"operation": "query",
"additionalFields": {}
},
"credentials": {
"airtopApi": {
"id": "um57kIlWph3OBAp9",
"name": "Airtop - Luís"
}
},
"typeVersion": 1
},
{
"id": "f944eeb7-70e7-49a3-a690-083e84bea4da",
"name": "结束会话",
"type": "n8n-nodes-base.airtop",
"position": [
1376,
160
],
"parameters": {
"operation": "terminate"
},
"credentials": {
"airtopApi": {
"id": "um57kIlWph3OBAp9",
"name": "Airtop - Luís"
}
},
"typeVersion": 1
},
{
"id": "e8e2ebb2-ae6b-49cc-939c-935e6f31af20",
"name": "自动修复输出解析器",
"type": "@n8n/n8n-nodes-langchain.outputParserAutofixing",
"position": [
2176,
400
],
"parameters": {
"options": {
"prompt": "Instructions:\n--------------\n{instructions}\n--------------\nCompletion:\n--------------\n{completion}\n--------------\n\nAbove, the Completion did not satisfy the constraints given in the Instructions.\nError:\n--------------\n{error}\n--------------\n\nPlease try again. Please only respond with an answer that satisfies the constraints laid out in the Instructions:"
}
},
"typeVersion": 1
},
{
"id": "5a6c6850-fbd7-475b-b6c7-ae64da13ccb1",
"name": "OpenAI 聊天模型1",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
2112,
608
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini",
"cachedResultName": "gpt-4o-mini"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "l41AFB784LgKsEN1",
"name": "OpenAi - API CO"
}
},
"typeVersion": 1.2
},
{
"id": "20142349-a1a9-4666-aa88-f6e30eca8969",
"name": "结构化输出解析器",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
2352,
608
],
"parameters": {
"jsonSchemaExample": "{\n \"filtro\": \"Aprovado ou Reprovado\",\n \"nota\": \"de 0 a 10\",\n \"analise_completa\":\"aqui a analise detalhada\"\n}"
},
"typeVersion": 1.2
},
{
"id": "c1c7209d-7c56-4897-848d-476f6d1bd126",
"name": "自动修复输出解析器1",
"type": "@n8n/n8n-nodes-langchain.outputParserAutofixing",
"position": [
1680,
400
],
"parameters": {
"options": {
"prompt": "Instructions:\n--------------\n{instructions}\n--------------\nCompletion:\n--------------\n{completion}\n--------------\n\nAbove, the Completion did not satisfy the constraints given in the Instructions.\nError:\n--------------\n{error}\n--------------\n\nPlease try again. Please only respond with an answer that satisfies the constraints laid out in the Instructions:"
}
},
"typeVersion": 1
},
{
"id": "e5067772-07fd-4dfc-8f92-78c105a515ce",
"name": "OpenAI聊天模型2",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
1616,
608
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini",
"cachedResultName": "gpt-4o-mini"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "l41AFB784LgKsEN1",
"name": "OpenAi - API CO"
}
},
"typeVersion": 1.2
},
{
"id": "c8ddfd1e-e0ed-4f6a-805f-26bdc74b9778",
"name": "结构化输出解析器1",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
1856,
608
],
"parameters": {
"jsonSchemaExample": "{\n \"Nome Perfil\": \"Nome\",\n \"descricao\": \"Descrição\",\n \"infos do perfil\": \"Informações do perfil\",\n \"Destaques\": \"Stories\",\n \"Post 1\": \"Descrição\",\n \"Post 2\": \"Descrição\",\n \"Post 3\": \"Descrição\",\n \"Post 4\": \"Descrição\",\n \"Post 5\": \"Descrição\"\n}\n"
},
"typeVersion": 1.2
},
{
"id": "b53d96a9-b9cd-447b-8fea-fc39c6f31feb",
"name": "调整 Instagram 输出",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
1632,
176
],
"parameters": {
"text": "=Segue as informações do perfil para você tratar:\n\n{{ $('Pesquisar página').item.json.data.modelResponse }}",
"options": {
"systemMessage": "=## Objetivo:\n\nSua função é pegar o texto recebido e fazer a separação dos conteúdos no modelo de Output Parser.\n\n## Estrutura:\nSepare as informações em:\n - Nome do Perfil: Nome\n - Descrição do Perfil: Descrição\n - Informações do Perfil: Número de Publicações, Seguidores, Seguidos\n - Destaques: Stories\n - Post 1\n - Descrição\n - Post 2\n - Descrição\n - Post 3\n - Descrição\n - Post 4\n - Descrição\n - Post 5\n - Descrição\n\n\n## Formato de resposta:\n\n(JSON)\n"
},
"promptType": "define",
"hasOutputParser": true
},
"typeVersion": 1.9
},
{
"id": "f9051045-3176-4545-b9a9-2d78708646f9",
"name": "个人资料数据分析",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
2096,
176
],
"parameters": {
"text": "=Segue as informações que foram encontradas do Perfil para sua análise.\n\nNome do Perfil: {{ $json.output['Nome Perfil'] }}\nDescrição/ Bio do Perfil: {{ $json.output.descricao }}\nInformações do Perfil: {{ $json.output['infos do perfil'] }}\nDestaques: {{ $json.output.Destaques }}\n\nPost 1 - Descrição: {{ $json.output['Post 1'] }}\n---\nPost 2 - Descrição: {{ $json.output['Post 2'] }}\n---\nPost 3 - Descrição: {{ $json.output['Post 3'] }}\n---\nPost 4 - Descrição: {{ $json.output['Post 4'] }}\n---\nPost 5 - Descrição: {{ $json.output['Post 5'] }}\n",
"options": {
"systemMessage": "=## Persona:\nVocê é um agente de IA especialista em fazer análise de Perfis no Instagram.\n\n## Função:\nA sua função é analisar informações e dados de perfis de Instagram de empresários e empreendedores. \n\n## Objetivo:\nO seu objetivo é diagnosticar se o perfil do Instagram é ideal para fazer parte de um grupo de empreendedores digitais de alto nível, então o perfil precisa apresentar sinais de faturamento expressivo.\n\n## Comportamento:\nPara chegar no seu objetivo analise: \n\n1- Identificar se é do nicho de Marketing Digital, pois é o único nicho que queremos que seja analisado. O restante que não for de Marketing Digital pode reprovar.\n2- informações do perfil que indique \"resultado\" (participação em mastersminds/eventos, placas de premiação, prints, seguidores) \n3- identificar se essa pessoa não mexe com algo errado/ilícito (Casas de Apostas, Produtos de Nicho Black, Política, etc.) \n4- Analise se as informações do perfil, se condizem com o que foi dito na bio/ descrição do perfil. \n5- Caso exista alguma evidência onde indica que o perfil fatura menos de 1 milhão de reais por ano, reprove.\n\n## Importante:\nNão é preciso ter uma comprovação clara de resultados que sejam acima de 1 milhão de reais/ano. Use o número de 1 milhão de reais apenas caso exista uma comprovação clara desse resultado.\n\n- Resumindo: Não ter a certeza de que o perfil fatura acima de 1 milhão de reais/ano não o elimina, o que elimina é a certeza de que ele fatura menos\n\nQuando for me responder, também quero que me dê: \n- Uma decisão: aprovado ou reprovado \n- Uma nota de confiança (0 a 10) \n- Uma sugestão de assunto para puxar papo no direct (caso seja aprovado)\n\n- Caso ãao tenha dados dos posts devido o seu perfil ser privado, traga iáo na analise. Exemplo de texto na análise: Descrição: Informações de posts não disponíveis devido ao perfil ser privado.\"\n\n## Formato da resposta:\n(JSON)\n{\n \"filtro\": \"Aprovado ou Reprovado\",\n \"nota\": \"de 0 a 10\",\n \"sugestao_papo\": \"sugestão de assunto para puxar papo no direct (caso seja aprovado)\n \"analise_completa\":\"aqui a análise detalhada\"\n}"
},
"promptType": "define",
"hasOutputParser": true
},
"typeVersion": 1.9
},
{
"id": "56a6e5e0-13b7-4214-bb39-bfca9dbf41c0",
"name": "更新后的新行",
"type": "n8n-nodes-base.googleSheetsTrigger",
"position": [
208,
128
],
"parameters": {
"event": "rowUpdate",
"options": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1rXvJuMg1LHsF5dHZobFmfZ3wk60jjp-bC-WkmIH8Jqc/edit#gid=0",
"cachedResultName": "Página1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1rXvJuMg1LHsF5dHZobFmfZ3wk60jjp-bC-WkmIH8Jqc",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1rXvJuMg1LHsF5dHZobFmfZ3wk60jjp-bC-WkmIH8Jqc/edit?usp=drivesdk",
"cachedResultName": "[TEMPLATE] - Instagram Profiles"
}
},
"credentials": {
"googleSheetsTriggerOAuth2Api": {
"id": "ccEdNTW20cQAzZg8",
"name": "Sheets - Luís"
}
},
"typeVersion": 1
},
{
"id": "8c0ce121-888e-4fd9-bebb-6d0c3dbfe667",
"name": "处理项目",
"type": "n8n-nodes-base.splitInBatches",
"position": [
608,
128
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "7c434303-2b67-4090-a1cd-497297b4402f",
"name": "更新电子表格中的行",
"type": "n8n-nodes-base.googleSheets",
"position": [
2544,
176
],
"parameters": {
"columns": {
"value": {
"Bio": "={{ $('Ajustar Saída Instagram').item.json.output.descricao }}",
"Nome": "{{ $('Processar Itens').item.json['@ - Instagram'] }}",
"Analisado": "=Analisado em {{ $now.format('dd/MM/yyyy T') }}",
"Análise IA": "={{ $json.output.analise_completa }}",
"@ - Instagram": "={{ $('Processar Itens').item.json['@ - Instagram'] }}",
"Informações": "={{ $('Ajustar Saída Instagram').item.json.output['infos do perfil'] }}",
"Aprovação IA": "={{ $json.output.filtro }}",
"Link do Perfil": "=https://www.instagram.com/{{ $('Nova linha Atualizada').item.json['@ - Instagram'] }}/",
"Nota de Confiança": "={{ $json.output.nota }}"
},
"schema": [
{
"id": "Ativar Automação",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "Ativar Automação",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "@ - Instagram",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "@ - Instagram",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Nome",
"type": "string",
"display": true,
"required": false,
"displayName": "Nome",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Bio",
"type": "string",
"display": true,
"required": false,
"displayName": "Bio",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Informações",
"type": "string",
"display": true,
"required": false,
"displayName": "Informações",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Aprovação Humana",
"type": "string",
"display": true,
"required": false,
"displayName": "Aprovação Humana",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Aprovação IA",
"type": "string",
"display": true,
"required": false,
"displayName": "Aprovação IA",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Nota de Confiança",
"type": "string",
"display": true,
"required": false,
"displayName": "Nota de Confiança",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Análise IA",
"type": "string",
"display": true,
"required": false,
"displayName": "Análise IA",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Analisado",
"type": "string",
"display": true,
"required": false,
"displayName": "Analisado",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Link do Perfil",
"type": "string",
"display": true,
"required": false,
"displayName": "Link do Perfil",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "row_number",
"type": "number",
"display": true,
"removed": true,
"readOnly": true,
"required": false,
"displayName": "row_number",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"@ - Instagram"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "update",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1rXvJuMg1LHsF5dHZobFmfZ3wk60jjp-bC-WkmIH8Jqc/edit#gid=0",
"cachedResultName": "Profiles"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1rXvJuMg1LHsF5dHZobFmfZ3wk60jjp-bC-WkmIH8Jqc",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1rXvJuMg1LHsF5dHZobFmfZ3wk60jjp-bC-WkmIH8Jqc/edit?usp=drivesdk",
"cachedResultName": "[TEMPLATE] - Instagram Profiles"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "UgNctXs1hcHDq3gI",
"name": "Google Sheets - Luís"
}
},
"typeVersion": 4.6
},
{
"id": "6813d4d6-1470-4662-a3f7-b36d0ef82256",
"name": "替换我",
"type": "n8n-nodes-base.noOp",
"position": [
2864,
576
],
"parameters": {},
"typeVersion": 1
},
{
"id": "0e0d5f1d-c880-4ffb-bc01-b14ddec40179",
"name": "激活过滤器 - 电子表格",
"type": "n8n-nodes-base.filter",
"position": [
416,
128
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "20034d81-bf44-45e0-a29c-8b113c2383e4",
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
},
"leftValue": "={{ $json['Ativar Automação'] }}",
"rightValue": "Aprovado"
},
{
"id": "8b3d201f-cf1e-43d7-9d99-a13b3a769b82",
"operator": {
"type": "string",
"operation": "empty",
"singleValue": true
},
"leftValue": "={{ $json.Analisado }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "8f597912-9c9f-437d-8668-7c3686cfb273",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
160,
32
],
"parameters": {
"color": 3,
"width": 416,
"height": 256,
"content": "## 在电子表格中激活分析"
},
"typeVersion": 1
},
{
"id": "820fdbf4-2f5e-41b4-bb57-61114373af94",
"name": "便签 1",
"type": "n8n-nodes-base.stickyNote",
"position": [
752,
64
],
"parameters": {
"color": 5,
"width": 384,
"height": 256,
"content": "## Airtop"
},
"typeVersion": 1
},
{
"id": "5fc9c7af-06cf-4077-82ab-62fafc6fd2b7",
"name": "便签 2",
"type": "n8n-nodes-base.stickyNote",
"position": [
752,
-192
],
"parameters": {
"width": 784,
"height": 224,
"content": "## - **Airtop 每月为您提供 5,000 免费积分!**"
},
"typeVersion": 1
},
{
"id": "370eda50-a4af-4ee0-a515-d4be4c7bb3cd",
"name": "便签 3",
"type": "n8n-nodes-base.stickyNote",
"position": [
1152,
64
],
"parameters": {
"color": 4,
"width": 384,
"height": 256,
"content": "## Airtop"
},
"typeVersion": 1
},
{
"id": "d68546d2-a295-4445-b45a-e219f385f87f",
"name": "便签 4",
"type": "n8n-nodes-base.stickyNote",
"position": [
1552,
64
],
"parameters": {
"color": 6,
"width": 384,
"height": 256,
"content": "## AI"
},
"typeVersion": 1
},
{
"id": "1837535f-7216-4a5a-95c8-12b3084656ac",
"name": "便签 5",
"type": "n8n-nodes-base.stickyNote",
"position": [
2016,
64
],
"parameters": {
"color": 6,
"width": 384,
"height": 256,
"content": "## 第二 AI"
},
"typeVersion": 1
},
{
"id": "471d1877-ce58-477f-af72-d96d37a52843",
"name": "便签6",
"type": "n8n-nodes-base.stickyNote",
"position": [
2432,
64
],
"parameters": {
"color": 3,
"width": 304,
"height": 256,
"content": "## 更新电子表格"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "442b72c1-2335-489f-a744-713a43b390b1",
"connections": {
"Replace Me": {
"main": [
[
{
"node": "Processar Itens",
"type": "main",
"index": 0
}
]
]
},
"Processar Itens": {
"main": [
[],
[
{
"node": "Criar Nova Sessão",
"type": "main",
"index": 0
}
]
]
},
"Terminar Sessão": {
"main": [
[
{
"node": "Ajustar Saída Instagram",
"type": "main",
"index": 0
}
]
]
},
"Pesquisar página": {
"main": [
[
{
"node": "Terminar Sessão",
"type": "main",
"index": 0
}
]
]
},
"Criar Nova Sessão": {
"main": [
[
{
"node": "Criar uma nova Janela",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model1": {
"ai_languageModel": [
[
{
"node": "Auto-fixing Output Parser",
"type": "ai_languageModel",
"index": 0
},
{
"node": "Análise de Dados do Perfil",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"OpenAI Chat Model2": {
"ai_languageModel": [
[
{
"node": "Auto-fixing Output Parser1",
"type": "ai_languageModel",
"index": 0
},
{
"node": "Ajustar Saída Instagram",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Criar uma nova Janela": {
"main": [
[
{
"node": "Pesquisar página",
"type": "main",
"index": 0
}
]
]
},
"Nova linha Atualizada": {
"main": [
[
{
"node": "Filtrar Ativação - Planilha",
"type": "main",
"index": 0
}
]
]
},
"Ajustar Saída Instagram": {
"main": [
[
{
"node": "Análise de Dados do Perfil",
"type": "main",
"index": 0
}
]
]
},
"Structured Output Parser": {
"ai_outputParser": [
[
{
"node": "Auto-fixing Output Parser",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"Auto-fixing Output Parser": {
"ai_outputParser": [
[
{
"node": "Análise de Dados do Perfil",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"Structured Output Parser1": {
"ai_outputParser": [
[
{
"node": "Auto-fixing Output Parser1",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"Auto-fixing Output Parser1": {
"ai_outputParser": [
[
{
"node": "Ajustar Saída Instagram",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"Análise de Dados do Perfil": {
"main": [
[
{
"node": "Atualizar Linha na Planilha",
"type": "main",
"index": 0
}
]
]
},
"Atualizar Linha na Planilha": {
"main": [
[
{
"node": "Replace Me",
"type": "main",
"index": 0
}
]
]
},
"Filtrar Ativação - Planilha": {
"main": [
[
{
"node": "Processar Itens",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - AI 摘要总结, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
基于AI的潜在客户信息增强(Bright Data MCP和Google Sheets)
基于AI的潜在客户信息增强:使用Bright Data MCP和Google Sheets
If
Set
Wait
+19
51 节点Cyril Nicko Gaspar
销售
每日 WhatsApp 群组智能分析:GPT-4.1 分析与语音消息转录
每日 WhatsApp 群组智能分析:GPT-4.1 分析与语音消息转录
If
Set
Code
+20
52 节点Daniel Lianes
杂项
在可视化参考库中探索n8n节点
在可视化参考库中探索n8n节点
If
Ftp
Set
+93
113 节点I versus AI
其他
LEDGERS - 使用AI提示添加联系人
从非结构化数据解析创建LEDGERS联系人 - 使用GPT-4o
If
Gmail
Split In Batches
+7
13 节点LEDGERS
AI 摘要总结
每日WhatsApp摘要与群组级别控制
WhatsApp群组摘要工作流
If
Set
Code
+13
39 节点Luís Philipe Trindade
个人效率
使用OpenAI、RunwayML和ElevenLabs自动化无脸短视频
使用OpenAI、RunwayML和ElevenLabs自动化无脸短视频:从脚本到社交媒体
Set
Code
Wait
+18
56 节点LeeWei
内容创作
工作流信息
难度等级
高级
节点数量24
分类2
节点类型11
作者
Luís Philipe Trindade
@luistrindadeBusiness Ops Analyst with over 3 years experience helping sales and marketing teams to streamline their processes
外部链接
在 n8n.io 查看 →
分享此工作流