Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.01 KB

File metadata and controls

32 lines (19 loc) · 1.01 KB

WPGraphQL Webhooks

Overview

A WordPress plugin that extends WPGraphQL to support webhook subscriptions and dispatching for headless WordPress environments. This allows external applications to listen and respond to WordPress content changes through GraphQL-driven webhook events.

⚠️ Work in Progress: This plugin is under active development and not yet production-ready.

Features

  • Subscribe external services to WordPress content events
  • Dispatch webhook requests when specified GraphQL mutations or actions occur
  • Headless and API-friendly by design
  • Designed for modern decoupled WordPress applications

Requirements

  • WordPress 6.0+
  • WPGraphQL 2.0.0+
  • PHP 7.4+

Installation

Clone the repository or download the latest release and place it in your WordPress plugins directory:

Documentation

For detailed usage instructions, developer references, and examples, please visit the Documentation folder included with this plugin.

License

WP GPL 2