@seamapi/http - v2.0.0
    Preparing search index...

    Type Alias WebhooksCreateParameters

    type WebhooksCreateParameters = {
        event_types?: string[];
        url: string;
    }
    Index
    event_types?: string[]

    Types of events that you want the new webhook to receive.

    url: string

    URL for the new webhook.