So I tried to create a small automation where I get WordPress post comments directly in my WhatsApp messages whenever anyone comments on any of my WordPress blog posts.

I used a Webhook and an HTTP Request node. As I understood it, the Webhook is a listener/receiver that receives data. When a comment is made on my WordPress site, the comment is sent to the Webhook using this code:
wp_remote_post('https://n8n.everythingregarding.com/webhook/wp-comment', ...)
The Webhook receives it in JSON format like this:
Continue reading “Receive WordPress post comments to whatsapp:n8n automation”




