Notify Shipyrd from Rollbar

Already calling Rollbar's deploy API on every release? Have Rollbar fire its deploy webhook at Shipyrd too — no extra step in your CI.

What it does

Shipyrd accepts an inbound webhook at https://hooks.shipyrd.io/incoming/rollbar/<TOKEN>. The token is per-application and scopes the events to the right Shipyrd app. Each Rollbar deploy event becomes a Shipyrd deploy on the matching destination.

Setup

  1. In Shipyrd, open the application and go to its Setup page. Generate an incoming webhook for Rollbar and copy the URL — it’ll look like https://hooks.shipyrd.io/incoming/rollbar/<TOKEN>.

  2. In Rollbar, open the project’s notification settings and add the URL above as a deploy webhook.

  3. Keep notifying Rollbar of deploys as you do today.

Verify it worked

Run a deploy. After Rollbar records the event, Shipyrd shows it on the timeline within a few seconds.