Method | HTTP request | Description |
---|---|---|
createWorkflow | POST /workflows | Create workflow |
executeWorkflow | POST /workflows//execute | Execute workflow |
getOneWorkflow | GET /workflows/ | Get one workflow |
getWorkflows | GET /workflows | Get workflows |
createWorkflow()
Name | Type | Description | Notes |
---|---|---|---|
content_type | string | [optional] | |
accept | string | [optional] | |
body | object | [optional] |
application/json
application/json
executeWorkflow()
Name | Type | Description | Notes |
---|---|---|---|
workflow_slug | string | ||
content_type | string | [optional] | |
accept | string | [optional] | |
body | object | [optional] |
application/json
application/json
getOneWorkflow()
Name | Type | Description | Notes |
---|---|---|---|
workflow_slug | string | ||
accept | string | [optional] | |
content_type | string | [optional] |
application/json
getWorkflows()
application/json