---
title: "Update Workflow Webhook"
method: PATCH
path: "/workflows/v1/workflow-webhooks/{webhook_id}"
tags: ["Workflow Webhooks"]
---

# Update Workflow Webhook

`PATCH /workflows/v1/workflow-webhooks/{webhook_id}`

## Path parameters

- `webhook_id` string, required

## Request body

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

## 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/68e88496bf11/schema)
