INPUT_OBJECT
CreateEmailEventInput
link GraphQL Schema definition
- input CreateEmailEventInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Provider-specific extra data captured with the event (e.g. user agent, ip), as a
- # JSON document.
- : JSONString
- # Id of the email message.
- : ID!
- # Field whose values are strictly defined with an enumeration of values.
- : EmailEventTypeEnum
- # URL the recipient interacted with. Set for click events; empty for other event
- # types.
- : String
- }