workflows
Create Workflow
Create a new workflow, either custom or auto, and configure its settings.
post/api/v1/workflows/
Headers
unstructured-api-keystring nullable
Request body
Example request
{
"key": "invoice-processing-v2"
}Response
Successful Response
Example response
{
"schedule": {
"crontab_entries": [
{
"cron_expression": "0 0 * * *"
}
]
}
}Changes
Changed in 1 of the 3 revisions of this API.2
- ○
added the new optional request property
skip_preflightnew-optional-request-property
- ○
added the optional property
skip_preflightto the response with the200statusresponse-optional-property-added
- ○