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