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 } |