Workflows
Create a new workflow
Creates a new workflow for the authenticated organization
post/workflows/create
Request body
Example request
{
"name": "My New Workflow",
"blocks": [
{
"name": "navigate",
"type": "Navigate",
"blockReferenceId": "block_ref_example_123",
"data": {
"actionType": "GoTo",
"url": "https://example.com"
},
"isCacheable": false,
"skipIfNotPresent": false,
"useWorkflowRecoveryAgent": false
}
],
"operatingSystem": "Windows",
"fingerprintBrowser": "Safari",
"isOptimizedForComputerVision": true,
"timeoutMs": 10800000
}Response
Workflow created successfully