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

# Create Quick Action

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

Mark a webhook as a quick action for the document toolbar

## Request body

- QuickActionCreate
  - `webhook_id` string, required
  - `name` string, required
  - `icon` string, nullable
  - `color` string, nullable
  - `order` integer, 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)
