update_emergency_contact
Update an existing emergency contact's phone number, call attempts, and call windows so incident response notifications reach the right person.
Instructions
Emergency Contacts · mutation updateEmergencyContact. Variables: input. Example variables: {"input":{"callAttempts":0,"callCategories":["ENGINEERING"],"callWindows":{"daysOfWeek":["FRIDAY"],"endTime":"","startTime":"","timeZone":""},"id":"","phoneNumber":""}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | GraphQL: UpdateEmergencyContactInput! | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |