API Calls
Automated workflows can now be triggered via outside systems with API Calls to start workflows or check the status.
Please note: This is an advanced feature and will likely require additional development effort to configure new integrations.
For setup instructions for the Delgate API, please navigate to the API setup documentation on GitHub here or contact us at support@milyli.com for assistance.
Start Workflow
Workflows can be started by submitting a POST request to the workflow start endpoint. Workflows are started by name. If more than one workflow exists with the name, all workflows matching that name will be run.
Resume Workflow
Workflows can be resumed from a pause status by submitting a POST request to the workflow start endpoint. Workflows are resumed by name, if more than one workflow exists with the name, all workflows matching that name will be resumed.
Workflow Status
Workflow status can be checked by submitting a GET request to the workflow status endpoint. Workflow status can be checked at any time.