Forum

Thread tagged as: Question

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

Damian McCracken

Damian McCracken 0 points

  • 4 years ago
Duncan Revell

Duncan Revell 78 points
Registered Developer

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!