--- title: pagerduty package description: > The `pagerduty` package provides functions for sending data to PagerDuty. menu: flux_v0_ref: name: pagerduty parent: stdlib identifier: pagerduty weight: 11 cascade: introduced: 0.43.0 --- The `pagerduty` package provides functions for sending data to PagerDuty. Import the `pagerduty` package: ```js import "pagerduty" ``` ## Options ```js option pagerduty.defaultURL = "https://events.pagerduty.com/v2/enqueue" ``` ### defaultURL `defaultURL` is the default PagerDuty URL used by functions in the `pagerduty` package. ## Functions {{< children type="functions" show="pages" >}}