Event catalogSearchable groups for the events that matter
Find events across WordPress accounts, security, content, moderation, media, taxonomies, updates, privacy, and operations; WooCommerce orders, payments, refunds, inventory, products, reviews, coupons, customers, and failures; plus registered FunkyCommerce events.
Independent controlsTune every event separately
Enable or disable each event on its own. New sites start with conservative high-signal defaults, noisy or sensitive events stay opt-in, and upgrades preserve the existing selection.
Privacy redactionPersonal identifiers are excluded by default
A global opt-in permits only allowlisted names, usernames, and email addresses. Passwords, tokens, webhook secrets, IP addresses, payment data, private paths, raw form values, and email bodies are never sent.
Asynchronous deliveryKeep webhook work out of the request path
Delivery uses Action Scheduler when available and unique WP-Cron events otherwise, with queue deduplication to avoid repeated jobs.
Retry handlingRecover from temporary provider failures
Network errors, HTTP 429, and bounded 5xx responses retry up to four attempts while honoring Retry-After. Permanent 4xx responses are not retried.
Safe rolling logsDiagnose delivery without retaining messages
A rolling 50-entry log records delivery status and identifiers but never stores webhook URLs or notification payloads. Discord embed sizes are validated before delivery.
Theme-agnosticUse the WordPress stack you already have
WordPress Core events work without WooCommerce or Superfunky. Commerce and companion event groups activate when their source plugins are present.
Extension APIConnect custom operational events
Other plugins can register normalized event definitions, notify every installed provider, or send directly through the Discord-specific notification API. Unknown or malformed event keys are rejected.