リマインダー-1
上級
これはAI Chatbot, Multimodal AI分野の自動化ワークフローで、18個のノードを含みます。主にIf, Code, Merge, Airtable, Telegramなどのノードを使用。 GPT-4 MiniとAirtableでコードなしでスマートTelegramリマインダーを作成
前提条件
- •Airtable API Key
- •Telegram Bot Token
- •OpenAI API Key
使用ノード (18)
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "fCMzWCQbky4BFuco",
"meta": {
"instanceId": "40330a642ccb11ce42da38f8510617c42c9d78237bd7af8b3f0bd16f555497de",
"templateCredsSetupCompleted": true
},
"name": "REMINDER-1",
"tags": [],
"nodes": [
{
"id": "8a52511b-9c38-4b6f-9fd7-8a1bee075754",
"name": "Telegram Trigger",
"type": "n8n-nodes-base.telegramTrigger",
"position": [
-1264,
-48
],
"webhookId": "60d690fb-511e-46f1-b65e-91b9a201113d",
"parameters": {
"updates": [
"message"
],
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "fAVQEpE5Qwl1KApv",
"name": "Telegram account"
}
},
"typeVersion": 1
},
{
"id": "0eaae58a-19ca-4d0f-834b-b71552915e38",
"name": "AI Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-640,
-32
],
"parameters": {
"text": "=Remind input: {{$json[\"message\"][\"text\"]}}, chat_id: {{$json[\"message\"][\"chat\"][\"id\"]}}, user_id: {{$json[\"message\"][\"from\"][\"id\"]}}, now_utc: {{$now}}, default_tz: America/New_York\n",
"options": {
"systemMessage": "=Output ONLY valid JSON that matches the schema. No markdown, no extra keys, no wrapping strings.\n"
},
"promptType": "define",
"hasOutputParser": true
},
"typeVersion": 2.2
},
{
"id": "cc55f2a2-6169-4798-92bc-5a7d7992a81f",
"name": "OpenAI Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
-656,
176
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4.1-mini"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "dTjbhcB0MCUZV91w",
"name": "OpenAi account"
}
},
"typeVersion": 1.2
},
{
"id": "211b88c8-1538-4ab8-bcb6-ebf01c35fe14",
"name": "Structured Output Parser",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
-480,
176
],
"parameters": {
"schemaType": "manual",
"inputSchema": "{\n \"type\": \"object\",\n \"properties\": {\n \"chat_id\": { \"type\": \"string\" },\n \"user_id\": { \"type\": \"string\" },\n \"title\": { \"type\": \"string\" },\n \"phone\": { \"type\": [\"string\",\"null\"] },\n \"dateText\": { \"type\": [\"string\",\"null\"] },\n \"tz\": { \"type\": \"string\" },\n \"dueISO\": { \"type\": [\"string\",\"null\"] },\n \"code\": { \"type\": \"string\" }\n },\n \"required\": [\"chat_id\",\"user_id\",\"title\",\"tz\",\"code\"]\n}\n"
},
"typeVersion": 1.3
},
{
"id": "5b75fe88-d205-489a-a8ca-613dbf13c846",
"name": "レコード作成",
"type": "n8n-nodes-base.airtable",
"position": [
-64,
-32
],
"parameters": {
"base": {
"__rl": true,
"mode": "list",
"value": "appAkS7G35AGYejcP",
"cachedResultUrl": "https://airtable.com/appAkS7G35AGYejcP",
"cachedResultName": "REMINDER-TABLE"
},
"table": {
"__rl": true,
"mode": "list",
"value": "tblII8F7Rht6YaOHE",
"cachedResultUrl": "https://airtable.com/appAkS7G35AGYejcP/tblII8F7Rht6YaOHE",
"cachedResultName": "Imported table 2"
},
"columns": {
"value": {
"tz": "={{ $json.output.tz }}",
"ack": false,
"code": "={{ $json.code }}",
"phone": "={{ $json.output.phone }}",
"title": "={{ $json.output.title }}",
"due_at": "={{ $json.output.dueISO }}",
"chat_id": "={{ $json.output.chat_id }}",
"user_id": "={{ $json.output.user_id }}",
"next_due_at": "={{ $json.output.dueISO }}"
},
"schema": [
{
"id": "code",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "code",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "chat_id",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "chat_id",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "user_id",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "user_id",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "phone",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "phone",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "title",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "title",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "tz",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "tz",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "due_at",
"type": "dateTime",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "due_at",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "next_due_at",
"type": "dateTime",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "next_due_at",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "ack",
"type": "boolean",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "ack",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "daily",
"type": "boolean",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "daily",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "last_sent_for_date",
"type": "dateTime",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "last_sent_for_date",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "sent_one_hour_prior_for_date",
"type": "dateTime",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "sent_one_hour_prior_for_date",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "created_at",
"type": "string",
"display": true,
"removed": false,
"readOnly": true,
"required": false,
"displayName": "created_at",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "updated_at",
"type": "string",
"display": true,
"removed": false,
"readOnly": true,
"required": false,
"displayName": "updated_at",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "last_ping_at",
"type": "dateTime",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "last_ping_at",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "create"
},
"credentials": {
"airtableTokenApi": {
"id": "zK2Jgldwl3Wf8JaI",
"name": "Airtable Personal Access Token account"
}
},
"typeVersion": 2.1
},
{
"id": "72142d1f-1e8d-4158-b5c6-a855a184cab9",
"name": "Code",
"type": "n8n-nodes-base.code",
"position": [
-336,
-32
],
"parameters": {
"jsCode": "// 4–6 digits; change 1000/9000 if you want 5 or 6 digits\nfunction gen() { return (Math.floor(1000 + Math.random()*9000)).toString(); }\n\n// If you want to reduce collisions per chat, you can later add a quick Airtable\n// search for this chat_id and re-gen if the code exists. For most cases, this is fine.\nreturn $input.all().map(i => ({\n json: { ...i.json, code: gen() }\n}));\n"
},
"typeVersion": 2
},
{
"id": "7dbd2c57-e7d9-4773-9a86-7f36c7bc9794",
"name": "テキストメッセージ送信",
"type": "n8n-nodes-base.telegram",
"position": [
144,
-32
],
"webhookId": "f7ff7bbe-9940-4bfe-9f25-dd3a61735ce9",
"parameters": {
"text": "={{ '✅ Reminder set: ' + $json.fields.title + '. Reply ' + $json.fields.code + ' to stop the reminder.' }}\n",
"chatId": "={{ $json.fields.chat_id }}",
"additionalFields": {
"appendAttribution": false
}
},
"credentials": {
"telegramApi": {
"id": "fAVQEpE5Qwl1KApv",
"name": "Telegram account"
}
},
"typeVersion": 1.2
},
{
"id": "dda8b68b-b572-4cbe-9e96-16fbf2644316",
"name": "レコード検索",
"type": "n8n-nodes-base.airtable",
"notes": "NO DATA FOUND",
"position": [
-432,
336
],
"parameters": {
"base": {
"__rl": true,
"mode": "list",
"value": "appAkS7G35AGYejcP",
"cachedResultUrl": "https://airtable.com/appAkS7G35AGYejcP",
"cachedResultName": "REMINDER-TABLE"
},
"limit": 1,
"table": {
"__rl": true,
"mode": "list",
"value": "tblII8F7Rht6YaOHE",
"cachedResultUrl": "https://airtable.com/appAkS7G35AGYejcP/tblII8F7Rht6YaOHE",
"cachedResultName": "Imported table 2"
},
"options": {},
"operation": "search",
"returnAll": false,
"filterByFormula": "={{ `AND({ack}=0, {chat_id}='${$json.chat_id}', {code}='${$json.code}')` }}\n"
},
"credentials": {
"airtableTokenApi": {
"id": "zK2Jgldwl3Wf8JaI",
"name": "Airtable Personal Access Token account"
}
},
"notesInFlow": false,
"typeVersion": 2.1,
"alwaysOutputData": true
},
{
"id": "e650464c-ebdd-46e4-979b-2d6cd2e02292",
"name": "レコード削除",
"type": "n8n-nodes-base.airtable",
"position": [
160,
432
],
"parameters": {
"id": "={{ $json.id }}",
"base": {
"__rl": true,
"mode": "list",
"value": "appAkS7G35AGYejcP",
"cachedResultUrl": "https://airtable.com/appAkS7G35AGYejcP",
"cachedResultName": "REMINDER-TABLE"
},
"table": {
"__rl": true,
"mode": "list",
"value": "tblII8F7Rht6YaOHE",
"cachedResultUrl": "https://airtable.com/appAkS7G35AGYejcP/tblII8F7Rht6YaOHE",
"cachedResultName": "Imported table 2"
},
"operation": "deleteRecord"
},
"credentials": {
"airtableTokenApi": {
"id": "zK2Jgldwl3Wf8JaI",
"name": "Airtable Personal Access Token account"
}
},
"typeVersion": 2.1
},
{
"id": "9fb6f754-8b9a-4176-a0d2-63b9b4f75ae2",
"name": "Merge",
"type": "n8n-nodes-base.merge",
"position": [
352,
336
],
"parameters": {
"mode": "chooseBranch"
},
"typeVersion": 3.2
},
{
"id": "40cb1cde-5497-49ef-a4c8-efb5497e31a4",
"name": "データ解析",
"type": "n8n-nodes-base.code",
"position": [
-848,
352
],
"parameters": {
"jsCode": "const text = ($json.message?.text ?? $json.callback_query?.data ?? '').trim();\nconst chatId = String($json.message?.chat?.id ?? $json.callback_query?.message?.chat?.id ?? '');\n\nconst m = text.match(/\\b(\\d{4,6})\\b/); // accept 4–6 digits anywhere: \"5855\", \"YES 5855\", \"stop 5855\"\nconst yesOnly = /^yes$/i.test(text); // plain YES (no code)\n\nreturn [{\n json: {\n chat_id: chatId,\n raw: text,\n code: m ? m[1] : '',\n has_code: !!m,\n yes_only: yesOnly\n }\n}];\n"
},
"typeVersion": 2
},
{
"id": "7c2f096a-8e54-46bf-9b91-50af1700ed5d",
"name": "SEND CODE NOT FOUND",
"type": "n8n-nodes-base.telegram",
"position": [
176,
720
],
"webhookId": "7886a95f-a94a-4c62-82f7-ed1dd59e46e1",
"parameters": {
"text": "=I couldn't find a pending reminder for code {{ $('Parse the data').item.json.code }}",
"chatId": "={{ $('Parse the data').item.json.chat_id }}",
"additionalFields": {
"appendAttribution": false
}
},
"credentials": {
"telegramApi": {
"id": "fAVQEpE5Qwl1KApv",
"name": "Telegram account"
}
},
"typeVersion": 1.2
},
{
"id": "7fa9a7b4-36e9-4929-9bea-3193270bec33",
"name": "SEND DELETED REMINDER",
"type": "n8n-nodes-base.telegram",
"position": [
624,
336
],
"webhookId": "3a66a862-0ef3-485c-82d1-3c82232a00af",
"parameters": {
"text": "={{ `🗑️ Deleted reminder: ${($json.title ?? $json.fields?.title ?? 'your task')} (code ${$json.code ?? $json.fields?.code ?? ''}).` }}\n",
"chatId": "={{ $json.chat_id }}",
"additionalFields": {
"appendAttribution": false
}
},
"credentials": {
"telegramApi": {
"id": "fAVQEpE5Qwl1KApv",
"name": "Telegram account"
}
},
"typeVersion": 1.2
},
{
"id": "e04afd7e-d260-4a59-a46b-1429f8794384",
"name": "CHECK IF CODE IS THERE",
"type": "n8n-nodes-base.if",
"position": [
-688,
352
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "08c28697-f9ca-43e1-8df4-b867d5849d72",
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
},
"leftValue": "={{ $json.has_code }}",
"rightValue": "true"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "eed485aa-ca9c-437b-ba13-bc34c5b65e65",
"name": "CODE FOUND?",
"type": "n8n-nodes-base.if",
"position": [
-144,
336
],
"parameters": {
"options": {
"ignoreCase": true
},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": false,
"typeValidation": "loose"
},
"combinator": "and",
"conditions": [
{
"id": "e901d9ac-4b45-4554-adeb-2488f842569a",
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
},
"leftValue": "={{ typeof $json.id !== 'undefined' && $json.id !== null }}",
"rightValue": ""
},
{
"id": "0de9f46a-45e1-4f64-a52a-821a8236be9b",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "=",
"rightValue": ""
}
]
},
"looseTypeValidation": true
},
"typeVersion": 2.2
},
{
"id": "fb06a7fb-e66c-447a-9fdc-b4f693d64b4c",
"name": "If",
"type": "n8n-nodes-base.if",
"position": [
-1040,
-48
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "loose"
},
"combinator": "and",
"conditions": [
{
"id": "cbf9e362-f611-429a-b5bd-f65e98ccee90",
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
},
"leftValue": "={{ /^\\d{4,6}$/.test($json.message.text || '') }}",
"rightValue": ""
}
]
},
"looseTypeValidation": true
},
"typeVersion": 2.2
},
{
"id": "cef8882f-9137-41ca-9c67-8eefeab3f34b",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2192,
-448
],
"parameters": {
"width": 816,
"height": 1120,
"content": "🔔 ReminderBot with Telegram + Airtable\n\nThis workflow turns your Telegram into a personal reminder assistant powered by Airtable.\nUsers can set reminders, receive notification messages, and cancel reminders by replying with a unique code.\n\n✨ Features\n\n📲 Telegram Integration – Set reminders and manage them directly from Telegram.\n\n🗄️ Airtable Storage – All reminders are stored in Airtable with fields like title, due date, chat_id, and a unique code.\n\n⏰ Scheduler – Automatically checks every few minutes for reminders that are due.\n\n🔑 Unique Cancel Code – Each reminder is given a code. Reply with that code to stop/delete the reminder.\n\n✅ Smart Responses:\n\nIf the reminder is found → sends deleted confirmation.\n\nIf no reminder matches the code → sends “Code not found.”\n\n🛠️ How It Works\n\nTelegram Trigger – Listens for messages.\n\nIf the message is natural language (“Remind me tomorrow 10am to…”), it is parsed by the AI Agent.\n\nIf the message is a code (e.g., 1234), it is treated as a cancel request.\n\nAI Agent (OpenAI) – Interprets natural text into a structured reminder:\n\nTitle (task description)\n\nDue date/time\n\nTimezone\n\nGenerates a unique cancellation code.\n\nAirtable – Stores the reminder with fields: chat_id, title, due_at, code, etc.\n\nScheduler – Every X minutes:\n\nFetches pending reminders due.\n\nSends them via Telegram (Reminder: do X. Reply 1234 to stop).\n\nCancel Flow –\n\nUser sends back the code.\n\nAirtable is searched by chat_id + code.\n\nIf found → record is deleted + user notified.\n\nIf not found → sends back “Code not found.”"
},
"typeVersion": 1
},
{
"id": "2a20cac4-d2fc-464e-93da-30093e6fdedb",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
832,
-432
],
"parameters": {
"color": 5,
"width": 880,
"height": 768,
"content": "Setup Instructions\n\nTelegram Bot\n\nCreate a bot via @BotFather\n.\n\nCopy the API Token into your n8n Telegram Trigger + Send nodes.\n\nAirtable\n\nCreate a base called REMINDER-TABLE.\n\nAdd a table with at least these fields:\n\nchat_id (Text)\n\ntitle (Text)\n\ndue_at (Date/Time)\n\ncode (Number or Text)\n\nAdd your Airtable Personal Access Token in n8n credentials.\n\nOpenAI Agent (optional but recommended)\n\nAdd your OpenAI API key to parse natural text into structured reminders.\n\nScheduler Node\n\nSet an interval (e.g., every 5 minutes) to check for pending reminders.\n\nRun + Test\n\nIn Telegram, send:\n\nRemind me at 6pm to call mom"
},
"typeVersion": 1
}
],
"active": true,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "35507b51-91e2-40ee-9a18-e3cf4879b1df",
"connections": {
"fb06a7fb-e66c-447a-9fdc-b4f693d64b4c": {
"main": [
[
{
"node": "40cb1cde-5497-49ef-a4c8-efb5497e31a4",
"type": "main",
"index": 0
}
],
[
{
"node": "0eaae58a-19ca-4d0f-834b-b71552915e38",
"type": "main",
"index": 0
}
]
]
},
"72142d1f-1e8d-4158-b5c6-a855a184cab9": {
"main": [
[
{
"node": "5b75fe88-d205-489a-a8ca-613dbf13c846",
"type": "main",
"index": 0
}
]
]
},
"9fb6f754-8b9a-4176-a0d2-63b9b4f75ae2": {
"main": [
[
{
"node": "7fa9a7b4-36e9-4929-9bea-3193270bec33",
"type": "main",
"index": 0
}
]
]
},
"0eaae58a-19ca-4d0f-834b-b71552915e38": {
"main": [
[
{
"node": "72142d1f-1e8d-4158-b5c6-a855a184cab9",
"type": "main",
"index": 0
}
]
]
},
"eed485aa-ca9c-437b-ba13-bc34c5b65e65": {
"main": [
[
{
"node": "e650464c-ebdd-46e4-979b-2d6cd2e02292",
"type": "main",
"index": 0
},
{
"node": "9fb6f754-8b9a-4176-a0d2-63b9b4f75ae2",
"type": "main",
"index": 0
}
],
[
{
"node": "7c2f096a-8e54-46bf-9b91-50af1700ed5d",
"type": "main",
"index": 0
}
]
]
},
"40cb1cde-5497-49ef-a4c8-efb5497e31a4": {
"main": [
[
{
"node": "e04afd7e-d260-4a59-a46b-1429f8794384",
"type": "main",
"index": 0
}
]
]
},
"dda8b68b-b572-4cbe-9e96-16fbf2644316": {
"main": [
[
{
"node": "eed485aa-ca9c-437b-ba13-bc34c5b65e65",
"type": "main",
"index": 0
}
]
]
},
"5b75fe88-d205-489a-a8ca-613dbf13c846": {
"main": [
[
{
"node": "7dbd2c57-e7d9-4773-9a86-7f36c7bc9794",
"type": "main",
"index": 0
}
]
]
},
"e650464c-ebdd-46e4-979b-2d6cd2e02292": {
"main": [
[
{
"node": "9fb6f754-8b9a-4176-a0d2-63b9b4f75ae2",
"type": "main",
"index": 1
}
]
]
},
"8a52511b-9c38-4b6f-9fd7-8a1bee075754": {
"main": [
[
{
"node": "fb06a7fb-e66c-447a-9fdc-b4f693d64b4c",
"type": "main",
"index": 0
}
]
]
},
"cc55f2a2-6169-4798-92bc-5a7d7992a81f": {
"ai_languageModel": [
[
{
"node": "0eaae58a-19ca-4d0f-834b-b71552915e38",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"e04afd7e-d260-4a59-a46b-1429f8794384": {
"main": [
[
{
"node": "dda8b68b-b572-4cbe-9e96-16fbf2644316",
"type": "main",
"index": 0
}
]
]
},
"211b88c8-1538-4ab8-bcb6-ebf01c35fe14": {
"ai_outputParser": [
[
{
"node": "0eaae58a-19ca-4d0f-834b-b71552915e38",
"type": "ai_outputParser",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
上級 - AIチャットボット, マルチモーダルAI
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
Telegramフォーラムペルス:コミュニティモニタリングのためのGeminiとGroq AIモデル
Telegramフォーラムペルス:GeminiとGroq AIモデルを使ったコミュニティ監視
If
Set
Code
+
If
Set
Code
59 ノードNguyen Thieu Toan
その他
GPT-4駆動のカールドメールワークフロー(完全カスタマイズされた3本のメールフォロー付き)
GPT-4、Mailgun、Supabaseを使ってパーソナライズされたラグディ冷信Seriesを自動化
If
Set
Code
+
If
Set
Code
100 ノードPaul
リードナーチャリング
完全な B2B セールスフロー:Apollo リード生成、Mailgun 外信、および AI 返信管理
完全なB2Bセールスフロー:Apolloリード生成、Mailgunアウト Reach、AI返信管理
If
Set
Code
+
If
Set
Code
116 ノードPaul
コンテンツ作成
Telegramから会議記録を自動のにAirtable、Slack、Gmailへ送信
GPT-4.1を使ってTelegramメッセージから会議記録を作成し、Airtable、Slack、Gmailへ送信する
If
Code
Wait
+
If
Code
Wait
29 ノードBaptiste Fort
AI要約
ペットビューティー公開と予約の自動化
AI、Facebook、Telegram ボットを使ったペットコーディネーションの掲載と予約の自動化
If
Set
Switch
+
If
Set
Switch
36 ノードChristian Moises
AIチャットボット
💥 NanoBanana、Seedream 4、ChatGPT Image、Veo 3 を使って動画広告を自動化 - VIDEO
AI(NanoBanana、Seedream、GPT-4o、Veo 3)を使って動画広告キャンペーンを自動化し公開
Set
Code
Wait
+
Set
Code
Wait
63 ノードDr. Firas
コンテンツ作成