Reputation: 483
I am really angry when reading Wordpress documentation sometimes. There is page about webhooks here but in my installation that option is missing. I even switch to english version of admin panel to check but nothing. So is webhooks only feature of wordpress.com or can be use elsewhere on self-hosted WP installation? Why the documentation is not clear about this?
There must be some internal hooks somewhere otherwise how the RSS Feed would be generated after publishing new post?
Upvotes: 0
Views: 951
Reputation: 301
I use WP Webhooks Pro for some time now if it comes to webhooks.
Except for the fact that WordPress doesn't support webhooks by default, there are two more things you should think about when it comes to WordPress and webhooks:
If you want to send data, then HookPress was for a long time the main solution (It doesn't support the newest PHP versions yet). At the moment I use two different plugins for that: 1. EDD Zapier (For sending my orders to Zapier) and 2. WP Webhooks Pro (To send user information to Zapier)
For receiving data, I used for a long time only Zapier, but the possibilities there are very limited since you can't, for example, create users. In this case, I fully switched to WP Webhooks Pro.
For very special use cases, you should check if there are integrations available that focus exactly on that. For RSS Feeds, I would also suggest PubSubHubbub
Upvotes: 0
Reputation: 512
Unfortunately the page you linked to isn't Wordpress documentation, it's a support article on the use of Wordpress.com hosted sites.
Wordpress has a number of action/hook functions, however external notifications aren't a standard feature, so you'll need a plugin to do this on self-hosted Wordpress, such as PubSubHubbub (the only one I can find which still appears to be maintained) or HookPress.
Upvotes: 1