Webhooks

Web hooks give you an opportunity to handle and react to events in real time. Bugsee can automatically send updates your servers through custom web hooks. To learn how to set up a webhook refer to configuration page.

Triggering

To start receiving notifications via Webhooks you only need to set it up once via the web dashboard. No any further tuning and/or configuration is required. You can review and/or manage your webhooks here.

Responding

Your server must respond with HTTP 200 to inform Bugsee that you accepted and handled request. Any other response may be treated as failure.

Rate limits

For now, we do not set any limits on requests being made to your servers. However, if there will be 5 or more consecutive failures, webhook will be marked as disabled and any further activity notifications will not be passed through it. To reset disabled state, make sure you've provided valid URL and enable webhook in web dashboard.