What changed since I integrated?
robyn_changelogMachine-readable API history. Pass the version your integration was built against as since and you get only what has changed after it, with an explicit breaking flag on each entry. CHECK mustAct FIRST: if true there are breaking changes and an existing integration may ALREADY be failing — read entries[].action for each. breaking:true means an existing correct integration could stop working; it is a compatibility claim, not a measure of importance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | the API version you built against, e.g. "3.9.0" |