We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type: "trigger", ServiceKey: <token>, Description: <message>, } pagerduty.CreateEvent(event)
does not trigger the alert because json tags on Event do not match the required format here: https://v2.developer.pagerduty.com/docs/send-an-event-events-api-v2
The text was updated successfully, but these errors were encountered:
This package is currently using the v2 api, but v1 events. See https://v2.developer.pagerduty.com/docs/trigger-events
Line referencing v1 events https://github.com/PagerDuty/go-pagerduty/blob/master/event.go#L10
Both #83 and #100 are both centric to v2 event support.
Sorry, something went wrong.
No branches or pull requests
does not trigger the alert because json tags on Event do not match the required format here: https://v2.developer.pagerduty.com/docs/send-an-event-events-api-v2
The text was updated successfully, but these errors were encountered: