@cpod/sdk - v0.2.7
    Preparing search index...

    Interface AppBulkNotificationRequest

    Bulk notification request

    interface AppBulkNotificationRequest {
        user_ids: string[];
        title: string;
        message: string;
        type?: "success" | "error" | "info" | "warning";
        action_url?: string;
    }
    Index

    Properties

    user_ids: string[]
    title: string
    message: string
    type?: "success" | "error" | "info" | "warning"
    action_url?: string