Add Querying of Configured Webhooks to Organization and Office

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
				}
		}
	}
}


Getting Started
Authentication
Domain Concepts
API Features
Zapier
Embedded EIV
Help