/
IN
interactly
/
Interactly API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
interactly
Interactly API
post
Create Workflow Webhook
v6
latest
OpenAPI 3.1.0
2026-08-04
135
335
658.3 KB
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