Adding event properties
You can add event properties for your events from two places.Events page
Firstly, you can add them from the Events page. Click on an event and then + Add event property.
Workflow builder
Secondly, you can add event properties from an Event received node in the workflow builder by clicking Edit event properties in the inspector panel on the right-hand side.
Important information about event properties
- Event properties must have unique names within the same event.
- Empty spaces are trimmed from the beginning and end of property names.
- Event properties can be one of four types:
- String
- Number
- Boolean
- Date
- Date values can be either a Unix timestamp (in milliseconds) or an ECMA-262 date-time string, similar to contact properties. Read more
Editing event properties
You can add, rename, delete, and change data types for event properties in the event editor. Open it from the Events page or from the Event received node in the workflow builder, as above.
Sending event properties in an event
You can add event properties to your Send event API request usingeventProperties:
Using event properties in emails
Event properties you create become available in emails once Loops has received events containing them. Click on the Event properties icon⚡️ in the editor toolbar (only available in emails within your workflows) and select the property you want to add.


