How to activate and deactivate particles

You obviously have to create the logic behind it. As it has been already stated you may want to have a trigger that sends the Activate signal to the emitter. For instance your trap could have a SphereCollision component, you would then bind the OnOverlap event to a function that gets the emitter and activate it.
Not sure where you are getting stuck honestly