Forum
How to implement custom event after adding category.
Hi,
I need to know where can I add my custom code which can be executed just after I add the new category.
Basically I want a folder (some files within it) to be created for the category I add.
Please help me with this.
Thanks
There is documentation about that here: https://docs.grabaperch.com/api/events/
You will require a custom app, configured to listen out for the "create category" event. It's all explained in the link above.
Thanks Duncan!