Meilisearch JS
    Preparing search index...

    Type Alias Webhook

    type Webhook = {
        headers?: Record<string, string>;
        isEditable: boolean;
        url: string;
        uuid: string;
    }
    Index

    Properties

    headers?: Record<string, string>

    An object with HTTP headers and their values

    isEditable: boolean

    true for all webhooks created via the API and false for reserved webhooks

    url: string

    The URL Meilisearch should notify whenever it completes a task

    uuid: string

    A v4 uuid Meilisearch automatically generates when you create a new webhook