@videosdk.live/server-sdk
    Preparing search index...

    Interface CreateBatchCallOptions

    interface CreateBatchCallOptions {
        allowedFrom?: string;
        allowedUntil?: string;
        batchId?: string;
        batchName: string;
        daysOfWeek?: number[];
        description?: string;
        phoneNumberId: string;
        retry?: BatchCallRetryConfig;
        routingRuleId: string;
        saveAsDraft?: boolean;
        scheduledDate?: string;
        scheduledTime?: string;
        timezone?: string;
        timing?: BatchCallTiming;
        webhook?: BatchCallWebhookConfig;
    }
    Index
    allowedFrom?: string

    HH:MM allowed-window start (scheduled only; with allowedUntil).

    allowedUntil?: string

    HH:MM allowed-window end.

    batchId?: string

    Finalize a previously-uploaded/parsed draft.

    batchName: string

    Display name. Required.

    daysOfWeek?: number[]

    0=Sun … 6=Sat.

    description?: string
    phoneNumberId: string

    Outbound phone number id. Required.

    routingRuleId: string

    Outbound routing rule id (must be attached to the number). Required.

    saveAsDraft?: boolean

    Save as a draft instead of launching.

    scheduledDate?: string

    YYYY-MM-DD — required when scheduled.

    scheduledTime?: string

    HH:MM — required when scheduled.

    timezone?: string

    IANA timezone (default Asia/Calcutta).

    immediate (default) or scheduled.