---
title: "Create Quick Action From Workflow"
method: POST
path: "/api/schedules/quick-actions/from-workflow"
tags: ["schedules"]
---

# Create Quick Action From Workflow

`POST /api/schedules/quick-actions/from-workflow`

Create a quick action directly from a workflow.
If the workflow doesn't have a webhook yet, one is automatically created.
This is the streamlined flow for the DocumentParser filling step.

## Request body

- QuickActionFromWorkflow — Create a quick action directly from a workflow - auto-creates webhook if needed
  - `workflow_id` string, required
  - `name` string, required
  - `icon` string, nullable
  - `color` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/718de1c0d866/schema)
