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 NameDescriptionMethod
wp_lagoona_wh_logA logging table that records activity, events, or audit history.Static
wp_lagoona_wh_sourcesStores 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_options
Option key:lagoona_wh_default_webhook_urlOption key:lagoona_wh_listen_modeOption key:lagoona_wh_log_retention_daysOption key:lagoona_wh_version