=== Simple Webhooks === Contributors: xxxborland Donate link: Tags: webhooks, automation, posts, pages, custom post types Requires at least: 5.0 Tested up to: 6.7 Requires PHP: 7.2 Stable tag: 1.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Enhancing WordPress functionality by adding webhooks that trigger actions when posts, pages, or custom post types are updated. == Description == Simple Webhooks enhances WordPress by adding webhook functionality that triggers actions when posts, pages, or custom post types are created, updated, or deleted. This is useful for automation, integrations, and notifications. **Features:** - Send webhooks when posts, pages, or custom post types are updated. - Select which post types should trigger webhooks. - Easy setup via the WordPress admin panel. == Installation == 1. Upload the plugin files to the `/wp-content/plugins/simple-webhooks/` directory, or install the plugin through the WordPress plugins screen. 2. Activate the plugin through the 'Plugins' screen in WordPress. 3. Go to **Settings -> Simple Webhooks** to configure webhook settings. == Frequently Asked Questions == = How do I configure webhooks? = Go to **Settings -> Simple Webhooks** and enter your webhook URL. Select which post types should trigger webhooks. = Does this work with custom post types? = Yes, the plugin supports both standard and custom post types. = How are webhooks sent? = Webhooks are sent as JSON payloads via HTTP POST. == Changelog == = 1.1 = * Added support for custom post types. * Fixed minor bugs and improved performance. = 1.0 = * Initial release. == Upgrade Notice == = 1.1 = Added custom post type support. == Screenshots == 1. **Settings Page** - Configure webhook URL and select post types. == License == This plugin is released under the GPL v2 or later license.