Default settings for all SWAIG functions. If defaults is not set, settings may be set in each [SWAIG function](../functions/index.mdx) object. | Name | Type | Default | Description | |:|:|:--|:| | defaultsOptional | object | - | An object that contains the [defaults Parameters](#parameters). | ## defaults Parameters {#parameters} | Name | Type | Default | Description | |:--|:|:--|:| | [web_hook_url](./defaults.web_hook_url.mdx)Optional | string | - | Default URL to send status callbacks and reports to. Authentication can also be set in the url in the format of username:password@url. See [Callback Parameters](./defaults.web_hook_url.mdx) for details on the request body. |