CommunityManagerPreviewInput: {
    customHtmlPayload?: InputMaybe<CustomHtmlPayloadInput>;
    previewTarget: TemplateType;
    sourceAddress: Scalars["String"]["input"];
    timestamp: Scalars["Long"]["input"];
    variables: KeyValuePairOfStringAndStringInput[];
    walletBlockchain: WalletBlockchain;
}

Type declaration

  • OptionalcustomHtmlPayload?: InputMaybe<CustomHtmlPayloadInput>

    Payload for rendering custom html without a template. If provided, it will override all templates.

  • previewTarget: TemplateType

    The target format that the template will rendered

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

    User topic name that the user owns

  • timestamp: Scalars["Long"]["input"]

    Timestamp in seconds since Unix epoch. January 1, 1970 (midnight UTC/GMT)

  • 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.

  • walletBlockchain: WalletBlockchain

    Must be Offchain for user topics