bunqueue v2.8 API referenceall versions · guide
bunqueue
    Preparing search index...

    Interface Webhook

    Webhook configuration

    interface Webhook {
        events: EventType[];
        id: string;
        queue: string | null;
        secret: string | null;
        url: string;
    }
    Index
    events: EventType[]
    id: string
    queue: string | null
    secret: string | null
    url: string