Open callum-veloxcommerce opened 4 years ago
Thanks for the feature suggestion @callum-veloxcommerce!
This is indeed on our to-do list but with a low priority, unfortunately, so I cannot give any ETA when it will land in the plugin. There's always a way to register a custom trigger, though.
thanks i will look into that.
Problem
I am using Wordpress API as a headless content management system and I have been using notifications successfully to trigger webhooks that keep posts and pages synchronised with the webapp server.
Part of this includes custom menus for some internal sections. I have achieved synchronisation between wordpress and the webapp to pull menus into the database so they can be included with relevant page templates, However there is currently no way to trigger a webhook when a menu is modified (or to get merge tags for any menu data when theme is modified)
Solution
Either some merge tags in theme updated notification or a new notification that triggers when menu changes are done.