Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 3.36 KB

eventrequest.md

File metadata and controls

12 lines (9 loc) · 3.36 KB

EventRequest

Fields

Field Type Required Description Example
Email *string N/A
UserID *string N/A
EventName string ✔️ N/A
EventProperties map[string]any An object containing event property data for the event, available in emails sent by the event.
MailingLists *components.EventRequestMailingLists An object of mailing list IDs and boolean subscription statuses. {
"list_123": true
}