interface UpdateWebhookOptions {
    headers?: OutgoingHttpHeaders;
    url: string;
    webhookId: string;
}

Properties

headers?: OutgoingHttpHeaders

Headers to include in the webhook call.

url: string

The callback url that will be called when job execution completes.

webhookId: string

Use the webhook_id returned from a previous GET, POST or PUT response to retrieve the webhook configuration.