Is it possible to create a workflow by call api ?
# support
a
Hello guys im trying to build an app, and one thing i would like to build on it is to create worfklow on it, is it possible to create a workflow by call api ?
p
Hi @Aitom Tanguy I can help you with any difficulty you're facing here with app building and promoting, this is truly my area of specialization. Let's have a chat not and proceed with your project. Thanks
c
You can create a workflow by sending a POST to the /workflow endpoint. You can find the schema in the swagger API documentation:
Its under
CreateWorkflowDTO
4 Views