I don’t figure out how to retrieve the list of worflows via REST API (e.g. the workflows named CRM-*, that are already created when I start Corteza via docker).
Reading from the documentation about how I trigger an workflow, I would expect $CORTEZA_URL/api/automation/
to do the job, but I get 404.
Found the endpoint: $CORTEZA_URL/api/automation/workflows/
(slash matters)
1 Like
Hey tetelu,
you can also enable the HTTP debug route (Server configuration :: Corteza Docs)
and do a
curl ${CORTEZA_URL}/__routes
But thanks on getting back and letting other people know of your findings!
1 Like