Introduction
You can create a task to send requests to one of your custom endpoints. This lets you trigger a build for production or other common use-cases like product syncs or publishing tasks. Future updates will also bring scheduled and timed tasks so you can handle all your tasks at one place.
The tasks endpoint allows you to manage the tasks.
Endpoint
/v1/spaces/:space_id/tasks/
The payload Storyblok will send to your webhook url as POST request:
{
"task": {
"id": 12312,
"name": "My Task"
},
"text": "The user user_name@storyblok.com executed the task My Task",
"action": "task_execution",
"space_id": 123123,
"dialog_values": {}