Preview
View full-size preview
This preview could not be loaded.
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
- Extract the ZIP into your MyBB forum root so the inc and jscripts folders merge with the existing folders
- Open Admin CP → Configuration → Plugins
- Install and activate MyBB Webhooks Pro
- Open Configuration → Webhooks Pro and add an HTTPS endpoint
- Confirm that MyBB scheduled tasks are enabled; the installer creates a once-per-minute fallback worker
- 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.