---
title: "Create Workflow Webhook"
method: POST
path: "/workflows/v1/workflow-webhooks"
tags: ["Workflow Webhooks"]
---

# Create Workflow Webhook

`POST /workflows/v1/workflow-webhooks`

## Request body

- WorkflowWebhookCreateRequest
  - `name` string, required
  - `url` string, required
  - `actions` WorkflowWebhookAction[]
  - `enabled` boolean
  - `bearer_token` string, nullable
  - `timeout_seconds` integer
  - `max_retries` integer
  - `retry_backoff_seconds` integer

## Response `200`

Successful Response

- WorkflowWebhookResponse
  - `id` string, required
  - `name` string, required
  - `url` string, required
  - `actions` WorkflowWebhookAction[], required
  - `enabled` boolean, required
  - `has_bearer_token` boolean, required
  - `timeout_seconds` integer, required
  - `max_retries` integer, required
  - `retry_backoff_seconds` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/interactly/apis/interactly-api-3.md) · [All operations](https://skmtc.dev/interactly/apis/interactly-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactly/interactly-api-3/revisions/d276be705570/schema)
