/
IN
interactly
/
Interactly API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 10h ago · Updated 3d ago
Details
Filter operations
Counter Workflows
2
Edges
7
Global Variables
7
LLM Configs
9
Node Libraries
6
Nodes
7
Secure Notifications
6
Simulations
13
Super Nodes
8
Tools
14
Workflow Categories
1
Workflow Execution
2
Workflow Favorites
2
Workflow Re-run
6
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
14
Workflow Webhooks
Create Workflow Webhook
post
/workflows/v1/workflow-webhooks
Request body
WorkflowWebhookCreateRequest
required
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
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