@squidcloud/client
    Preparing search index...

    Interface ExecuteWebhookOptions

    interface ExecuteWebhookOptions {
        body?: any;
        files?: File[];
        headers?: Record<string, string>;
        queryParams?: Record<string, string>;
    }
    Index

    Properties

    body?: any

    Optional JSON body to send with the webhook request.

    files?: File[]

    Optional files to send with the webhook request.

    headers?: Record<string, string>

    Optional HTTP headers to include in the webhook request.

    queryParams?: Record<string, string>

    Optional query parameters to include in the webhook request.