
Enabling notifications from Probo allows you to be automatically informed about your builds’ status and completion. Currently, Probo supports webhook POST notifications, but will soon support HipChat and Slack notifications as well.
Get started with webbook notifications by adding a notifications key to your .probo.yaml file. Within this notifications key, add your webhook POST URL. You can add a single URL or multiple URLs. See the following examples for more information:
notifications:
webhook: https://example.com/api/probo-notification
notifications:
webhook:
- https://example.com/api/probo-notification1
- https://example.com/api/probo-notification2

Get a free trial with our starter plan or look over some of our more advanced plans and choose the best solution for your company or organization!
GET STARTED FREE