Skip to main content
Module

x/gotenberg/mod.ts>WebHookOptions

A gotenberg client for Deno
Latest
interface WebHookOptions
import { type WebHookOptions } from "https://deno.land/x/gotenberg@0.4.0/mod.ts";

Options to configure Webhook

Properties

url: string

the callback to use

errorUrl: string

the callback to use if error

optional
method: "POST" | "PATCH" | "PUT"

the HTTP method to use

optional
errorMethod: "POST" | "PATCH" | "PUT"

the HTTP method to use if error

optional
extraHttpHeaders: string

the extra HTTP headers to send to both URLs (JSON format).