Hey @seamusreeve – thank you for the additional details.
Form your Message it seems that there’s a misunderstanding of “Send Data” and “Receive Data”.
Basically “Send Data” are the triggers that are fired on certain events within your WordPress dashboard, while the “Receive Data” accepts data from external Webhooks.
As you want to send data to your own application, you only need the “Send Data” tab to add the URL for the specific trigger and check what arrives there.
Once you press the “Send Demo” button, a demo request is sent to the added URL so you can see what arrives at your external service.
If there’s no data, there might be some security measurements blocking the request, or any cache interfering with the logic.
To make sure the plugin is working correctly from your end, I suggested checking out the webhook.site service as it allows you to see the data that our trigger would send.
Once you open the site, you will see an URL, which you can add the the “Send Data” tab. After you added it, just press the “Send Demo” button and you should see some data arriving at the webhook.site page.
If this is the case, you have a confirmation that the trigger itself will work as expected and the issue must be on the receiver site.
Feel free to let me know in case you have any further questions. ??