The workflow
- Ship the feature. Point ScreenFramed at the page. Capture just the relevant element. Add a title like "New: Team billing dashboard". Paste the image URL into your changelog.
- For teams using a changelog tool (Headway, Canny, LaunchNotes), integrate via the API and automate the screenshot step. Every release entry gets a consistent, styled visual.
API example
curl -X POST https://screenframed.com/v1/capture \
-H "Authorization: Bearer sf_live_your_key" \
-H "Content-Type: application/json" \
-d '{
"url": "https://your-app.com/billing",
"element": "billing dashboard",
"title": "New: Team billing dashboard",
"title_position": "above",
"background_preset": "ocean",
"shadow": "soft",
"padding": 60
}'