alert vs event?
I recently started with alert and event part of thingwork
I have few doubts?
1)what is the difference between alert an event ?
2)alert and event have a subscription associated with them
the alert subscription is called each time alert condition is met
but for event subscription you need to call the event in the service
so can I make the event also run each time a particular condition meets?
3)I used AddEventDefination() method but it does not show the Event in my Thing event tab then I tested GetEventDefinations() method , the output showed the event I had created
but as soon as I save the thing and then again run GetEventDefinations() the event that I had created does not exists
don't know why?

