epicgames-freegames-node
    Preparing search index...

    Class WebhookConfig

    Sends a POST request with the notification contents in the body to a webhook URL

    Index

    Properties

    Properties

    headers: undefined | Record<string, string>

    A key-value pair object to pass into the POST request headers

    { Authorization: "Bearer ABCD" }
    

    WEBHOOK_HEADERS (stringified JSON)

    url: string

    Webhook URL

    WEBHOOK_URL