import WebHookUrl from ../../../_sharedtables/web_hook_url_.mdx; The function specific URL that the user defines to which to send status callbacks and reports. | Name | Type | Default | Description | |:-|:|:--|:| | web_hook_urlOptional | string | - | The 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](#callback-request-for-web_hook_url) for details on the request body. |