@servicenow/sdk - v4.7.0
    Preparing search index...
    type RecipientDetails = {
        eventParm1WithRecipient?: boolean;
        eventParm2WithRecipient?: boolean;
        excludeDelegates?: boolean;
        isSubscribableByAllUsers?: boolean;
        recipientFields?: string[];
        recipientGroups?: (string | Record<"sys_user_group">)[];
        recipientUsers?: (string | Record<"sys_user">)[];
        sendToCreator?: boolean;
    }
    Index

    Properties

    eventParm1WithRecipient?: boolean

    Whether event parameter 1 contains a recipient

    eventParm2WithRecipient?: boolean

    Whether event parameter 2 contains a recipient

    excludeDelegates?: boolean

    Whether to exclude delegates from receiving the notification

    false
    
    isSubscribableByAllUsers?: boolean

    Whether all users can subscribe to this notification

    false
    
    recipientFields?: string[]

    Fields on the record that contain recipient user references

    recipientGroups?: (string | Record<"sys_user_group">)[]

    List of groups whose members will receive the notification

    recipientUsers?: (string | Record<"sys_user">)[]

    List of users who will receive the notification

    sendToCreator?: boolean

    Whether to send the notification to the record creator

    true