├── .github └── gh-team-labels.yml ├── .pre-commit-config.yaml ├── CNAME ├── README.md ├── WAHA+n8n.png ├── _config.yml ├── chatting-template ├── README.md ├── template.json └── workflow.png ├── chatwoot ├── README.md ├── WhatsApp___ChatWoot__ChatWoot____WAHA_Messages.json ├── WhatsApp___ChatWoot__Database_Migrations.json ├── WhatsApp___ChatWoot__WAHA____ChatWoot_Messages.json ├── WhatsApp___ChatWoot__WAHA____ChatWoot_Sync_Contacts.json ├── chatwoot-to-waha.png ├── screenshot.png ├── waha-chatwoot.png └── waha-to-chatwoot.png ├── favicon.ico ├── fetch-image-rotate-and-send-it-back ├── README.md ├── template.json └── workflow.png ├── forward-all-text-messages-to-email ├── README.md ├── template.json └── workflow.png ├── restart-server-at-midnight ├── README.md ├── template.json └── workflow.png ├── send-bulk-messages ├── README.md ├── template.json └── workflow.png ├── send-custom-http-request-to-waha ├── README.md ├── template.json └── workflow.png ├── send-qr-code-to-email ├── README.md ├── template.json └── workflow.png ├── waha-trigger-explanation ├── README.md ├── template.json └── workflow.png └── whatsapp-typebot ├── README.md ├── template.json ├── typebot-export-waha-4s2l8cg (2).json ├── typebot.json ├── typebot.png └── workflow.png /.github/gh-team-labels.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/.github/gh-team-labels.yml -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | waha-n8n-templates.devlike.pro -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/README.md -------------------------------------------------------------------------------- /WAHA+n8n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/WAHA+n8n.png -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/_config.yml -------------------------------------------------------------------------------- /chatting-template/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/chatting-template/README.md -------------------------------------------------------------------------------- /chatting-template/template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/chatting-template/template.json -------------------------------------------------------------------------------- /chatting-template/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/chatting-template/workflow.png -------------------------------------------------------------------------------- /chatwoot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/chatwoot/README.md -------------------------------------------------------------------------------- /chatwoot/WhatsApp___ChatWoot__ChatWoot____WAHA_Messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/chatwoot/WhatsApp___ChatWoot__ChatWoot____WAHA_Messages.json -------------------------------------------------------------------------------- /chatwoot/WhatsApp___ChatWoot__Database_Migrations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/chatwoot/WhatsApp___ChatWoot__Database_Migrations.json -------------------------------------------------------------------------------- /chatwoot/WhatsApp___ChatWoot__WAHA____ChatWoot_Messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/chatwoot/WhatsApp___ChatWoot__WAHA____ChatWoot_Messages.json -------------------------------------------------------------------------------- /chatwoot/WhatsApp___ChatWoot__WAHA____ChatWoot_Sync_Contacts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/chatwoot/WhatsApp___ChatWoot__WAHA____ChatWoot_Sync_Contacts.json -------------------------------------------------------------------------------- /chatwoot/chatwoot-to-waha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/chatwoot/chatwoot-to-waha.png -------------------------------------------------------------------------------- /chatwoot/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/chatwoot/screenshot.png -------------------------------------------------------------------------------- /chatwoot/waha-chatwoot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/chatwoot/waha-chatwoot.png -------------------------------------------------------------------------------- /chatwoot/waha-to-chatwoot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/chatwoot/waha-to-chatwoot.png -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/favicon.ico -------------------------------------------------------------------------------- /fetch-image-rotate-and-send-it-back/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/fetch-image-rotate-and-send-it-back/README.md -------------------------------------------------------------------------------- /fetch-image-rotate-and-send-it-back/template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/fetch-image-rotate-and-send-it-back/template.json -------------------------------------------------------------------------------- /fetch-image-rotate-and-send-it-back/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/fetch-image-rotate-and-send-it-back/workflow.png -------------------------------------------------------------------------------- /forward-all-text-messages-to-email/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/forward-all-text-messages-to-email/README.md -------------------------------------------------------------------------------- /forward-all-text-messages-to-email/template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/forward-all-text-messages-to-email/template.json -------------------------------------------------------------------------------- /forward-all-text-messages-to-email/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/forward-all-text-messages-to-email/workflow.png -------------------------------------------------------------------------------- /restart-server-at-midnight/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/restart-server-at-midnight/README.md -------------------------------------------------------------------------------- /restart-server-at-midnight/template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/restart-server-at-midnight/template.json -------------------------------------------------------------------------------- /restart-server-at-midnight/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/restart-server-at-midnight/workflow.png -------------------------------------------------------------------------------- /send-bulk-messages/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/send-bulk-messages/README.md -------------------------------------------------------------------------------- /send-bulk-messages/template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/send-bulk-messages/template.json -------------------------------------------------------------------------------- /send-bulk-messages/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/send-bulk-messages/workflow.png -------------------------------------------------------------------------------- /send-custom-http-request-to-waha/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/send-custom-http-request-to-waha/README.md -------------------------------------------------------------------------------- /send-custom-http-request-to-waha/template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/send-custom-http-request-to-waha/template.json -------------------------------------------------------------------------------- /send-custom-http-request-to-waha/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/send-custom-http-request-to-waha/workflow.png -------------------------------------------------------------------------------- /send-qr-code-to-email/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/send-qr-code-to-email/README.md -------------------------------------------------------------------------------- /send-qr-code-to-email/template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/send-qr-code-to-email/template.json -------------------------------------------------------------------------------- /send-qr-code-to-email/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/send-qr-code-to-email/workflow.png -------------------------------------------------------------------------------- /waha-trigger-explanation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/waha-trigger-explanation/README.md -------------------------------------------------------------------------------- /waha-trigger-explanation/template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/waha-trigger-explanation/template.json -------------------------------------------------------------------------------- /waha-trigger-explanation/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/waha-trigger-explanation/workflow.png -------------------------------------------------------------------------------- /whatsapp-typebot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/whatsapp-typebot/README.md -------------------------------------------------------------------------------- /whatsapp-typebot/template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/whatsapp-typebot/template.json -------------------------------------------------------------------------------- /whatsapp-typebot/typebot-export-waha-4s2l8cg (2).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/whatsapp-typebot/typebot-export-waha-4s2l8cg (2).json -------------------------------------------------------------------------------- /whatsapp-typebot/typebot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/whatsapp-typebot/typebot.json -------------------------------------------------------------------------------- /whatsapp-typebot/typebot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/whatsapp-typebot/typebot.png -------------------------------------------------------------------------------- /whatsapp-typebot/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlikeapro/waha-n8n-templates/HEAD/whatsapp-typebot/workflow.png --------------------------------------------------------------------------------