All plugins
Paidv1.0.0

MyBB Webhooks Pro

By AtomCoder MyBB 1.8.x

Preview

MyBB Webhooks Pro in action View full-size preview

About MyBB Webhooks Pro

MyBB Webhooks Pro adds secure, queued and observable webhook delivery to MyBB 1.8.x. Connect forum activity to n8n, Make, Zapier, Discord, Slack, Laravel, Node.js and custom APIs without making visitors wait for third-party HTTP requests. Configure endpoints, subscribe to native MyBB lifecycle events, apply filters, sign payloads with HMAC-SHA256, inspect delivery history and safely redeliver failures from Admin CP.

What’s included

  • 55 supported native MyBB lifecycle events
  • Secure HMAC-SHA256 request signing
  • Queued post-response delivery with CLI and MyBB task workers
  • Automatic retries with bounded backoff
  • Delivery history with request and response diagnostics
  • Manual test deliveries and auditable redelivery
  • Per-event subscriptions and field-based filters
  • HTTPS-first endpoint and private-network protections
  • Privacy-safe payloads for private forums and sensitive user data
  • Extensible developer API for third-party plugin events
  • Native MyBB Admin CP settings-style interface

Installation

  1. Extract the ZIP into your MyBB forum root so the inc and jscripts folders merge with the existing folders
  2. Open Admin CP → Configuration → Plugins
  3. Install and activate MyBB Webhooks Pro
  4. Open Configuration → Webhooks Pro and add an HTTPS endpoint
  5. Confirm that MyBB scheduled tasks are enabled; the installer creates a once-per-minute fallback worker
  6. For reliable delivery on quiet forums, schedule /usr/bin/php /path/to/forum/webhooks-pro-worker.php once per minute

Additional details

Requires PHP 7.2+ with cURL and TLS support. HTTPS endpoints are required by default. The plugin includes a MyBB scheduled-task fallback and a CLI worker for reliable queue processing. Deactivation preserves configuration and history; uninstall permanently removes plugin-owned data after confirmation.