In Tines, an event is the data that’s created every time an action runs successfully. Think of it like a digital receipt that records what happened; the results of that action are stored neatly in a structured format.
Each event represents a moment in your story. For example, when an HTTP Request action retrieves data from an API, the response data is captured as an event. When a Send Email action runs, the details of the sent email also become an event.
Every event in Tines is a JSON object, meaning that events have clear keys and values, making the data easy to read and reference. This structure also ensures that the data remains consistent as it moves through your story.