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 Tasks App Tasks App

    Changes in: appmapi

    The first version of our Tasks App is now available! You can create a Tasks that editor can press to send requests to one of your custom endpoints to either trigger a build for production or other common use-cases like product syncs or other publishing tasks. Future updates will also bring scheduled and timed tasks so you can handle all your tasks at one place.

    Tasks

    You can provide the endpoint you want to send a POST request. The payload of the request contains the task and the space id. An example payload would look like this:

    {"task": {"id": 1, "name": "Sync job"}, "space_id": 12345}