OBJECT
Campaign
Campaign
link GraphQL Schema definition
- type Campaign {
- # campaign type of the Campaign
- : CampaignTypeEnum
- # content of the Campaign
- : String
- # When the campaign was last updated
- : ISO8601DateTime!
- # ID of the Campaign
- : ID!
- # name of the Campaign
- : String
- # selected contact ids count
- : Int
- # When the campaign was scheduled at
- : ISO8601DateTime
- # When the campaign was sent
- : ISO8601DateTime
- # status of the Campaign
- : CampaignStatusEnum
- # subject of the Campaign
- : String
- # When the campaign was created
- : ISO8601DateTime!
- }