Lagoona Webhooks – Send Form Submissions to Any Webhook
Intercept form submissions from any plugin via wp_mail() and forward them as structured JSON to any webhook URL.
2 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_lagoona_wh_log | A logging table that records activity, events, or audit history. | Static |
| wp_lagoona_wh_sources | Stores lagoona wh sources data created by this plugin. | Static |
Core Table Usage
This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.
wp_optionsOption key:
lagoona_wh_default_webhook_urlOption key:lagoona_wh_listen_modeOption key:lagoona_wh_log_retention_daysOption key:lagoona_wh_version