Need help with Webhook functionality
-
Hello and thanks in advance for your time.
I’ve been trying to use this plugin to send some data to a user’s browser when a new post is created. I’m not entirely sure this is within the plugin’s capabilities but it certainly does seem like it would be.
The email functionality works well, after installing an SMTP plugin, but I can’t get any results from the webhook portion. After creating a notification using the ‘New Post’ trigger and linking it to my new website’s URL, I get no new data in the devtools of my browser. As I understand it, a request should be showing there but maybe I’m missing some information or maybe I’m just misinformed. I’ve tried using a custom trigger and some HTTP requests but still haven’t had any success. The custom trigger *does* execute, since error_log()’s do print out some results, but no information seems to be passed along during all my attempts with POST requests.
The issue may not even be with the plugin itself but your documentation does not help me understand what may be missing.
I should add that my website only exists in my own Windows dev machine right now being served by IIS. It’s barebones, having only installed ACF Pro, Classic Editor, WP Mail SMTP, WPML (and string translation) alongside this plugin and only a single, mostly empty page on my custom theme based on the default 2017 WP theme.
This problem may sound very silly but I’ve never done this before and may be looking in the wrong direction. If this isn’t the right way, I may have to look into some sort of subscribe/publish tech to accomplish this notification system I need. Hopefully you can point me in the right direction!
The topic ‘Need help with Webhook functionality’ is closed to new replies.