Almost EVERYONE who tried headless systems said they saw benefits. Download the state of CMS now!

Storyblok now on AWS Marketplace: Read more

O’Reilly Report: Decoupled Applications and Composable Web Architectures - Download Now

Empower your teams & get a 582% ROI: See Storyblok's CMS in action

Skip to main content
  • Section titled Release Merged Webhook Release Merged Webhook

    Changes in: appmapi

    A webhook for releases has been added and can be set in the space settings. Whenever a release gets merged into the content repository it will trigger a post request with following payload:

    {
      "text": "The release summer has been merged.",
      "release_id": 313,
      "space_id": 44953
    }
    

    With the release_id you can get a list of stories that have been in that release by making a call to the management api with the parameter from_release: https://www.storyblok.com/docs/api/management#core-resources/stories/retrieve-multiple-stories