Hello,
Is currently possible to create a webhook that fires whenever a build
completes, successfully or not? Preferably through the GraphQL API. I'm
making an app that I want to submit builds and then be notified when
they complete.
Looking at the GraphQL schema, the only `WebhookEvent` currently
supported seems to be `JOB_CREATED`. Is this maybe possible using a
`WebhookTrigger`?
Thx for any help,
Sashanoraa