CmDashboardCampaignDetails: {
    __typename?: "CMDashboardCampaignDetails";
    campaignId: Scalars["String"]["output"];
    createdDate: Scalars["DateTime"]["output"];
    delivered: Scalars["Int"]["output"];
    executionTime: Scalars["DateTime"]["output"];
    fusionEventTypeId: Scalars["String"]["output"];
    id: Scalars["String"]["output"];
    opened: Scalars["Int"]["output"];
    sent: Scalars["Int"]["output"];
    status: Scalars["String"]["output"];
}

Represents a community manager publish campaign.

Type declaration

  • Optional__typename?: "CMDashboardCampaignDetails"
  • campaignId: Scalars["String"]["output"]

    The unique identifier for the campaign.

  • createdDate: Scalars["DateTime"]["output"]

    The time the campaign was created.

  • delivered: Scalars["Int"]["output"]

    The number of delivered messages.

  • executionTime: Scalars["DateTime"]["output"]

    The time the campaign was executed.

  • fusionEventTypeId: Scalars["String"]["output"]

    The Topic ID that was selected for the campaign.

  • id: Scalars["String"]["output"]

    The unique identifier of this particular campaign detail entry from the CommunityManagerPublish entity

  • opened: Scalars["Int"]["output"]

    The number of times the campaign content has been opened by subscribers.

  • sent: Scalars["Int"]["output"]

    The number of sent messages.

  • status: Scalars["String"]["output"]

    The current status of the campaign.