Using webhook node with wordpress

Hi,

I’m new to n8n and I want to use the webhook node with wordpress to send data when a post is created on my wordpress website, I tried to use webhook url with the plugin WP webhook or with a curl request but nothing happens, nothing returned. I think I missed something but can’t figured out what.

Information on your n8n setup

  • **n8n version:
  • **Running n8n via : npm
1 Like

Hi @FJOUAN

Welcome to the n8n community :tada:

I understand that you’re facing some unknown issues with WordPress and Webhook Node.

To assist your better, I need a few more information.

  • Which WordPress Plugin you’re using to achieve this?
  • Are you trying this on a local machine or server?
  • Have you tried with Test Webhook URL?

Thank you

1 Like

Thanks for your reply.

I’m using WP Webhooks plugin to send data and it’s on a server.
And yes I tried with the test webhook url but the webhook still waiting for an event to happens.

1 Like

you can use something like

to test the webhook is actually sending, if this works, could be a firewall related issue on your n8n host stopping the connection.

2 Likes

Using the webhook.site, the webhook is actually working. I tried to disabling the firewall on the server where n8n is hosted but it still doesn’t work.

there must be something on your host blocking it, also check you are using the correct GET/POST webhook setting