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

    Interface NewFormsAppEnvironment

    interface NewFormsAppEnvironment {
        cloneOptions?: {
            isCloningFormApprovalSteps: boolean;
            isCloningFormCustomCssClasses: boolean;
            isCloningFormCustomPDFs: boolean;
            isCloningFormElementLookups: boolean;
            isCloningFormElementOptionsSets: boolean;
            isCloningFormExternalIdGenerationOnSubmit: boolean;
            isCloningFormPersonalisation: boolean;
            isCloningFormPostSubmissionActions: boolean;
            isCloningFormPostSubmissionReceipt: boolean;
            isCloningFormServerValidation: boolean;
            isCloningFormSubmissionEvents: boolean;
            isCloningFormSubmissionTitle: boolean;
            isCloningFormTags: boolean;
            isCloningScheduledTasks: boolean;
            sourceFormsAppEnvironmentId: number;
        };
        customHostname?: string;
        description?: string;
        faviconUrl?: string;
        googleMapsIntegrationKeyId?: string;
        name: string;
        notificationEmailAddresses: string[];
        organisationId: string;
        recaptchaIntegrationDomainId?: string;
        slug: string;
        styles?: FormsAppEnvironmentStyles;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cloneOptions?: {
        isCloningFormApprovalSteps: boolean;
        isCloningFormCustomCssClasses: boolean;
        isCloningFormCustomPDFs: boolean;
        isCloningFormElementLookups: boolean;
        isCloningFormElementOptionsSets: boolean;
        isCloningFormExternalIdGenerationOnSubmit: boolean;
        isCloningFormPersonalisation: boolean;
        isCloningFormPostSubmissionActions: boolean;
        isCloningFormPostSubmissionReceipt: boolean;
        isCloningFormServerValidation: boolean;
        isCloningFormSubmissionEvents: boolean;
        isCloningFormSubmissionTitle: boolean;
        isCloningFormTags: boolean;
        isCloningScheduledTasks: boolean;
        sourceFormsAppEnvironmentId: number;
    }
    customHostname?: string
    description?: string
    faviconUrl?: string

    The absolute URL to the favicon image displayed in Forms Apps and any Appless Forms

    googleMapsIntegrationKeyId?: string

    The id of the Google Maps integration key to be used for Google Maps elements

    name: string

    Name of the Forms App Environment

    notificationEmailAddresses: string[]

    Array of emails addresses to be notified when an error occurs in processing submission events

    organisationId: string

    The exact organisation identifier the forms app environment is associated with

    recaptchaIntegrationDomainId?: string

    The id of the recaptcha integration to be used

    slug: string

    Unique domain safe text to identify the forms app environment

    Customise default styles and branding for apps and emails