У нас вы можете посмотреть бесплатно WAHA (WhatsApp) + N8N или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Learn how to use WAHA (WhatsApp) and N8N together.
Links mentioned in the video:
https://github.com/appunits/run-n8n-l...
https://waha.devlike.pro/docs/integra...
Business inquiries: mahmoud@appunits.com
Or Book a free AI consultation: https://calendly.com/appunits/30min
Workflow:
{
"name": "waha",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "messages",
"options": {}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1,
"position": [
0,
0
],
"id": "5109f74c-b6f8-411d-afa9-b12ba47cd27d",
"name": "Webhook",
"webhookId": "4ef112dd-0a47-4ab1-957c-cd1d10d94188"
},
{
"parameters": {
"promptType": "define",
"text": "={{ $json.body.payload._data.body }}",
"options": {
"systemMessage": "=You are a helpful customer assistant that helps customers with our products. the products we sell are laptops and they are defined below:
Laptop A:
price: $100
battery: 5 hours
Laptop B:
price: $90
battery: 3 hours
Laptop C:
price: $500
battery: 10 hours"
}
},
"type": "@n8n/n8n-nodes-langchain.agent",
"typeVersion": 3,
"position": [
208,
0
],
"id": "05183895-585a-4f69-8639-cb83a86c1d76",
"name": "AI Agent"
},
{
"parameters": {
"model": {
"__rl": true,
"value": "gpt-4o-mini",
"mode": "list",
"cachedResultName": "gpt-4o-mini"
},
"builtInTools": {},
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"typeVersion": 1.3,
"position": [
80,
208
],
"id": "99c9c470-1cd6-460f-9fda-b42526609992",
"name": "OpenAI Chat Model",
"credentials": {
"openAiApi": {
"id": "ns8LVe1zpSS3Kw9p",
"name": "OpenAi account"
}
}
},
{
"parameters": {
"sessionIdType": "customKey",
"sessionKey": "={{ $json.body.payload._data.from }}"
},
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"typeVersion": 1.3,
"position": [
224,
208
],
"id": "ce0b3acf-52fe-4bf9-9f07-bd64213a8d5a",
"name": "Simple Memory"
},
{
"parameters": {
"resource": "Chatting",
"operation": "Send Text",
"session": "={{ $('Webhook').item.json.body.session }}",
"chatId": "={{ $('Webhook').item.json.body.payload.from }}",
"text": "={{ $json.output }}",
"requestOptions": {}
},
"type": "@devlikeapro/n8n-nodes-waha.WAHA",
"typeVersion": 202502,
"position": [
560,
0
],
"id": "77910caf-c68c-4675-8d6a-e45ffa676af2",
"name": "Send a text message",
"credentials": {
"wahaApi": {
"id": "AbakAxuz6b70MvSb",
"name": "WAHA account"
}
}
}
],
"pinData": {},
"connections": {
"Webhook": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Simple Memory": {
"ai_memory": [
[
{
"node": "AI Agent",
"type": "ai_memory",
"index": 0
}
]
]
},
"AI Agent": {
"main": [
[
{
"node": "Send a text message",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "96f6f8ec-cfa1-4113-a8eb-b12dd0fb1d57",
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "3549451ca835035557d5dc1c3d9e6ba924e7314534a74c901f66b91f9ef6023e"
},
"id": "vIevuuljj3kBTPWl",
"tags": []
}