Hi @trutherone,
Thanks for your kind words about the plugin!
To clarify, Webhooks and WP Hooks are different. Webhooks send data to external services, while WP Hooks (do_action
, add_action
) are used inside WordPress to trigger or modify functionality.
The triggers in our plugin are actually based on WP Hooks—they just provide an easier way to use them without writing code. We cover over 80 triggers, so you’ll likely find what you need already available.
Best regards