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
-
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>. -
In Rollbar, open the project’s notification settings and add the URL above as a deploy webhook.
-
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.
Related
- Plain HTTP — if you’d rather POST directly instead of going through Rollbar
- Honeybadger, AppSignal — same webhook pattern, different vendor