FusionCommunityManagerPreviewInput: {
    fusionEventId?: InputMaybe<Scalars["String"]["input"]>;
    previewTarget: TemplateType;
    targetTemplateId: Scalars["String"]["input"];
    variables: KeyValuePairOfStringAndStringInput[];
}

Type declaration

  • OptionalfusionEventId?: InputMaybe<Scalars["String"]["input"]>

    Optional fusion event id. This ensures that the correct Fusion Event metadata is used.

  • previewTarget: TemplateType

    The target format that the template will rendered

  • targetTemplateId: Scalars["String"]["input"]

    Template id for rendering. Id will be the topic's fusion event id for most cases.

  • variables: KeyValuePairOfStringAndStringInput[]

    Variables that recipients can use to filter on, along with templates used to expand/replace on. Default templates require 'subject' and 'body'. Custom templates will require their own variable sets.