OBJECT

CampaignEmailLog

Campaign Email Log

link GraphQL Schema definition

  • type CampaignEmailLog {
  • # action type of the Campaign Email Log
  • actionType: ActionTypeEnum!
  • # bounce type of the Campaign Email Log
  • bounceType: String
  • # campagin of the Campaign Email Log
  • campaign: Campaign
  • # contact of the Campaign Email Log
  • contact: Contact
  • # When the campaign email log was last updated
  • createdAt: ISO8601DateTime!
  • # ID of the Campaign Email Log
  • id: ID!
  • # property of the Campaign Email Log
  • property: Property
  • # When the campaign email log was created
  • updatedAt: ISO8601DateTime!
  • }