v1

latestOpenAPI 3.1.02026-07-1245137133.6 KB
workflows
workflow-channels

Update Workflow Channel

Update workflow-scoped notification channel.

Updates an existing channel. Only provided fields are updated.

patch/api/v1/workflows/{workflow_id}/notifications/channels/{channel_id}

Path parameters

string uuid required
OR
string required
channel_idstring required

Headers

unstructured-api-keystring nullable

Request body

channel_type'webhook' | 'email'

Notification delivery channel types.

descriptionstring nullable

Channel description

event_typesNotificationEventType[] nullable

Event types to subscribe to

enabledboolean nullable

Enable/disable channel

urlstring nullable

Webhook endpoint URL (HTTPS required)

secretstring nullable

Consumer-supplied signing secret (24-75 bytes). Pass empty string to remove custom secret.

Response

Successful Response

OR