I am wondering if you can trigger a workflow from REST API and if so what is the correct POST request format

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

FROM TB SUPPORT

Hey Noel,

We checked with our development team, and currently, triggering a workflow through the REST API is not supported. However, we’ve added this as a feature request. If this functionality becomes available in the future, we’ll let you know.

Thanks,