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

  1. 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>.

  2. In AppSignal, open the app’s settings and add the URL above as a deploy webhook.

  3. 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.