/
IN
interactly
/
Interactly API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18h ago · Updated 3d ago
Details
Filter operations
Edges
7
Global Variables
7
LLM Configs
9
Node Libraries
6
Nodes
7
Secure Notifications
4
Simulations
13
Super Nodes
8
Tools
14
Workflow Categories
1
Workflow Execution
3
Workflow Favorites
2
Workflow Runs
15
Workflow Schedules
6
Workflow Templates
6
Workflow Versions
8
Workflow Webhooks
7
get
List Workflow Webhooks
post
Create Workflow Webhook
delete
Delete Workflow Webhook
patch
Update Workflow Webhook
get
List Workflow Webhook Events
get
List Workflow Webhook Attempts
post
Retry Workflow Webhook Event
Workflows
12
Workflow Webhooks
Update Workflow Webhook
patch
/workflows/v1/workflow-webhooks/{webhook_id}
Path parameters
webhook_id
string
required
Example:
5eb7cf5a86d9755df3a6c593
Request body
WorkflowWebhookUpdateRequest
required
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
Successful Response
WorkflowWebhookResponse
required
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
Changes