post https://client.apimetrics.io/api/2/workflows//
Use this API to run a Workflow.
The JSON schema for the output is available at ./schema.json
import APImetrics
obj_id = "ID_OF_OBJECT"
apimetrics = APImetrics.APImetricsAPI(apimetrics_key="your_api_key")
resp = apimetrics.run_workflow(obj_id, {})
print result['result_id']