link_pin_deploy
Attach a deploy URL to a resolved pin to notify stakeholders the fix is live. Overwrites previous URL with each new deploy.
Instructions
Link a deploy URL to a resolved pin. Typically called by the deploy-hook edge function once a deploy that includes the pin's fix goes live. Stakeholders see the deploy URL on the resolved pin in the dashboard. Re-runs overwrite the previous deploy URL (latest deploy wins).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deployUrl | Yes | The http(s) URL of the deploy that includes the fix (e.g. "https://pincushion.io" or a Vercel preview URL) | |
| deployedAt | No | Optional ISO timestamp of the deploy. Defaults to now. | |
| annotationId | Yes | The annotation ID to link |