INPUT_OBJECT
CreateEmailEventInput
link GraphQL Schema definition
- input CreateEmailEventInput {
- # Optional client-supplied identifier passed on a mutation input and echoed back
- # unchanged on its payload, so a client can correlate the response with its
- # request (Relay convention).
- : 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
- }