OBJECT
CampaignEmailLog
Campaign Email Log
link GraphQL Schema definition
- type CampaignEmailLog {
- # action type of the Campaign Email Log
- : ActionTypeEnum!
- # bounce type of the Campaign Email Log
- : String
- # campagin of the Campaign Email Log
- : Campaign
- # contact of the Campaign Email Log
- : Contact
- # When the campaign email log was last updated
- : ISO8601DateTime!
- # ID of the Campaign Email Log
- : ID!
- # property of the Campaign Email Log
- : Property
- # When the campaign email log was created
- : ISO8601DateTime!
- }