Is it possible to get API endpoints for listing and modifying the outgoing webhooks for a particular app?
I see there is a /apps/{slug}/register-webhook endpoint, but the documentation has no details on how to use this endpoint, and it’s not clear to me whether it’s for incoming or outgoing webhooks.
I’m planning to build a Mac menubar app to monitor your builds, so I would use this API to automatically create a webhook for the apps that the user wants to monitor.
Let me know if that makes sense.
Also, maybe it’s just because I’m not familiar with how the incoming webhooks work, but that documentation doesn’t seem to explain the format of the request. I’d assume you would need to specify a URL at least?
Hey, no problem about the delay responding. I realize this isn’t your highest priority right now.
I looked over the CLI tool and took a brief peek at both of the apps, but they seem to have different aims than what I’m after, or maybe I’m not looking in the right place.
I’m looking to provide more ambient awareness to a user of Bitrise, so the user can get notifications if a build failed and easily see what went wrong. Currently notification can come in via email, but lots of things come in via email, and having to triage every email to figure out if your build broke is not ideal.