create_emergency_contact
Add an emergency contact in ReliaQuest GreyMatter, defining call attempts, categories, windows, and user details for incident response.
Instructions
Emergency Contacts · mutation createEmergencyContact. Variables: input. Example variables: {"input":{"callAttempts":0,"callCategories":["ENGINEERING"],"callOrder":0,"callWindows":{"daysOfWeek":["FRIDAY"],"endTime":"","startTime":"","timeZone":""},"fullName":"","phoneNumber":"","userId":""}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | GraphQL: CreateEmergencyContactInput! | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |