How to create a bot with scheduled posting in a WhatsApp channel

Hi everyone,

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
1 Like

Hi @QAZ_ZAQ Welcome!
Just use a schedule trigger node to automatically start your workflow and post certain messages, although using CRON jobs would be a better and professional take:

hi @QAZ_ZAQ, welcome to the n8n community!
I found these videos on YouTube, maybe they can help you.
How to Automate WhatsApp Messages Using n8n and AI | Step-by-Step Tutorial
:high_voltage: Automate Daily Reminders on WhatsApp using n8n (No Code Needed!)

Atention = If by “WhatsApp channel” you mean the new WhatsApp Channels (the broadcast-style feed), as far as I know the official WhatsApp Business Cloud API does not currently provide public API support for posting directly to channels.