Hi
I see that you can trigger a task from the REST API
curl --location -g --request POST ‘https://api.tadabase.io/api/v1/tasks/run/{{taskId}}’ \
--header ‘X-Tadabase-App-id: {{appId}}’ \
--header ‘X-Tadabase-App-Key: {{appKey}}’ \
--header ‘X-Tadabase-App-Secret: {{appSecret}}’
I am wondering if you can trigger a workflow from REST API and if so what is the correct POST request format
tks
Noel