/
DR
droidrun
/
Droidrun Cloud
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 44m ago · Updated 2mo ago
View markdown
droidrun
Droidrun Cloud
post
Create a flow
v24
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-06-19
169
310
464.0 KB
Action Catalog
2
Actions
7
Agents
1
Apps
7
Carriers
6
countries
1
Credentials
9
Devices
10
Events
4
Executions
4
Flows
12
get
List flows
post
Create a flow
get
Get a flow
delete
Delete a flow
patch
Update a flow
post
Clone a flow
post
Dry-run a flow
get
List actions for a flow
put
Replace all actions for a flow
post
Add an action to a flow
delete
Remove an action from a flow
post
Clear a flow's blocked status after fixing the underlying issue. Idempotent — safe to call on already-healthy flows.
Hook
8
Models
1
Profiles
6
proxies
6
Proxies
6
Public - Webhook Deliveries
4
Public - Webhook Event Types
1
Public - Webhooks
7
Tasks
13
Timezones
1
Tools
41
Triggers
6
users
6
Flows
Create a flow
post
/flows
Request body
CreateFlowBody
required
name
string
required
description
string
triggerId
string
uuid
required
enabled
boolean
deviceIds
string[]
cooldownSeconds
integer
nullable
cooldownScope
'flow'
|
'device'
notifyWebhookId
string
uuid
nullable
notifyOnSuccess
boolean
notifyOnFailure
boolean
actions
FlowActionInput[]
required
Response
Flow created
object
required
data
Flow
required