Notify Shipyrd from AppSignal
Already pushing deploy markers to AppSignal? Have AppSignal fire its existing 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/appsignal/<TOKEN>. The token is per-application and scopes the events to the right Shipyrd app. Each AppSignal deploy marker 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 AppSignal and copy the URL — it’ll look like
https://hooks.shipyrd.io/incoming/appsignal/<TOKEN>. -
In AppSignal, open the app’s settings and add the URL above as a deploy webhook.
-
Keep creating deploy markers as you do today — through the AppSignal CLI, your CI integration, or the AppSignal API.
Verify it worked
Trigger a deploy that creates an AppSignal marker. The same deploy should appear in Shipyrd within seconds, attributed to the deployer recorded by AppSignal.
Related
- Plain HTTP — if you’d rather POST directly instead of going through AppSignal
- Honeybadger, Rollbar — same webhook pattern, different vendor