@makehq/sdk
    Preparing search index...

    Type Alias SDKWebhook

    Webhook

    type SDKWebhook = {
        altConnection?: string | null;
        appVersion?: number;
        connection?: string | null;
        label: string;
        name: string;
        type: string;
    }
    Index

    Properties

    altConnection?: string | null

    Alternative connection name if applicable

    appVersion?: number

    The app version this webhook belongs to

    connection?: string | null

    Connection name if applicable

    label: string

    The label of the webhook visible in the scenario builder

    name: string

    The name of the webhook

    type: string

    The type of the webhook