We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c40691 commit f711858Copy full SHA for f711858
README.md
@@ -94,6 +94,14 @@ The `Integration Key` listed for your new integration is what you need to set in
94
See the [PagerDuty v2 Events API documentation](https://v2.developer.pagerduty.com/docs/send-an-event-events-api-v2)
95
for more information about what these options will do.
96
97
+## Usage
98
+
99
+```php
100
+Notification::route('PagerDuty', '[my integration key]')->notify(new BasicNotification);
101
+```
102
103
+_When using `Notification::route` be sure to reference 'PagerDuty' as the Channel._
104
105
## Changelog
106
107
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
0 commit comments