Thanks for this plugin - I can now extend Wordpress for my requirement.
I seems to have one problem though - I have created 3 webhooks for create, edit & delete categories (create_category, edit_category, delete_category). The webhooks are fired correctly - but the data inside the Body seems to have only the hook name. Other details are missing. I tried selecting all fields/few fields/ID field alone for the webhook - nothing seem to work.
Hi,
Thanks for this plugin - I can now extend Wordpress for my requirement.
I seems to have one problem though - I have created 3 webhooks for create, edit & delete categories (create_category, edit_category, delete_category). The webhooks are fired correctly - but the data inside the Body seems to have only the hook name. Other details are missing. I tried selecting all fields/few fields/ID field alone for the webhook - nothing seem to work.
Request bin link to view the payload : http://requestb.in/ryja6wry?inspect
Also, attaching the screenshot of the hook, for reference.
Would be great if I could get any help on this. Even if I get the category ID, that would be fine.