Hookly – Webhook Automator

Connect WordPress events to external services via webhooks. A lightweight, developer-friendly automation tool.

2 database tables

Table NameDescriptionMethod
wp_hookly_logsA logging table that records activity, events, or audit history.Static
wp_hookly_webhooksStores hookly webhooks 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:hookly_db_versionOption key:hookly_default_timeoutOption key:hookly_enable_asyncOption key:hookly_log_retention_daysOption key:hookly_version
wp_postmeta
Post meta
wp_usermeta
User meta