INPUT_OBJECT

CreateEmailEventInput

link GraphQL Schema definition

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

link Require by