Graphql (Beta)WebhooksGet webhooksCopy PageGet all subscription webhooks Use this webhook query to retrieve all webhooks for an installed application. This query will only retrieve webhooks associated with the specific installed application. Example query GraphQLquery { viewer { installedApplication { webhooks { id url events disabledAt } } } }Updated 5 months ago WebhooksGet a webhookDid this page help you?YesNo