Added
We have improved the ability to report on the configured webhooks for an Organization and/or Office.
Webhooks can now be queried from the Organization and Office graph types.
An example query:
query CurrentUser {
me {
accessibleOrganizations {
organizationId
name
offices {
key
name
webhooks {
endpoint
failureEmail
eventTypes
}
}
webhooks {
endpoint
failureEmail
eventTypes
}
}
}
}