pagerduty_create_incident
Create a new PagerDuty incident on any service by providing the title and service ID. Optionally set urgency, body details, and the email of the user creating the incident.
Instructions
Create a new PagerDuty incident on a service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | PagerDuty API key | |
| title | Yes | Incident title/summary | |
| service_id | Yes | ID of the service to create the incident on | |
| urgency | No | Urgency: high or low | |
| body_details | No | Detailed description of the incident | |
| from | No | Email address of the user creating the incident (required by some accounts) |