@oneblink/sdk-core
    Preparing search index...

    Type Alias NewEmailClassification

    NewEmailClassification: WithOrganisationAssociation & WithWorkspacesAssociation & {
        environments: EmailClassificationEnvironment[];
        label: string;
    }

    An email classification that can be configured once and referenced by multiple forms to apply data classification to workflow and approval emails.

    Type Declaration

    • environments: EmailClassificationEnvironment[]

      Environment-specific classification configuration. Each entry defines the content and email headers to apply for a forms app environment.

    • label: string

      The label of the classification.