emergency_contacts
Retrieve emergency contacts by availability, call category, and GreyMatter user status to connect with the right responders during critical incidents.
Instructions
Emergency Contacts · query emergencyContacts. Variables: after, filter, first, order. Example variables: {"after":"T18w","filter":{"available":true,"callCategories":["ENGINEERING"],"greyMatterUser":true},"first":10,"order":{"direction":"ASC","orderBy":"CALL_CATEGORY"}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| order | No | GraphQL: EmergencyContactOrder | |
| filter | No | GraphQL: EmergencyContactFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |